Инструменты пользователя

Инструменты сайта


products:pyrog:api:lastest:types:plugin

Различия

Показаны различия между двумя версиями страницы.

Ссылка на это сравнение

products:pyrog:api:lastest:types:plugin [2026/05/15 20:49] – создано - внешнее изменение 127.0.0.1products:pyrog:api:lastest:types:plugin [2026/08/09 20:28] (текущий) – удалено - внешнее изменение (Дата неизвестна) 127.0.0.1
Строка 1: Строка 1:
-~~NOTOC~~ 
-<WRAP center round info 80%> 
-Текст документации сгенерирован автоматически из [[https://github.com/iron-mesh/Pyrog|исходного кода]].\\ 
-Если обнаружили ошибку, отправьте об этом сообщение на [[feedback@ironmesh.ru|📧почту]]. 
-</WRAP> 
- 
-====== Plugin ====== 
- 
- 
- 
- 
- 
-==== Methods ==== 
- 
- 
-=== gui === 
- 
- 
-<code python>@classmethod 
-def gui() -> QWidget</code> 
- 
-Returns widget of the plugin GUI 
- 
-**Returns:** 
-  * //QWidget// — widget of the plugin GUI 
- 
-**Raises:** 
-  * **NotImplementedError** — not implemented method 
- 
- 
-=== settings === 
- 
- 
-<code python>@classmethod 
-def settings() -> Optional[PropertyContainer]</code> 
- 
-Returns reference to the plugin settings 
- 
-Returns [[.:properties:property_container#propertycontainer|PropertyContainer]] class with properties of plugin settings, if it is not specified returns None 
- 
-**Returns:** 
-  * //[[.:properties:property_container#propertycontainer|PropertyContainer]]// — reference to the plugin settings 
- 
-  * //None// — reference to the plugin settings is not defined