kedittoolbar.h
virtual void slotApply()
Activated when the Apply button has been clicked.
Definition kdialogbase.cpp:1171
KDialogBase(TQWidget *parent=0, const char *name=0, bool modal=true, const TQString &caption=TQString::null, int buttonMask=Ok|Apply|Cancel, ButtonCode defaultButton=Ok, bool separator=false, const KGuiItem &user1=KGuiItem(), const KGuiItem &user2=KGuiItem(), const KGuiItem &user3=KGuiItem())
Constructor for the standard mode where you must specify the main widget with setMainWidget() .
Definition kdialogbase.cpp:99
virtual void slotDefault()
Activated when the Default button has been clicked.
Definition kdialogbase.cpp:1102
void enableOk(bool)
Emitted whenever any modifications are made by the user.
KEditToolbarWidget(TDEActionCollection *collection, const TQString &xmlfile=TQString::null, bool global=true, TQWidget *parent=0L)
Constructor.
Definition kedittoolbar.cpp:539
void rebuildKXMLGUIClients()
Remove and readd all KMXLGUIClients to update the GUI.
Definition kedittoolbar.cpp:708
virtual TDEActionCollection * actionCollection() const
Definition kedittoolbar.cpp:1062
static void setDefaultToolbar(const char *toolbarName)
Sets the default toolbar, which will be auto-selected when the constructor without the defaultToolbar...
Definition kedittoolbar.cpp:534
void newToolbarConfig()
Signal emitted when 'apply' or 'ok' is clicked or toolbars were resetted.
KEditToolbar(TDEActionCollection *collection, const TQString &xmlfile=TQString::null, bool global=true, TQWidget *parent=0, const char *name=0)
Constructor for apps that do not use components.
Definition kedittoolbar.cpp:377
KXMLGUIClient()
Constructs a KXMLGUIClient which can be used with a KXMLGUIFactory to create a GUI from actions and a...
Definition kxmlguiclient.cpp:67
KXMLGUIFactory * factory() const
Retrieves a pointer to the KXMLGUIFactory this client is associated with (will return 0L if the clien...
Definition kxmlguiclient.cpp:555
KXMLGUIFactory, together with KXMLGUIClient objects, can be used to create a GUI of container widgets...
Definition kxmlguifactory.h:62
This Widget extends the functionality of TQListView to honor the system wide settings for Single Clic...
Definition tdelistview.h:85
Trinity API Reference