OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimMouseEvent.h>
Public Member Functions | |
ossimMouseEvent (const ossimDpt &scenePoint=ossimDpt(0, 0), const ossimDpt &relViewPoint=ossimDpt(0, 0), ossimObject *object=NULL, long id=OSSIM_MOUSE_EVENT_ID, long mouseType=0) | |
virtual ossimObject * | dup () const |
bool | controlDown () const |
bool | altDown () const |
bool | shiftDown () const |
bool | leftDown () const |
bool | middleDown () const |
bool | rightDown () const |
bool | leftUp () const |
bool | middleUp () const |
bool | rightUp () const |
bool | leftDClick () const |
bool | middleDClick () const |
bool | rightDClick () const |
bool | leftIsDown () const |
bool | middleIsDown () const |
bool | rightIsDown () const |
bool | dragging () const |
bool | moving () const |
bool | entering () const |
bool | leaving () const |
![]() | |
ossimEvent (ossimObject *object=NULL, long id=OSSIM_EVENT_NULL_ID) | |
ossimEvent (const ossimEvent &rhs) | |
long | getId () const |
void | setId (long id) |
bool | isConsumed () const |
void | setConsumedFlag (bool flag=true) |
void | consume () |
const ossimObject * | getObject () const |
This is the originating object that originally produced the event. More... | |
ossimObject * | getObject () |
const ossimObject * | getCurrentObject () const |
ossimObject * | getCurrentObject () |
void | setObject (ossimObject *object) |
void | setCurrentObject (ossimObject *object) |
void | setPropagationType (PropagationType type) |
bool | isPropagatingToOutputs () const |
bool | isPropagatingToInputs () const |
![]() | |
ossimObject () | |
virtual | ~ossimObject () |
virtual ossimString | getShortName () const |
virtual ossimString | getLongName () const |
virtual ossimString | getDescription () const |
virtual ossimString | getClassName () const |
virtual RTTItypeid | getType () const |
virtual bool | canCastTo (ossimObject *obj) const |
virtual bool | canCastTo (const RTTItypeid &id) const |
virtual bool | canCastTo (const ossimString &parentClassName) const |
virtual bool | saveState (ossimKeywordlist &kwl, const char *prefix=0) const |
virtual bool | loadState (const ossimKeywordlist &kwl, const char *prefix=0) |
virtual std::ostream & | print (std::ostream &out) const |
Generic print method. More... | |
virtual bool | isEqualTo (const ossimObject &obj, ossimCompareType compareType=OSSIM_COMPARE_FULL) const |
virtual void | accept (ossimVisitor &visitor) |
![]() | |
ossimReferenced () | |
ossimReferenced (const ossimReferenced &) | |
ossimReferenced & | operator= (const ossimReferenced &) |
void | ref () const |
increment the reference count by one, indicating that this object has another pointer which is referencing it. More... | |
void | unref () const |
decrement the reference count by one, indicating that a pointer to this object is referencing it. More... | |
void | unref_nodelete () const |
decrement the reference count by one, indicating that a pointer to this object is referencing it. More... | |
int | referenceCount () const |
Public Attributes | |
ossimDpt | theScenePoint |
ossimDpt | theRelViewPoint |
int | theMouseType |
bool | theAltKeyDown |
bool | theControlKeyDown |
bool | theShiftKeyDown |
bool | theLeftDown |
bool | theRightDown |
bool | theMiddleDown |
Additional Inherited Members | |
![]() | |
enum | PropagationType { PROPAGATION_NONE = 0, PROPAGATION_INPUT = 1, PROPAGATION_OUTPUT = 2 } |
![]() | |
virtual | ~ossimReferenced () |
![]() | |
ossimObject * | theObject |
ossimObject * | theCurrentObject |
long | theId |
bool | theIsConsumedFlag |
PropagationType | thePropagationType |
Definition at line 15 of file ossimMouseEvent.h.
|
inline |
Definition at line 18 of file ossimMouseEvent.h.
|
inline |
Definition at line 33 of file ossimMouseEvent.h.
|
inline |
Definition at line 32 of file ossimMouseEvent.h.
|
inline |
Definition at line 55 of file ossimMouseEvent.h.
|
inlinevirtual |
Reimplemented from ossimObject.
Definition at line 30 of file ossimMouseEvent.h.
|
inline |
Definition at line 65 of file ossimMouseEvent.h.
References OSSIM_MOUSE_EVENT_ENTER_WINDOW_ID.
|
inline |
Definition at line 68 of file ossimMouseEvent.h.
References OSSIM_MOUSE_EVENT_LEAVE_WINDOW_ID.
|
inline |
Definition at line 44 of file ossimMouseEvent.h.
References OSSIM_MOUSE_EVENT_LEFT_DCLICK_ID.
|
inline |
|
inline |
Definition at line 50 of file ossimMouseEvent.h.
|
inline |
|
inline |
Definition at line 45 of file ossimMouseEvent.h.
References OSSIM_MOUSE_EVENT_MIDDLE_DCLICK_ID.
|
inline |
Definition at line 38 of file ossimMouseEvent.h.
References OSSIM_MOUSE_EVENT_MIDDLE_DOWN_ID.
|
inline |
Definition at line 51 of file ossimMouseEvent.h.
|
inline |
|
inline |
|
inline |
Definition at line 46 of file ossimMouseEvent.h.
References OSSIM_MOUSE_EVENT_RIGHT_DCLICK_ID.
|
inline |
Definition at line 39 of file ossimMouseEvent.h.
References OSSIM_MOUSE_EVENT_RIGHT_DOWN_ID.
|
inline |
Definition at line 52 of file ossimMouseEvent.h.
|
inline |
|
inline |
Definition at line 34 of file ossimMouseEvent.h.
bool ossimMouseEvent::theAltKeyDown |
Definition at line 73 of file ossimMouseEvent.h.
bool ossimMouseEvent::theControlKeyDown |
Definition at line 74 of file ossimMouseEvent.h.
bool ossimMouseEvent::theLeftDown |
Definition at line 76 of file ossimMouseEvent.h.
bool ossimMouseEvent::theMiddleDown |
Definition at line 78 of file ossimMouseEvent.h.
int ossimMouseEvent::theMouseType |
Definition at line 72 of file ossimMouseEvent.h.
ossimDpt ossimMouseEvent::theRelViewPoint |
Definition at line 71 of file ossimMouseEvent.h.
bool ossimMouseEvent::theRightDown |
Definition at line 77 of file ossimMouseEvent.h.
ossimDpt ossimMouseEvent::theScenePoint |
Definition at line 70 of file ossimMouseEvent.h.
bool ossimMouseEvent::theShiftKeyDown |
Definition at line 75 of file ossimMouseEvent.h.