Public Types | |
| enum | Status { Status::Visible = 1, Status::Selectable = 2 } |
Public Member Functions | |
| void | FlagAs (Status in) |
| Dtk_ID | GetFatherID () const |
| Dtk_ID | GetID () const |
| Dtk_string const & | GetName () const |
| bool | IsFlaggedAs (Status in) const |
| Layer () | |
| Layer (Dtk_ID id, Dtk_string name=Dtk_string(), Dtk_ID fatherID=static_cast< Dtk_ID >(-1)) | |
| void | Unflag (Status in) |
Protected Attributes | |
| Dtk_ID | m_FatherID |
| Dtk_ID | m_ID |
| Dtk_string | m_Name |
| Dtk_UShort16 | m_Status |
|
strong |
| Dtk_LayerInfosSet::Layer::Layer | ( | ) |
| Dtk_LayerInfosSet::Layer::Layer | ( | Dtk_ID | id, |
| Dtk_string | name = Dtk_string(), |
||
| Dtk_ID | fatherID = static_cast< Dtk_ID >( -1 ) |
||
| ) |
| void Dtk_LayerInfosSet::Layer::FlagAs | ( | Status | in | ) |
| Dtk_ID Dtk_LayerInfosSet::Layer::GetFatherID | ( | ) | const |
| Dtk_string const& Dtk_LayerInfosSet::Layer::GetName | ( | ) | const |
| bool Dtk_LayerInfosSet::Layer::IsFlaggedAs | ( | Status | in | ) | const |
| void Dtk_LayerInfosSet::Layer::Unflag | ( | Status | in | ) |
|
protected |
|
protected |
|
protected |
|
protected |