Internal: a list of zones ( for v4) More...
Public Member Functions | |
RBZone () | |
int | getId () const |
returns a unique id More... | |
Public Attributes | |
bool | m_isMain |
the zone type: rbdr(true) or rbil More... | |
int | m_id |
the zone id More... | |
std::vector< int > | m_idList |
the list of rb More... | |
std::string | m_frame |
the frame name ( if it exist ) More... | |
Internal: a list of zones ( for v4)
|
inline |
|
inline |
returns a unique id
Referenced by MSKGraph::readRB().
std::string MSKGraphInternal::RBZone::m_frame |
the frame name ( if it exist )
Referenced by MSKGraph::checkTextBoxLinks(), and MSKGraph::readRB().
int MSKGraphInternal::RBZone::m_id |
the zone id
Referenced by getId(), and MSKGraph::readRB().
std::vector<int> MSKGraphInternal::RBZone::m_idList |
the list of rb
Referenced by MSKGraph::checkTextBoxLinks(), MSKGraph::readRB(), and MSKGraph::sendObjects().
bool MSKGraphInternal::RBZone::m_isMain |
the zone type: rbdr(true) or rbil
Referenced by getId(), and MSKGraph::readRB().