Choreonoid  1.8
Public Member Functions | List of all members
cnoid::Action Class Reference

#include <Action.h>

Inheritance diagram for cnoid::Action:

Public Member Functions

 Action (QObject *parent)
 
 Action (const QString &text, QObject *parent)
 
 Action (const QIcon &icon, QObject *parent)
 
 Action (const QIcon &icon, const QString &text, QObject *parent)
 
 ~Action ()
 
SignalProxy< void()> sigTriggered ()
 
SignalProxy< void(bool)> sigToggled ()
 

Constructor & Destructor Documentation

◆ Action() [1/4]

Action::Action ( QObject *  parent)

◆ Action() [2/4]

Action::Action ( const QString &  text,
QObject *  parent 
)

◆ Action() [3/4]

Action::Action ( const QIcon &  icon,
QObject *  parent 
)

◆ Action() [4/4]

Action::Action ( const QIcon &  icon,
const QString &  text,
QObject *  parent 
)

◆ ~Action()

Action::~Action ( )

Member Function Documentation

◆ sigToggled()

SignalProxy< void(bool)> Action::sigToggled ( )

◆ sigTriggered()

SignalProxy< void()> Action::sigTriggered ( )

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