Namespace KStandardGuiItem |
|
|
Provides a set of standardized KGuiItems. The various methods returns standardized KGuiItem's conforming to the KDE UI Standards. Use them instead of creating your own.
Author Holger Freyther |
|
Returns the 'Add' gui item. |
|
Returns a KGuiItem suiting for cases where code or functionality runs under root privileges. Used in conjunction with KConfig Modules. |
|
Returns the 'Apply' gui item. |
|
Returns the 'Back' gui item, like Konqueror's back button. This GUI item can optionally honor the user's setting for BiDi, so the icon for right-to-left languages (Hebrew and Arab) has the arrow pointing in the opposite direction. By default the arrow points in the Western 'back' direction (i.e. to the left). This is because usually you only want the Bidi aware GUI item if you also want the 'forward' item. Those two are available in the separate backAndForward() method. |
|
Return both a back and a forward gui item. This function always returns items that are aware of the Right-to-Left setting for Arab and Hebrew locales. If you have a reason for wanting the 'Western' back/forward buttons, please use the back() and forward() items instead. |
|
Returns the 'Cancel' gui item. |
|
Returns the 'Clear' gui item. |
|
Returns the 'Close' gui item. |
|
Returns the 'Configure' gui item. |
|
Returns the 'Continue' gui item. The short name is due to 'continue' being a reserved word in the C++ language. |
|
Returns the 'Defaults' gui item. |
|
|
Returns the 'Discard' gui item. |
|
Returns the 'DontSave' gui item. |
|
Returns the 'Find' gui item. |
|
Returns the 'Forward' gui item, like Konqueror's forward button. This GUI item can optionally honor the user's setting for BiDi, so the icon for right-to-left languages (Hebrew and Arab) has the arrow pointing in the opposite direction. By default the arrow points in the Western 'forward' direction (i.e. to the right). This is because usually you only want the Bidi aware GUI item if you also want the 'back' item. Those two are available in the separate backAndForward() method. |
|
Returns the gui item for the given identifier id. -
id - the identifier to search for |
|
Returns the 'Help' gui item. |
|
Returns the 'Insert' gui item. |
|
Returns the 'No' gui item. |
|
Returns the 'Ok' gui item. |
|
Returns the 'Open' gui item. |
|
Returns the 'Overwrite' gui item. |
|
|
Returns the 'Properties' gui item. |
|
Returns the 'Quit' gui item. |
|
Returns the 'Remove' gui item. |
|
Returns the 'Reset' gui item. |
|
Returns the 'Save' gui item. |
|
Returns the 'SaveAs' gui item. |
|
Returns the name of the gui item for the given identifier id. -
id - the identifier to search for |
|
Returns the 'Stop' gui item. |
|
Returns the 'Test' gui item. |
|
Returns the 'Yes' gui item. |