|
Choreonoid
1.8
|
#include <Action.h>
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 () |
| Action::Action | ( | QObject * | parent | ) |
| Action::Action | ( | const QString & | text, |
| QObject * | parent | ||
| ) |
| Action::Action | ( | const QIcon & | icon, |
| QObject * | parent | ||
| ) |
| Action::Action | ( | const QIcon & | icon, |
| const QString & | text, | ||
| QObject * | parent | ||
| ) |
| Action::~Action | ( | ) |
| SignalProxy< void(bool)> Action::sigToggled | ( | ) |
| SignalProxy< void()> Action::sigTriggered | ( | ) |
1.8.17