OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimRefreshEvent.h>
Public Types | |
enum | RefreshType { REFRESH_NONE = 0, REFRESH_POSITION = 1, REFRESH_PIXELS = 2, REFRESH_GEOMETRY = 4, REFRESH_ALL = (REFRESH_POSITION|REFRESH_PIXELS|REFRESH_GEOMETRY) } |
enum | PositionAnchor { ANCHOR_UPPER_LEFT = 1, ANCHOR_CENTER = 2 } |
![]() | |
enum | PropagationType { PROPAGATION_NONE = 0, PROPAGATION_INPUT = 1, PROPAGATION_OUTPUT = 2 } |
Public Member Functions | |
ossimRefreshEvent (ossimObject *object=0) | |
ossimRefreshEvent (RefreshType refreshType, ossimObject *object=0) | |
ossimRefreshEvent (const ossimRefreshEvent &src) | |
virtual ossimObject * | dup () const |
void | setRefreshType (int refreshType, bool on=true) |
RefreshType | getRefreshType () const |
void | setPosition (const ossimDpt &position) |
const ossimDpt & | getPosition () 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 | |
RefreshType | m_refreshType |
ossimDpt | m_position |
PositionAnchor | m_anchor |
![]() | |
ossimObject * | theObject |
ossimObject * | theCurrentObject |
long | theId |
bool | theIsConsumedFlag |
PropagationType | thePropagationType |
Additional Inherited Members | |
![]() | |
virtual | ~ossimReferenced () |
Definition at line 16 of file ossimRefreshEvent.h.
Enumerator | |
---|---|
REFRESH_NONE | |
REFRESH_POSITION | |
REFRESH_PIXELS | |
REFRESH_GEOMETRY | |
REFRESH_ALL |
Definition at line 19 of file ossimRefreshEvent.h.
|
inline |
Definition at line 32 of file ossimRefreshEvent.h.
|
inline |
Definition at line 37 of file ossimRefreshEvent.h.
|
inline |
Definition at line 45 of file ossimRefreshEvent.h.
|
inlinevirtual |
Reimplemented from ossimObject.
Definition at line 52 of file ossimRefreshEvent.h.
|
inline |
Definition at line 66 of file ossimRefreshEvent.h.
|
inline |
Definition at line 58 of file ossimRefreshEvent.h.
Referenced by ossimImageRenderer::refreshEvent().
|
inline |
Definition at line 60 of file ossimRefreshEvent.h.
void ossimRefreshEvent::setRefreshType | ( | int | refreshType, |
bool | on = true |
||
) |
|
protected |
Definition at line 72 of file ossimRefreshEvent.h.
|
protected |
Definition at line 71 of file ossimRefreshEvent.h.
|
protected |
Definition at line 70 of file ossimRefreshEvent.h.
Referenced by setRefreshType().