#include <BcfComponentVisibility.h>
A class that stores and operates component visibility data.
Definition at line 58 of file BcfComponentVisibility.h.
◆ getDefaultVisibility()
const bool & OdBcf::OdBcfComponentVisibility::getDefaultVisibility |
( |
| ) |
const |
Retrieves whether the default visibility settings are applied.
- Returns
- A true if the default visibility settings are applied; otherwise, the method returns false.
◆ getExceptions()
◆ inFields()
virtual OdResult OdBcf::OdBcfComponentVisibility::inFields |
( |
TiXmlElement * |
pParent | ) |
|
|
virtual |
Reads XML data into ODA data structures.
- Parameters
-
pParent | [in] A pointer to the parent element of the data structure. |
- Returns
- eOk if data was successfully read; otherwise, the method returns an appropriate error code.
Implements OdBcf::OdBcfElement.
◆ isDefaultVisibilityUnset()
bool OdBcf::OdBcfComponentVisibility::isDefaultVisibilityUnset |
( |
| ) |
const |
Defines whether the value of the flag that determines if the default visibility settings are applied or not is not initialized.
- Returns
- true if the flag value is not initialized; otherwise, the method returns false.
◆ isExceptionsUnset()
bool OdBcf::OdBcfComponentVisibility::isExceptionsUnset |
( |
| ) |
const |
Defines whether the exceptions object is not initialized.
- Returns
- true if the exceptions object is not initialized; otherwise, the method returns false.
◆ ODRX_DECLARE_MEMBERS()
◆ operator=()
◆ outFields()
virtual OdResult OdBcf::OdBcfComponentVisibility::outFields |
( |
TiXmlElement * |
pParent | ) |
const |
|
virtual |
Writes data into XML structures.
- Parameters
-
pParent | [in] A pointer to the parent element of the data structure. |
- Returns
- eOk if data was successfully written; otherwise, the method returns an appropriate error code.
Implements OdBcf::OdBcfElement.
◆ validate()
virtual bool OdBcf::OdBcfComponentVisibility::validate |
( |
| ) |
const |
|
virtual |
Checks whether the component visibility instance has all required fields initialized.
- Returns
- true if all required fields are initialized; otherwise the method returns false.
Implements OdBcf::OdBcfElement.
◆ OdBcfSession
friend OdBcf::OdBcfComponentVisibility::OdBcfSession |
|
protected |
The documentation for this class was generated from the following file: