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) |
![]() | |
virtual | ~Referenced () |
void | addRef () |
void | releaseRef () |
Additional Inherited Members | |
![]() | |
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 | ) |