|
Choreonoid
1.5
|
#include <Task.h>
Public Member Functions | |
| TaskPhaseProxy (TaskPhase *phase) | |
| void | setCommandLevel (int level) |
| int | commandLevel () const |
| TaskCommand * | addCommand () |
| TaskCommand * | addCommand (const std::string &caption) |
| TaskCommand * | addToggleCommand () |
| TaskCommand * | addToggleCommand (const std::string &caption) |
Public Member Functions inherited from cnoid::Referenced | |
| virtual | ~Referenced () |
| void | addRef () |
| void | releaseRef () |
Additional Inherited Members | |
Protected Member Functions inherited from cnoid::Referenced | |
| Referenced () | |
| Referenced (const Referenced &org) | |
| int | refCount () const |
| TaskPhaseProxy::TaskPhaseProxy | ( | TaskPhase * | phase | ) |
| TaskCommand * TaskPhaseProxy::addCommand | ( | ) |
| TaskCommand * TaskPhaseProxy::addCommand | ( | const std::string & | caption | ) |
| TaskCommand * TaskPhaseProxy::addToggleCommand | ( | ) |
| TaskCommand * TaskPhaseProxy::addToggleCommand | ( | const std::string & | caption | ) |
|
inline |
| void TaskPhaseProxy::setCommandLevel | ( | int | level | ) |
1.8.11