org.kde.koala
public class KStdGuiItem extends Object implements QtSupport
UNKNOWN: Provides a set of standardized KGuiItems.
Field Summary | |
---|---|
static int | Add |
static int | AdminMode |
static int | Apply |
static int | Back |
static int | Cancel |
static int | Clear |
static int | Close |
static int | Configure |
static int | Continue |
static int | Defaults |
static int | Delete |
static int | Discard |
static int | DontSave |
static int | Find |
static int | Forward |
static int | Help |
static int | IgnoreRTL |
static int | Insert |
static int | No |
static int | Ok |
static int | Open |
static int | Overwrite |
static int | |
static int | Properties |
static int | Quit |
static int | Remove |
static int | Reset |
static int | Save |
static int | SaveAs |
static int | Stop |
static int | Test |
static int | UseRTL
The back and forward items by default use the RTL settings for Hebrew
and Arab countries. |
static int | Yes |
Constructor Summary | |
---|---|
protected | KStdGuiItem(Class dummy) |
KStdGuiItem() |
Method Summary | |
---|---|
static KGuiItem | add()
Returns a "add" item. |
static KGuiItem | adminMode()
Returns a KGuiItem suiting for cases where code or functionality
runs under root privileges. |
static KGuiItem | apply() |
static KGuiItem | back(int useBidi)
Return a GUI item for a 'back' action, like Konqueror's back button.
|
static KGuiItem | back() |
static KGuiItem | cancel() |
static KGuiItem | clear() |
static KGuiItem | close() |
static KGuiItem | configure()
Returns a "configure" item. |
static KGuiItem | cont()
Returns a "continue" item. |
static KGuiItem | defaults() |
static KGuiItem | del()
Returns a "delete" item. |
static KGuiItem | discard() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
static KGuiItem | dontSave() |
protected void | finalize() Deletes the wrapped C++ instance |
static KGuiItem | find()
Returns a "find" item. |
static KGuiItem | forward(int useBidi)
Return a GUI item for a 'forward' action, like Konqueror's forward
button. |
static KGuiItem | forward() |
static KGuiItem | guiItem(int ui_enum) |
static KGuiItem | help() |
static KGuiItem | insert() |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
static KGuiItem | no() |
static KGuiItem | ok() |
static KGuiItem | open() |
static KGuiItem | overwrite() |
static KGuiItem | print() |
static KGuiItem | properties() |
static KGuiItem | quit()
Return both a back and a forward item. |
static KGuiItem | remove()
Returns a "remove" item. |
static KGuiItem | reset() |
static KGuiItem | save() |
static KGuiItem | saveAs() |
static String | stdItem(int ui_enum) |
static KGuiItem | stop()
Returns a "stop" item. |
static KGuiItem | test()
Returns a "test" item. |
static KGuiItem | yes() |
UNKNOWN: The back and forward items by default use the RTL settings for Hebrew and Arab countries.
UNKNOWN: Returns a "add" item.
UNKNOWN: Returns a KGuiItem suiting for cases where code or functionality runs under root privileges.
UNKNOWN: Return a GUI item for a 'back' action, like Konqueror's back button.
UNKNOWN: Returns a "configure" item.
UNKNOWN: Returns a "continue" item.
UNKNOWN: Returns a "delete" item.
UNKNOWN: Returns a "find" item.
UNKNOWN: Return a GUI item for a 'forward' action, like Konqueror's forward button.
UNKNOWN:
UNKNOWN:
UNKNOWN: Return both a back and a forward item.
UNKNOWN: Returns a "remove" item.
UNKNOWN: Returns a "stop" item.
UNKNOWN: Returns a "test" item.