addTime(float time) | orxonox::Timer | inline |
bActive_ | orxonox::Timer | private |
bKillAfterCall_ | orxonox::Timer | private |
bLoop_ | orxonox::Timer | private |
executor_ | orxonox::Timer | private |
function_ | orxonox::Timer | private |
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() | orxonox::Timer | protectedvirtual |
Identifiable() | orxonox::Identifiable | |
init() | orxonox::Timer | private |
interval_ | orxonox::Timer | private |
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 | |
isStdFunction_ | orxonox::Timer | private |
Listable() | orxonox::Listable | |
Listable(Context *context) | orxonox::Listable | |
pauseTimer() | orxonox::Timer | inline |
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 | |
time_ | orxonox::Timer | private |
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 |