libs/flake
KoToolManager::Button Struct Reference
Struct for the createToolList return type. More...
#include <KoToolManager.h>
Public Attributes | |
| QToolButton * | button |
| int | buttonGroupId |
| int | priority |
| QString | section |
| QString | visibilityCode |
Detailed Description
Struct for the createToolList return type.
Definition at line 162 of file KoToolManager.h.
Member Data Documentation
a newly created button.
Definition at line 163 of file KoToolManager.h.
An unique ID for this button as passed by changedTool().
Definition at line 166 of file KoToolManager.h.
Higher priority means coming first in the section.
Definition at line 165 of file KoToolManager.h.
The section the button wants to be in.
Definition at line 164 of file KoToolManager.h.
This button should become visible when we emit this string in toolCodesSelected().
Definition at line 167 of file KoToolManager.h.
The documentation for this struct was generated from the following file:
