kdeui
KActionSeparator Class Reference
#include <kactionclasses.h>
Inheritance diagram for KActionSeparator:
Public Member Functions | |
KActionSeparator (QObject *parent=0, const char *name=0) | |
virtual int | plug (QWidget *widget, int index=-1) |
virtual | ~KActionSeparator () |
Protected Member Functions | |
virtual void | virtual_hook (int id, void *data) |
Detailed Description
Definition at line 1342 of file kactionclasses.h.
Constructor & Destructor Documentation
KActionSeparator::KActionSeparator | ( | QObject * | parent = 0 , |
|
const char * | name = 0 | |||
) |
Definition at line 2188 of file kactionclasses.cpp.
KActionSeparator::~KActionSeparator | ( | ) | [virtual] |
Definition at line 2193 of file kactionclasses.cpp.
Member Function Documentation
int KActionSeparator::plug | ( | QWidget * | widget, | |
int | index = -1 | |||
) | [virtual] |
"Plug" or insert this action into a given widget.
This will typically be a menu or a toolbar. From this point on, you will never need to directly manipulate the item in the menu or toolbar. You do all enabling/disabling/manipulation directly with your KAction object.
- Parameters:
-
widget The GUI element to display this action index The position into which the action is plugged. If this is negative, the action is inserted at the end.
Reimplemented from KAction.
Definition at line 2197 of file kactionclasses.cpp.
void KActionSeparator::virtual_hook | ( | int | id, | |
void * | data | |||
) | [protected, virtual] |
The documentation for this class was generated from the following files: