![]() |
VR-Forces 4.0.4 Class Documentation
|
Public Member Functions | |
| DtEnvironmentalCreationData (const std::string &name="", const std::string &label="", int color=0, const std::string &overlayParent="", bool projected=false, bool closed=false, int appearance=0, const std::string &attachedTo="", const std::string &userData="", unsigned int rId=0) | |
| DtEnvironmentalCreationData (const DtEnvironmentalCreationData &orig) | |
| void | setName (const std::string &n) |
| const std::string & | name () const |
| void | setLabel (const std::string &l) |
| const std::string & | label () const |
| void | setColor (int c) |
| int | color () const |
| void | setOverlayParent (const std::string &s) |
| const std::string & | overlayParent () const |
| void | setIsProjected (bool b) |
| bool | isProjected () const |
| void | setIsClosedFigure (bool b) |
| bool | isClosedFigure () const |
| void | setAppearance (int i) |
| int | appearance () const |
| void | setAttachedTo (const std::string &a) |
| const std::string & | attachedTo () const |
| void | setUserData (const std::string &u) |
| const std::string & | userData () const |
| void | setRequestId (unsigned int id) |
| int | requestId () const |
| void | setLineStyle (int i) |
| int | lineStyle () const |
| void | setFillStyle (int i) |
| int | fillStyle () const |
| void | setLineWidth (int i) |
| int | lineWidth () const |
Protected Member Functions | |
| int | rawAppearance () const |
Protected Attributes | |
| std::string | myName |
| std::string | myLabel |
| int | myColor |
| std::string | myOverlayParent |
| bool | myIsProjected |
| bool | myIsClosedFigure |
| int | myAppearance |
| std::string | myAttachedTo |
| std::string | myUserData |
| unsigned int | myRequestId |
| makVrf::DtEnvironmentalCreationData::DtEnvironmentalCreationData | ( | const std::string & | name = "", |
| const std::string & | label = "", |
||
| int | color = 0, |
||
| const std::string & | overlayParent = "", |
||
| bool | projected = false, |
||
| bool | closed = false, |
||
| int | appearance = 0, |
||
| const std::string & | attachedTo = "", |
||
| const std::string & | userData = "", |
||
| unsigned int | rId = 0 |
||
| ) | [inline] |
| makVrf::DtEnvironmentalCreationData::DtEnvironmentalCreationData | ( | const DtEnvironmentalCreationData & | orig | ) | [inline] |
| void makVrf::DtEnvironmentalCreationData::setName | ( | const std::string & | n | ) | [inline] |
| const std::string& makVrf::DtEnvironmentalCreationData::name | ( | ) | const [inline] |
| void makVrf::DtEnvironmentalCreationData::setLabel | ( | const std::string & | l | ) | [inline] |
| const std::string& makVrf::DtEnvironmentalCreationData::label | ( | ) | const [inline] |
| void makVrf::DtEnvironmentalCreationData::setColor | ( | int | c | ) | [inline] |
| int makVrf::DtEnvironmentalCreationData::color | ( | ) | const [inline] |
| void makVrf::DtEnvironmentalCreationData::setOverlayParent | ( | const std::string & | s | ) | [inline] |
| const std::string& makVrf::DtEnvironmentalCreationData::overlayParent | ( | ) | const [inline] |
| void makVrf::DtEnvironmentalCreationData::setIsProjected | ( | bool | b | ) | [inline] |
| bool makVrf::DtEnvironmentalCreationData::isProjected | ( | ) | const [inline] |
| void makVrf::DtEnvironmentalCreationData::setIsClosedFigure | ( | bool | b | ) | [inline] |
| bool makVrf::DtEnvironmentalCreationData::isClosedFigure | ( | ) | const [inline] |
| void makVrf::DtEnvironmentalCreationData::setAppearance | ( | int | i | ) | [inline] |
References DtAppearanceMask.
| int makVrf::DtEnvironmentalCreationData::appearance | ( | ) | const [inline] |
References DtAppearanceMask.
| void makVrf::DtEnvironmentalCreationData::setAttachedTo | ( | const std::string & | a | ) | [inline] |
| const std::string& makVrf::DtEnvironmentalCreationData::attachedTo | ( | ) | const [inline] |
| void makVrf::DtEnvironmentalCreationData::setUserData | ( | const std::string & | u | ) | [inline] |
| const std::string& makVrf::DtEnvironmentalCreationData::userData | ( | ) | const [inline] |
| void makVrf::DtEnvironmentalCreationData::setRequestId | ( | unsigned int | id | ) | [inline] |
| int makVrf::DtEnvironmentalCreationData::requestId | ( | ) | const [inline] |
| int makVrf::DtEnvironmentalCreationData::rawAppearance | ( | ) | const [inline, protected] |
| void makVrf::DtEnvironmentalCreationData::setLineStyle | ( | int | i | ) | [inline] |
| int makVrf::DtEnvironmentalCreationData::lineStyle | ( | ) | const [inline] |
References DtLineStyleFromAppearance.
| void makVrf::DtEnvironmentalCreationData::setFillStyle | ( | int | i | ) | [inline] |
| int makVrf::DtEnvironmentalCreationData::fillStyle | ( | ) | const [inline] |
References DtFillStyleFromAppearance.
| void makVrf::DtEnvironmentalCreationData::setLineWidth | ( | int | i | ) | [inline] |
| int makVrf::DtEnvironmentalCreationData::lineWidth | ( | ) | const [inline] |
References DtLineWidthFromAppearance.
std::string makVrf::DtEnvironmentalCreationData::myName [protected] |
std::string makVrf::DtEnvironmentalCreationData::myLabel [protected] |
int makVrf::DtEnvironmentalCreationData::myColor [protected] |
std::string makVrf::DtEnvironmentalCreationData::myOverlayParent [protected] |
int makVrf::DtEnvironmentalCreationData::myAppearance [protected] |
std::string makVrf::DtEnvironmentalCreationData::myAttachedTo [protected] |
std::string makVrf::DtEnvironmentalCreationData::myUserData [protected] |
unsigned int makVrf::DtEnvironmentalCreationData::myRequestId [protected] |