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