|
Choreonoid
1.5
|
#include <Task.h>
Public Member Functions | |
| TaskPhase (const std::string &caption) | |
| TaskPhase (const TaskPhase &org, bool doDeepCopy=true) | |
| ~TaskPhase () | |
| virtual TaskPhase * | clone (bool doDeepCopy=true) |
| const std::string & | caption () const |
| void | setCaption (const std::string &str) |
| bool | isSkipped () const |
| void | setSkipped (bool on) |
| void | setPreCommand (TaskFunc func) |
| TaskFunc | preCommand () const |
| TaskCommand * | addCommand () |
| TaskCommand * | addCommand (const std::string &caption) |
| TaskCommand * | addToggleCommand () |
| TaskCommand * | addToggleCommand (const std::string &caption) |
| int | numCommands () const |
| TaskCommand * | command (int index) const |
| int | lastCommandIndex () const |
| TaskCommand * | lastCommand () const |
| TaskPhaseProxyPtr | commandLevel (int level) |
| int | maxCommandLevel () const |
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 |
| TaskPhase::TaskPhase | ( | const std::string & | caption | ) |
| TaskPhase::TaskPhase | ( | const TaskPhase & | org, |
| bool | doDeepCopy = true |
||
| ) |
| TaskPhase::~TaskPhase | ( | ) |
| TaskCommand * TaskPhase::addCommand | ( | ) |
| TaskCommand * TaskPhase::addCommand | ( | const std::string & | caption | ) |
| TaskCommand * TaskPhase::addToggleCommand | ( | ) |
| TaskCommand * TaskPhase::addToggleCommand | ( | const std::string & | caption | ) |
|
inline |
|
virtual |
| TaskCommand * TaskPhase::command | ( | int | index | ) | const |
| TaskPhaseProxyPtr TaskPhase::commandLevel | ( | int | level | ) |
|
inline |
|
inline |
|
inline |
| int TaskPhase::maxCommandLevel | ( | ) | const |
|
inline |
|
inline |
| void TaskPhase::setCaption | ( | const std::string & | str | ) |
| void TaskPhase::setPreCommand | ( | TaskFunc | func | ) |
|
inline |
1.8.11