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 (String &slot)
 using action manager, perform the requested action (slot - menu item, toolbar item,...) More...
 
void perform (String &slot, String &responder)
 using action manager, perform the requested action (slot - menu item, toolbar item,...) More...
 

Detailed Description

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

You can use it in Script Editor only.

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

Member Function Documentation

void Action::perform ( String &  slot)
slot

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

void Action::perform ( String &  slot,
String &  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: