#include <Task.h>
| TaskCommand::TaskCommand |
( |
| ) |
|
| TaskCommand::TaskCommand |
( |
const std::string & |
caption | ) |
|
| TaskCommand::~TaskCommand |
( |
| ) |
|
| const std::string& cnoid::TaskCommand::caption |
( |
| ) |
const |
|
inline |
| const std::string& cnoid::TaskCommand::description |
( |
| ) |
const |
|
inline |
| TaskFunc cnoid::TaskCommand::function |
( |
| ) |
const |
|
inline |
| bool TaskCommand::isChecked |
( |
| ) |
const |
| bool cnoid::TaskCommand::isCommandLinkAutomatic |
( |
| ) |
const |
|
inline |
| bool cnoid::TaskCommand::isDefault |
( |
| ) |
const |
|
inline |
| int cnoid::TaskCommand::level |
( |
| ) |
const |
|
inline |
| int TaskCommand::nextCommandIndex |
( |
int |
currentCommandIndex | ) |
const |
| int TaskCommand::nextPhaseIndex |
( |
int |
currentPhaseIndex | ) |
const |
| TaskCommand* cnoid::TaskCommand::setCaption |
( |
const std::string & |
caption | ) |
|
|
inline |
| TaskCommand * TaskCommand::setCheckable |
( |
bool |
on = true | ) |
|
| TaskCommand * TaskCommand::setCommandLink |
( |
int |
commandIndex | ) |
|
| TaskCommand* cnoid::TaskCommand::setCommandLinkAutomatic |
( |
bool |
on = true | ) |
|
|
inline |
| TaskCommand * TaskCommand::setCommandLinkStep |
( |
int |
commandIndexStep | ) |
|
| TaskCommand* cnoid::TaskCommand::setDefault |
( |
bool |
on = true | ) |
|
|
inline |
| TaskCommand* cnoid::TaskCommand::setDescription |
( |
const std::string & |
description | ) |
|
|
inline |
| TaskCommand * TaskCommand::setPhaseLink |
( |
int |
phaseIndex | ) |
|
| TaskCommand * TaskCommand::setPhaseLinkStep |
( |
int |
phaseIndexStep | ) |
|
The documentation for this class was generated from the following files: