|
|
Checkbox like action.
This action provides two states: checked or not.
|
Construct a toggle action with text and potential keyboard accelerator but nothing else. Use this only if you really know what you are doing.
Parameters:
text | The text that will be displayed. |
accel | The corresponding keyboard accelerator (shortcut). |
parent | This action's parent. |
name | An internal name for this action. |
|
Parameters:
text | The text that will be displayed. |
accel | The corresponding keyboard accelerator (shortcut). |
receiver | The SLOT's parent. |
slot | The SLOT to invoke to execute this action. |
parent | This action's parent. |
name | An internal name for this action. |
|
Parameters:
text | The text that will be displayed. |
pix | The icons that go with this action. |
accel | The corresponding keyboard accelerator (shortcut). |
parent | This action's parent. |
name | An internal name for this action. |
|
Parameters:
text | The text that will be displayed. |
pix | The dynamically loaded icon that goes with this action. |
accel | The corresponding keyboard accelerator (shortcut). |
parent | This action's parent. |
name | An internal name for this action. |
|
Parameters:
text | The text that will be displayed. |
pix | The icons that go with this action. |
accel | The corresponding keyboard accelerator (shortcut). |
receiver | The SLOT's parent. |
slot | The SLOT to invoke to execute this action. |
parent | This action's parent. |
name | An internal name for this action. |
|
Parameters:
text | The text that will be displayed. |
pix | The dynamically loaded icon that goes with this action. |
accel | The corresponding keyboard accelerator (shortcut). |
receiver | The SLOT's parent. |
slot | The SLOT to invoke to execute this action. |
parent | This action's parent. |
name | An internal name for this action. |
|
Parameters:
parent | This action's parent. |
name | An internal name for this action. |
~ |
[virtual]
Destructor
int |
[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 KToggleAction object.
Parameters:
widget | The GUI element to display this action. |
index | The index of the item. |
Reimplemented from KAction.
bool |
[const]
Retrieves the actual state of the action.
QString |
[const virtual]
void |
[virtual slot]
void |
[virtual slot]
Sets the state of the action.
void |
[protected virtual slot]
Reimplemented from KAction.
void |
[protected virtual]
void |
[signal]
Generated by: prospector@porky.devel.redhat.com on Thu Aug 24 05:35:55 2000, using kdoc 2.0a36. |