FEItem
Inherited by FEEdge, FEElement_, FEFace, FENode
Public Functions
Name | |
---|---|
FEItem() | |
bool | IsVisible() const |
bool | IsSelected() const |
void | Select() |
void | UnSelect() |
void | Show() |
void | Hide() |
unsigned int | GetFEState() const |
void | SetFEState(unsigned int state) |
Public Attributes
Name | |
---|---|
int | m_ntag |
int | m_gid |
int | m_nid |
Public Functions Documentation
function FEItem
inline FEItem()
function IsVisible
inline bool IsVisible() const
function IsSelected
inline bool IsSelected() const
function Select
inline void Select()
function UnSelect
inline void UnSelect()
function Show
inline void Show()
function Hide
inline void Hide()
function GetFEState
inline unsigned int GetFEState() const
function SetFEState
inline void SetFEState(
unsigned int state
)
Public Attributes Documentation
variable m_ntag
int m_ntag;
variable m_gid
int m_gid;
variable m_nid
int m_nid;
Updated on 2024-03-17 at 12:58:44 -0600