#include <Task.h>
◆ TaskPhase() [1/2]
| TaskPhase::TaskPhase |
( |
const std::string & |
caption | ) |
|
◆ TaskPhase() [2/2]
| TaskPhase::TaskPhase |
( |
const TaskPhase & |
org, |
|
|
bool |
doDeepCopy = true |
|
) |
| |
◆ ~TaskPhase()
| TaskPhase::~TaskPhase |
( |
| ) |
|
◆ addCommand() [1/2]
◆ addCommand() [2/2]
| TaskCommand * TaskPhase::addCommand |
( |
const std::string & |
caption | ) |
|
◆ addToggleCommand() [1/2]
◆ addToggleCommand() [2/2]
| TaskCommand * TaskPhase::addToggleCommand |
( |
const std::string & |
caption | ) |
|
◆ caption()
| const std::string& cnoid::TaskPhase::caption |
( |
| ) |
const |
|
inline |
◆ clone()
| TaskPhase * TaskPhase::clone |
( |
bool |
doDeepCopy = true | ) |
|
|
virtual |
◆ command()
◆ commandLevel()
◆ isSkipped()
| bool cnoid::TaskPhase::isSkipped |
( |
| ) |
const |
|
inline |
◆ lastCommand()
◆ lastCommandIndex()
| int cnoid::TaskPhase::lastCommandIndex |
( |
| ) |
const |
|
inline |
◆ maxCommandLevel()
| int TaskPhase::maxCommandLevel |
( |
| ) |
const |
◆ numCommands()
| int cnoid::TaskPhase::numCommands |
( |
| ) |
const |
|
inline |
◆ preCommand()
| TaskFunc cnoid::TaskPhase::preCommand |
( |
| ) |
const |
|
inline |
◆ setCaption()
| void TaskPhase::setCaption |
( |
const std::string & |
str | ) |
|
◆ setPreCommand()
| void TaskPhase::setPreCommand |
( |
TaskFunc |
func | ) |
|
◆ setSkipped()
| void cnoid::TaskPhase::setSkipped |
( |
bool |
on | ) |
|
|
inline |
The documentation for this class was generated from the following files: