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