|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimConnectionEvent.h>
Public Types | |
| enum | ossimConnectionDirectionType { OSSIM_DIRECTION_UNKNOWN = 0, OSSIM_INPUT_DIRECTION = 1, OSSIM_OUTPUT_DIRECTION = 2, OSSIM_INPUT_OUTPUT_DIRECTION = 3 } |
Public Types inherited from ossimEvent | |
| enum | PropagationType { PROPAGATION_NONE = 0, PROPAGATION_INPUT = 1, PROPAGATION_OUTPUT = 2 } |
Public Member Functions | |
| ossimConnectionEvent (ossimObject *object=NULL, long id=OSSIM_EVENT_NULL_ID) | |
| ossimConnectionEvent (ossimObject *object, long id, const ossimConnectableObject::ConnectableObjectList &newList, const ossimConnectableObject::ConnectableObjectList &oldList, ossimConnectionDirectionType whichDirection) | |
| ossimConnectionEvent (ossimObject *object, long id, ossimConnectableObject *newConnectableObject, ossimConnectableObject *oldConnectableObject, ossimConnectionDirectionType whichDirection) | |
| ossimConnectionEvent (const ossimConnectionEvent &rhs) | |
| ossimObject * | dup () const |
| virtual void | setDirection (ossimConnectionDirectionType direction) |
| virtual ossimConnectionDirectionType | getDirection () const |
| virtual ossim_uint32 | getNumberOfNewObjects () const |
| virtual ossim_uint32 | getNumberOfOldObjects () const |
| virtual ossimConnectableObject * | getOldObject (ossim_uint32 i=0) |
| virtual ossimConnectableObject * | getNewObject (ossim_uint32 i=0) |
| virtual bool | isDisconnect () const |
| virtual bool | isConnect () const |
| virtual bool | isInputDirection () const |
| virtual bool | isOutputDirection () const |
Public Member Functions inherited from ossimEvent | |
| 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 |
Public Member Functions inherited from ossimObject | |
| 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) |
Public Member Functions inherited from ossimReferenced | |
| 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 | |
| ossimConnectableObject::ConnectableObjectList | theNewObjectList |
| ossimConnectableObject::ConnectableObjectList | theOldObjectList |
| ossimConnectionDirectionType | theDirectionType |
Protected Attributes inherited from ossimEvent | |
| ossimObject * | theObject |
| ossimObject * | theCurrentObject |
| long | theId |
| bool | theIsConsumedFlag |
| PropagationType | thePropagationType |
Additional Inherited Members | |
Protected Member Functions inherited from ossimReferenced | |
| virtual | ~ossimReferenced () |
Definition at line 21 of file ossimConnectionEvent.h.
| Enumerator | |
|---|---|
| OSSIM_DIRECTION_UNKNOWN | |
| OSSIM_INPUT_DIRECTION | |
| OSSIM_OUTPUT_DIRECTION | |
| OSSIM_INPUT_OUTPUT_DIRECTION | |
Definition at line 24 of file ossimConnectionEvent.h.
| ossimConnectionEvent::ossimConnectionEvent | ( | ossimObject * | object = NULL, |
| long | id = OSSIM_EVENT_NULL_ID |
||
| ) |
Definition at line 15 of file ossimConnectionEvent.cpp.
Referenced by dup().
| ossimConnectionEvent::ossimConnectionEvent | ( | ossimObject * | object, |
| long | id, | ||
| const ossimConnectableObject::ConnectableObjectList & | newList, | ||
| const ossimConnectableObject::ConnectableObjectList & | oldList, | ||
| ossimConnectionDirectionType | whichDirection | ||
| ) |
Definition at line 21 of file ossimConnectionEvent.cpp.
| ossimConnectionEvent::ossimConnectionEvent | ( | ossimObject * | object, |
| long | id, | ||
| ossimConnectableObject * | newConnectableObject, | ||
| ossimConnectableObject * | oldConnectableObject, | ||
| ossimConnectionDirectionType | whichDirection | ||
| ) |
Definition at line 34 of file ossimConnectionEvent.cpp.
References theNewObjectList, and theOldObjectList.
| ossimConnectionEvent::ossimConnectionEvent | ( | const ossimConnectionEvent & | rhs | ) |
Definition at line 53 of file ossimConnectionEvent.cpp.
|
virtual |
Reimplemented from ossimObject.
Definition at line 61 of file ossimConnectionEvent.cpp.
References ossimConnectionEvent().
|
virtual |
Definition at line 72 of file ossimConnectionEvent.cpp.
References theDirectionType.
|
virtual |
Definition at line 97 of file ossimConnectionEvent.cpp.
References getNumberOfNewObjects(), and theNewObjectList.
Referenced by ossimImageSourceHistogramFilter::connectInputEvent().
|
virtual |
Definition at line 77 of file ossimConnectionEvent.cpp.
References theNewObjectList.
Referenced by getNewObject().
|
virtual |
Definition at line 82 of file ossimConnectionEvent.cpp.
References theOldObjectList.
Referenced by getOldObject().
|
virtual |
Definition at line 87 of file ossimConnectionEvent.cpp.
References getNumberOfOldObjects(), and theOldObjectList.
Referenced by ossimHistogramWriter::connectInputEvent(), ossimHistogramWriter::disconnectInputEvent(), and ossimImageChain::disconnectInputEvent().
|
virtual |
Definition at line 112 of file ossimConnectionEvent.cpp.
References ossimEvent::getId(), and OSSIM_EVENT_CONNECTION_CONNECT_ID.
|
virtual |
Definition at line 107 of file ossimConnectionEvent.cpp.
References ossimEvent::getId(), and OSSIM_EVENT_CONNECTION_DISCONNECT_ID.
|
virtual |
Definition at line 117 of file ossimConnectionEvent.cpp.
References OSSIM_INPUT_DIRECTION, and theDirectionType.
Referenced by ossimConnectableObjectListener::processEvent(), and ossimConnectableDisplayListener::processEvent().
|
virtual |
Definition at line 122 of file ossimConnectionEvent.cpp.
References OSSIM_OUTPUT_DIRECTION, and theDirectionType.
Referenced by ossimConnectableObjectListener::processEvent(), and ossimConnectableDisplayListener::processEvent().
|
virtual |
Definition at line 66 of file ossimConnectionEvent.cpp.
References theDirectionType.
|
protected |
Definition at line 74 of file ossimConnectionEvent.h.
Referenced by getDirection(), isInputDirection(), isOutputDirection(), and setDirection().
|
protected |
Definition at line 72 of file ossimConnectionEvent.h.
Referenced by getNewObject(), getNumberOfNewObjects(), and ossimConnectionEvent().
|
protected |
Definition at line 73 of file ossimConnectionEvent.h.
Referenced by getNumberOfOldObjects(), getOldObject(), and ossimConnectionEvent().
1.8.14