Action Class Reference

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

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

◆ perform [1/2]

void Action::perform ( String &  slot)
slot

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

◆ perform [2/2]

void Action::perform ( String &  slot,
String &  responder 
)
slot

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