Script
Public Slots | List of all members
Action Class Reference

Action interface is used to perform menu or tool bar functions. More...

#include <actioninterface.h>

Inheritance diagram for Action:
Inheritance graph
[legend]
Collaboration diagram for Action:
Collaboration graph
[legend]

Public Slots

void perform (const QString &slot)
 using action manager, perform the requested action (slot - menu item, toolbar item,...)
 
void perform (const QString &slot, const QString &responder)
 using action manager, perform the requested action (slot - menu item, toolbar item,...)
 

Detailed Description

Action interface is used to perform menu or tool bar functions.

function callAbout()
{
Action.perform("onActionAbout()");
}

Member Function Documentation

void Action::perform ( const QString &  slot)
slot

using action manager, perform the requested action (slot - menu item, toolbar item,...)

void Action::perform ( const QString &  slot,
const QString &  responder 
)
slot

using action manager, perform the requested action (slot - menu item, toolbar item,...)


The documentation for this class was generated from the following file: