HoverRace
2.0
|
The metadata for a track. More...
#include <TrackEntry.h>
Public Member Functions | |
TrackEntry () | |
virtual | ~TrackEntry () |
virtual void | Inspect (Util::InspectMapNode &node) const |
bool | operator< (const TrackEntry &elem2) const |
bool | operator== (const TrackEntry &elem2) const |
void | Serialize (Parcel::ObjStream &os) |
![]() | |
Inspectable () | |
virtual | ~Inspectable () |
Public Attributes | |
std::string | description |
std::string | name |
The name of the track. More... | |
MR_Int32 | registrationMode |
MR_Int32 | regMajor |
MR_Int32 | regMinor |
MR_Int32 | sortingIndex |
Private Types | |
using | SUPER = Util::Inspectable |
The metadata for a track.
|
private |
|
inline |
|
inlinevirtual |
|
virtual |
Implements HoverRace::Util::Inspectable.
|
inline |
|
inline |
void HoverRace::Model::TrackEntry::Serialize | ( | Parcel::ObjStream & | os | ) |
std::string HoverRace::Model::TrackEntry::description |
std::string HoverRace::Model::TrackEntry::name |
The name of the track.
MR_Int32 HoverRace::Model::TrackEntry::registrationMode |
MR_Int32 HoverRace::Model::TrackEntry::regMajor |
MR_Int32 HoverRace::Model::TrackEntry::regMinor |
MR_Int32 HoverRace::Model::TrackEntry::sortingIndex |