#include <Task.h>
§ Task() [1/3]
§ Task() [2/3]
| Task::Task |
( |
const std::string & |
name, |
|
|
const std::string & |
caption |
|
) |
| |
§ Task() [3/3]
| Task::Task |
( |
const Task & |
org, |
|
|
bool |
doDeepCopy = true |
|
) |
| |
§ ~Task()
§ addCommand() [1/2]
§ addCommand() [2/2]
| TaskCommand * Task::addCommand |
( |
const std::string & |
caption | ) |
|
§ addPhase() [1/2]
§ addPhase() [2/2]
| TaskPhase * Task::addPhase |
( |
const std::string & |
caption | ) |
|
§ addToggleCommand() [1/2]
§ addToggleCommand() [2/2]
| TaskCommand * Task::addToggleCommand |
( |
const std::string & |
caption | ) |
|
§ caption()
| const std::string& cnoid::Task::caption |
( |
| ) |
const |
|
inline |
§ commandLevel()
§ funcToSetCommandLink()
| TaskFunc Task::funcToSetCommandLink |
( |
int |
commandIndex | ) |
const |
§ lastCommand()
§ lastCommandIndex()
| int Task::lastCommandIndex |
( |
| ) |
|
§ lastPhase()
§ maxCommandLevel()
| int Task::maxCommandLevel |
( |
| ) |
const |
§ name()
| const std::string& cnoid::Task::name |
( |
| ) |
const |
|
inline |
§ numPhases()
| int cnoid::Task::numPhases |
( |
| ) |
const |
|
inline |
§ onActivated()
§ onDeactivated()
§ onMenuRequest()
| void Task::onMenuRequest |
( |
TaskMenu & |
menu | ) |
|
|
virtual |
§ phase()
§ restoreState()
§ setCaption()
| void Task::setCaption |
( |
const std::string & |
str | ) |
|
§ setName()
| void Task::setName |
( |
const std::string & |
str | ) |
|
§ setPreCommand()
| void Task::setPreCommand |
( |
TaskFunc |
func | ) |
|
§ storeState()
The documentation for this class was generated from the following files: