#include <logtag.h>
Public Member Functions | |
| virtual | ~LogTag () |
| LogTag () | |
| const std::string & | GetName () const |
| Gets the name. | |
| void | SetName (const std::string &newName) |
| Sets the name. | |
| const std::string & | GetDescription () const |
| Gets the description. | |
| void | SetDescription (const std::string &newDescription) |
| Sets the description. | |
| double | GetSimTimeStamp () const |
| Gets the simulation timestamp (as opposed to real time). | |
| void | SetSimTimeStamp (double newSimTimeStamp) |
| Sets the sim time stamp (as opposed to real time). | |
| const dtCore::UniqueId & | GetUniqueId () const |
| Gets the unique id. | |
| void | SetUniqueId (const dtCore::UniqueId &newId) |
| Sets the unique id. | |
| void | SetKeyframeUniqueId (const dtCore::UniqueId &newId) |
| Sets the id of the keyframe associated with this tag. | |
| const dtCore::UniqueId & | GetKeyframeUniqueId () const |
| Gets the id of the keyframe associated with this tag. | |
| void | SetCaptureKeyframe (bool flag) |
| Sets whether or not this tag should tell the system to capture a keyframe when it is inserted into the log stream. | |
| bool | GetCaptureKeyframe () const |
| Gets whether or not this tag has a keyframe associated with it. | |
| bool | operator== (const LogTag &compareTo) const |
| bool | operator!= (const LogTag &compareTo) const |
| bool | operator< (const LogTag &compareTo) const |
| bool | operator> (const LogTag &compareTo) const |
This class has a copy constructor plus ==, !=, =, <, and > operators.
| virtual dtGame::LogTag::~LogTag | ( | ) | [inline, virtual] |
| dtGame::LogTag::LogTag | ( | ) | [inline] |
| const std::string& dtGame::LogTag::GetName | ( | ) | const [inline] |
Gets the name.
| void dtGame::LogTag::SetName | ( | const std::string & | newName | ) | [inline] |
Sets the name.
| The | new name |
| const std::string& dtGame::LogTag::GetDescription | ( | ) | const [inline] |
Gets the description.
| void dtGame::LogTag::SetDescription | ( | const std::string & | newDescription | ) | [inline] |
Sets the description.
| The | new description |
| double dtGame::LogTag::GetSimTimeStamp | ( | ) | const [inline] |
Gets the simulation timestamp (as opposed to real time).
| void dtGame::LogTag::SetSimTimeStamp | ( | double | newSimTimeStamp | ) | [inline] |
Sets the sim time stamp (as opposed to real time).
| The | new simulation time stamp (as opposed to real time) |
| const dtCore::UniqueId& dtGame::LogTag::GetUniqueId | ( | ) | const [inline] |
| void dtGame::LogTag::SetUniqueId | ( | const dtCore::UniqueId & | newId | ) | [inline] |
Sets the unique id.
| The | new unique id |
| void dtGame::LogTag::SetKeyframeUniqueId | ( | const dtCore::UniqueId & | newId | ) | [inline] |
Sets the id of the keyframe associated with this tag.
| newId | Valid id of a keyframe or an empty id if no keyframe is associated with this tag. |
| const dtCore::UniqueId& dtGame::LogTag::GetKeyframeUniqueId | ( | ) | const [inline] |
Gets the id of the keyframe associated with this tag.
| void dtGame::LogTag::SetCaptureKeyframe | ( | bool | flag | ) | [inline] |
Sets whether or not this tag should tell the system to capture a keyframe when it is inserted into the log stream.
| flag | True if a keyframe should be captured. |
| bool dtGame::LogTag::GetCaptureKeyframe | ( | ) | const [inline] |
Gets whether or not this tag has a keyframe associated with it.
| bool dtGame::LogTag::operator== | ( | const LogTag & | compareTo | ) | const [inline] |
| bool dtGame::LogTag::operator!= | ( | const LogTag & | compareTo | ) | const [inline] |
| bool dtGame::LogTag::operator< | ( | const LogTag & | compareTo | ) | const [inline] |
| bool dtGame::LogTag::operator> | ( | const LogTag & | compareTo | ) | const [inline] |