#include <TdkJNIComponent.h>
Inheritance diagram for TdkObjectMapPopupMenuPlayer:
Public Member Functions | |
TdkObjectMapPopupMenuPlayer () | |
virtual void | play (TdkObjectGID *object_gid) |
virtual void | setIsObjectIntercepted (bool is) |
virtual bool | getIsObjectIntercepted () |
virtual void | setIsObjectSelected (bool is) |
virtual bool | getIsObjectSelected () |
virtual void | setIsObjectIdentified (bool is) |
virtual bool | getIsObjectIdentified () |
virtual void | setAnyObjectSelected (bool any) |
virtual bool | getAnyObjectSelected () |
virtual void | setAnyObjectIdentified (bool any) |
virtual bool | getAnyObjectIdentified () |
Protected Member Functions | |
virtual void | play () |
Protected Attributes | |
bool | is_object_intercepted_ |
bool | is_object_selected_ |
bool | is_object_identified_ |
bool | any_object_selected_ |
bool | any_object_identified_ |
TdkObjectMapPopupMenuPlayer::TdkObjectMapPopupMenuPlayer | ( | ) | [inline] |
virtual void TdkObjectMapPopupMenuPlayer::play | ( | TdkObjectGID * | object_gid | ) | [inline, virtual] |
virtual void TdkObjectMapPopupMenuPlayer::setIsObjectIntercepted | ( | bool | is | ) | [inline, virtual] |
virtual bool TdkObjectMapPopupMenuPlayer::getIsObjectIntercepted | ( | ) | [inline, virtual] |
virtual void TdkObjectMapPopupMenuPlayer::setIsObjectSelected | ( | bool | is | ) | [inline, virtual] |
virtual bool TdkObjectMapPopupMenuPlayer::getIsObjectSelected | ( | ) | [inline, virtual] |
virtual void TdkObjectMapPopupMenuPlayer::setIsObjectIdentified | ( | bool | is | ) | [inline, virtual] |
virtual bool TdkObjectMapPopupMenuPlayer::getIsObjectIdentified | ( | ) | [inline, virtual] |
virtual void TdkObjectMapPopupMenuPlayer::setAnyObjectSelected | ( | bool | any | ) | [inline, virtual] |
virtual bool TdkObjectMapPopupMenuPlayer::getAnyObjectSelected | ( | ) | [inline, virtual] |
virtual void TdkObjectMapPopupMenuPlayer::setAnyObjectIdentified | ( | bool | any | ) | [inline, virtual] |
virtual bool TdkObjectMapPopupMenuPlayer::getAnyObjectIdentified | ( | ) | [inline, virtual] |
virtual void TdkObjectMapPopupMenuPlayer::play | ( | ) | [inline, protected, virtual] |
bool TdkObjectMapPopupMenuPlayer::is_object_intercepted_ [protected] |
bool TdkObjectMapPopupMenuPlayer::is_object_selected_ [protected] |
bool TdkObjectMapPopupMenuPlayer::is_object_identified_ [protected] |
bool TdkObjectMapPopupMenuPlayer::any_object_selected_ [protected] |
bool TdkObjectMapPopupMenuPlayer::any_object_identified_ [protected] |