![]() |
VR-Forces 4.0.4 Class Documentation
|
DtRemoteGraphicSetCommand sets remote graphics attributes. More...

Public Member Functions | |
| DtRemoteGraphicSetCommand () | |
| virtual | ~DtRemoteGraphicSetCommand () |
| virtual std::string | remoteGraphicSetName () const |
| virtual void | setRemoteGraphicSetName (const std::string &name) |
| virtual bool | isEnabled () const |
| virtual void | setEnabled (bool state) |
| virtual bool | appliesToAttribute () const |
| virtual void | setAppliesToAttribute (bool yesNo) |
| virtual void | execute (DtDe &de) |
Protected Attributes | |
| std::string | mySetName |
| bool | myState |
| bool | myAppliesToAttribute |
DtRemoteGraphicSetCommand sets remote graphics attributes.
| virtual makVrv::DtRemoteGraphicSetCommand::~DtRemoteGraphicSetCommand | ( | ) | [virtual] |
| virtual std::string makVrv::DtRemoteGraphicSetCommand::remoteGraphicSetName | ( | ) | const [virtual] |
| virtual void makVrv::DtRemoteGraphicSetCommand::setRemoteGraphicSetName | ( | const std::string & | name | ) | [virtual] |
| virtual bool makVrv::DtRemoteGraphicSetCommand::isEnabled | ( | ) | const [virtual] |
| virtual void makVrv::DtRemoteGraphicSetCommand::setEnabled | ( | bool | state | ) | [virtual] |
| virtual bool makVrv::DtRemoteGraphicSetCommand::appliesToAttribute | ( | ) | const [virtual] |
| virtual void makVrv::DtRemoteGraphicSetCommand::setAppliesToAttribute | ( | bool | yesNo | ) | [virtual] |
| virtual void makVrv::DtRemoteGraphicSetCommand::execute | ( | DtDe & | de | ) | [virtual] |
Implements makVrv::DtVrvCommand.
std::string makVrv::DtRemoteGraphicSetCommand::mySetName [protected] |
bool makVrv::DtRemoteGraphicSetCommand::myState [protected] |