OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimViewEvent.h>
Public Types | |
enum | ossimViewEventType { OSSIM_VIEW_EVENT_TYPE_GENERIC = 0, OSSIM_VIEW_EVENT_SCALE_CHANGE, OSSIM_VIEW_EVENT_TRANSFORM_CHANGE, OSSIM_VIEW_EVENT_VIEW_TYPE_CHANGE } |
enum | ossimViewPropagateType { OSSIM_VIEW_EVENT_PROPAGATE_NONE = 0, OSSIM_VIEW_EVENT_PROPAGATE_ALL_DISPLAYS = 1, OSSIM_VIEW_EVENT_PROPAGATE_ALL_CHAINS = 2 } |
![]() | |
enum | PropagationType { PROPAGATION_NONE = 0, PROPAGATION_INPUT = 1, PROPAGATION_OUTPUT = 2 } |
Public Member Functions | |
ossimViewEvent (ossimObject *view, ossimGpt centerPt, ossimViewPropagateType propagateType=OSSIM_VIEW_EVENT_PROPAGATE_NONE, ossimViewEventType eventType=OSSIM_VIEW_EVENT_TYPE_GENERIC, ossimObject *object=NULL) | |
ossimViewEvent (const ossimViewEvent &rhs) | |
virtual ossimObject * | dup () const |
virtual void | setView (ossimObject *view) |
virtual ossimObject * | getView () |
void | disablePropagation () |
void | setPropagateType (ossimViewPropagateType type) |
void | setViewEventType (ossimViewEventType eventType) |
void | setEventTypeViewTypeChange () |
void | setEventTypeTransformChange () |
void | setEventTypeGeneric () |
void | setCenterGroundPoint (const ossimGpt &gpt) |
const ossimGpt & | getCenterGroundPoint () const |
ossimViewEventType | getViewEventType () const |
bool | isViewChange () const |
bool | isTransformChange () const |
bool | isScaleChange () const |
bool | isPropagateEnabled () const |
bool | isPropagateToDisplays () const |
bool | isPropagateToChains () const |
void | setUpdateInputViewFlag (bool flag) |
bool | getUpdateInputViewFlag () const |
void | setRefreshDisplayFlag (bool flag) |
bool | getRefreshDisplayFlag () 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 |
Protected Attributes | |
ossimObject * | theView |
ossimGpt | theCenterPoint |
ossimViewEventType | theEventType |
ossimViewPropagateType | thePropagateType |
bool | theUpdateInputViewFlag |
bool | theRefreshDisplayFlag |
![]() | |
ossimObject * | theObject |
ossimObject * | theCurrentObject |
long | theId |
bool | theIsConsumedFlag |
PropagationType | thePropagationType |
Additional Inherited Members | |
![]() | |
virtual | ~ossimReferenced () |
Definition at line 15 of file ossimViewEvent.h.
Enumerator | |
---|---|
OSSIM_VIEW_EVENT_TYPE_GENERIC | |
OSSIM_VIEW_EVENT_SCALE_CHANGE | |
OSSIM_VIEW_EVENT_TRANSFORM_CHANGE | |
OSSIM_VIEW_EVENT_VIEW_TYPE_CHANGE |
Definition at line 18 of file ossimViewEvent.h.
Enumerator | |
---|---|
OSSIM_VIEW_EVENT_PROPAGATE_NONE | |
OSSIM_VIEW_EVENT_PROPAGATE_ALL_DISPLAYS | |
OSSIM_VIEW_EVENT_PROPAGATE_ALL_CHAINS |
Definition at line 25 of file ossimViewEvent.h.
|
inline |
Definition at line 32 of file ossimViewEvent.h.
|
inline |
Definition at line 46 of file ossimViewEvent.h.
|
inline |
Definition at line 68 of file ossimViewEvent.h.
|
inlinevirtual |
Reimplemented from ossimObject.
Definition at line 56 of file ossimViewEvent.h.
|
inline |
Definition at line 96 of file ossimViewEvent.h.
|
inline |
Definition at line 141 of file ossimViewEvent.h.
|
inline |
Definition at line 133 of file ossimViewEvent.h.
|
inlinevirtual |
Definition at line 64 of file ossimViewEvent.h.
|
inline |
|
inline |
Definition at line 117 of file ossimViewEvent.h.
|
inline |
Definition at line 125 of file ossimViewEvent.h.
|
inline |
Definition at line 121 of file ossimViewEvent.h.
|
inline |
Definition at line 112 of file ossimViewEvent.h.
|
inline |
Definition at line 108 of file ossimViewEvent.h.
|
inline |
Definition at line 104 of file ossimViewEvent.h.
|
inline |
Definition at line 92 of file ossimViewEvent.h.
|
inline |
Definition at line 88 of file ossimViewEvent.h.
|
inline |
Definition at line 84 of file ossimViewEvent.h.
|
inline |
Definition at line 80 of file ossimViewEvent.h.
|
inline |
Definition at line 72 of file ossimViewEvent.h.
|
inline |
Definition at line 137 of file ossimViewEvent.h.
|
inline |
Definition at line 129 of file ossimViewEvent.h.
|
inlinevirtual |
Definition at line 60 of file ossimViewEvent.h.
|
inline |
Definition at line 76 of file ossimViewEvent.h.
|
protected |
Definition at line 147 of file ossimViewEvent.h.
|
protected |
Definition at line 148 of file ossimViewEvent.h.
|
protected |
Definition at line 149 of file ossimViewEvent.h.
|
protected |
Definition at line 151 of file ossimViewEvent.h.
|
protected |
Definition at line 150 of file ossimViewEvent.h.
|
protected |
Definition at line 146 of file ossimViewEvent.h.