| makVrv::DtVisualizerSchema::DtVisualizerSchema |
( |
const std::string & |
name, |
|
|
const DtUnicode & |
humanReadableText, |
|
|
bool |
empty = false |
|
) |
| |
Create a new visualizer schema.
- Parameters
-
| empty | If true the schema will have no parameters, if false the schema will have the default visualizer schema parameters. |
| makVrv::DtVisualizerSchema::DtVisualizerSchema |
( |
const std::string & |
name, |
|
|
const DtUnicode & |
humanReadableText, |
|
|
const DtVisualizerSchema & |
rhs |
|
) |
| |
Copy CTOR for params only.
| makVrv::DtVisualizerSchema::~DtVisualizerSchema |
( |
| ) |
|
| const std::string& makVrv::DtVisualizerSchema::name |
( |
| ) |
const |
Get the name of the schema.
| const DtUnicode& makVrv::DtVisualizerSchema::screenName |
( |
| ) |
const |
Get the name suitable for the screen.
| void makVrv::DtVisualizerSchema::addParameter |
( |
const Parameter & |
param | ) |
|
| void makVrv::DtVisualizerSchema::removeParameter |
( |
const std::string & |
name | ) |
|
| Parameter* makVrv::DtVisualizerSchema::findParameter |
( |
const std::string & |
name | ) |
|
| const Parameter* makVrv::DtVisualizerSchema::findParameter |
( |
const std::string & |
name | ) |
const |
| std::string makVrv::DtVisualizerSchema::myName |
|
protected |
| DtUnicode makVrv::DtVisualizerSchema::myScreenName |
|
protected |
The documentation for this class was generated from the following file: