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
cpp
inline FEItem()
function IsVisible
cpp
inline bool IsVisible() const
function IsSelected
cpp
inline bool IsSelected() const
function Select
cpp
inline void Select()
function UnSelect
cpp
inline void UnSelect()
function Show
cpp
inline void Show()
function Hide
cpp
inline void Hide()
function GetFEState
cpp
inline unsigned int GetFEState() const
function SetFEState
cpp
inline void SetFEState(
unsigned int state
)
Public Attributes Documentation
variable m_ntag
cpp
int m_ntag;
variable m_gid
cpp
int m_gid;
variable m_nid
cpp
int m_nid;
Updated on 2026-03-31 at 16:02:10 +0000