Orxonox
0.0.5 Codename: Arcturus
|
This is the complete list of members for orxonox::RealTimer, including all inherited members.
addTime(float time) | orxonox::Timer | inline |
getContext() const | orxonox::Listable | inline |
getDerivedPointer(unsigned int classID) | orxonox::Identifiable | inline |
getDerivedPointer(unsigned int classID) | orxonox::Identifiable | inline |
getDerivedPointer(unsigned int classID) const | orxonox::Identifiable | inline |
getIdentifier() const | orxonox::Identifiable | inline |
getRemainingTime() const | orxonox::Timer | inline |
getTimeFactor() override | orxonox::RealTimer | protectedvirtual |
Identifiable() | orxonox::Identifiable | |
isA(const Identifier *identifier) | orxonox::Identifiable | |
isA(const SubclassIdentifier< B > *identifier) | orxonox::Identifiable | inline |
isA(const Identifiable *object) | orxonox::Identifiable | |
isActive() const | orxonox::Timer | inline |
isChildOf(const Identifier *identifier) | orxonox::Identifiable | |
isChildOf(const SubclassIdentifier< B > *identifier) | orxonox::Identifiable | inline |
isChildOf(const Identifiable *object) | orxonox::Identifiable | |
isDirectChildOf(const Identifier *identifier) | orxonox::Identifiable | |
isDirectChildOf(const SubclassIdentifier< B > *identifier) | orxonox::Identifiable | inline |
isDirectChildOf(const Identifiable *object) | orxonox::Identifiable | |
isDirectParentOf(const Identifier *identifier) | orxonox::Identifiable | |
isDirectParentOf(const SubclassIdentifier< B > *identifier) | orxonox::Identifiable | inline |
isDirectParentOf(const Identifiable *object) | orxonox::Identifiable | |
isExactlyA(const Identifier *identifier) | orxonox::Identifiable | |
isExactlyA(const SubclassIdentifier< B > *identifier) | orxonox::Identifiable | inline |
isExactlyA(const Identifiable *object) | orxonox::Identifiable | |
isParentOf(const Identifier *identifier) | orxonox::Identifiable | |
isParentOf(const SubclassIdentifier< B > *identifier) | orxonox::Identifiable | inline |
isParentOf(const Identifiable *object) | orxonox::Identifiable | |
Listable() | orxonox::Listable | |
Listable(Context *context) | orxonox::Listable | |
pauseTimer() | orxonox::Timer | inline |
RealTimer() | orxonox::RealTimer | |
RealTimer(float interval, bool bLoop, const ExecutorPtr &executor, bool bKillAfterCall=false) | orxonox::RealTimer | |
removeTime(float time) | orxonox::Timer | inline |
run() | orxonox::Timer | |
setContext(Context *context) | orxonox::Listable | |
setInterval(float interval) | orxonox::Timer | inline |
setLoop(bool bLoop) | orxonox::Timer | inline |
setTimer(float interval, bool bLoop, const ExecutorPtr &executor, bool bKillAfterCall=false) | orxonox::Timer | |
setTimer(float interval, bool bLoop, std::function< void(void)> func, bool bKillAfterCall=false) | orxonox::Timer | |
startTimer() | orxonox::Timer | inline |
stopTimer() | orxonox::Timer | inline |
tick(const Clock &time) | orxonox::Timer | |
Timer() | orxonox::Timer | |
Timer(float interval, bool bLoop, const ExecutorPtr &executor, bool bKillAfterCall=false) | orxonox::Timer | |
Timer(float interval, bool bLoop, std::function< void(void)> func, bool bKillAfterCall=false) | orxonox::Timer | |
unpauseTimer() | orxonox::Timer | inline |
unregisterObject() | orxonox::Listable | |
~Identifiable() | orxonox::Identifiable | inlinevirtual |
~Listable() | orxonox::Listable | virtual |