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