a link to a name zone in RagTime 5/6 documents More...
#include <RagTime5ClusterManager.hxx>
Public Member Functions | |
NameLink () | |
default constructor More... | |
NameLink (Link const &lnk) | |
constructor from list More... | |
bool | empty () const |
returns true if all link are empty More... | |
Public Attributes | |
std::vector< int > | m_ids |
the data ids More... | |
int | m_N |
the number of data More... | |
std::vector< long > | m_decalList |
a list of long used to store decal More... | |
std::vector< long > | m_posToNames [2] |
for unicode list field ids and field id to name More... | |
Link | m_posToNamesLinks [2] |
the corresponding link (for big list) More... | |
a link to a name zone in RagTime 5/6 documents
|
inline |
default constructor
|
inlineexplicit |
constructor from list
|
inline |
returns true if all link are empty
Referenced by RagTime5ClusterManager::readClusterMainList(), RagTime5StyleManager::readFormats(), RagTime5Graph::readGraphicShapes(), and RagTime5Document::readStructZone().
std::vector<long> RagTime5ClusterManager::NameLink::m_decalList |
a list of long used to store decal
Referenced by RagTime5Document::readUnicodeStringList().
std::vector<int> RagTime5ClusterManager::NameLink::m_ids |
the data ids
Referenced by empty(), and RagTime5Document::readUnicodeStringList().
int RagTime5ClusterManager::NameLink::m_N |
the number of data
std::vector<long> RagTime5ClusterManager::NameLink::m_posToNames[2] |
for unicode list field ids and field id to name
Referenced by RagTime5Document::readUnicodeStringList().
Link RagTime5ClusterManager::NameLink::m_posToNamesLinks[2] |
the corresponding link (for big list)
Referenced by RagTime5Document::readUnicodeStringList().