|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimProcessProgressEvent.h>
Public Member Functions | |
| ossimProcessProgressEvent (ossimObject *owner=NULL, double percentComplete=0.0, const ossimString message="", bool outputMessageFlag=false) | |
| virtual ossimObject * | dup () const |
| double | getPercentComplete () const |
| ossimString | getMessage () const |
| void | getMessage (ossimString &message) const |
| void | setPercentComplete (double percentComplete) |
| void | setMessage (const ossimString &message) |
| void | setOutputMessageFlag (bool flag) |
| bool | getOutputMessageFlag () 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 | |
| double | thePercentComplete |
| ossimString | theMessage |
| bool | theOutputMessageFlag |
Protected Attributes inherited from ossimEvent | |
| ossimObject * | theObject |
| ossimObject * | theCurrentObject |
| long | theId |
| bool | theIsConsumedFlag |
| PropagationType | thePropagationType |
Additional Inherited Members | |
Public Types inherited from ossimEvent | |
| enum | PropagationType { PROPAGATION_NONE = 0, PROPAGATION_INPUT = 1, PROPAGATION_OUTPUT = 2 } |
Protected Member Functions inherited from ossimReferenced | |
| virtual | ~ossimReferenced () |
Definition at line 20 of file ossimProcessProgressEvent.h.
| ossimProcessProgressEvent::ossimProcessProgressEvent | ( | ossimObject * | owner = NULL, |
| double | percentComplete = 0.0, |
||
| const ossimString | message = "", |
||
| bool | outputMessageFlag = false |
||
| ) |
Definition at line 18 of file ossimProcessProgressEvent.cpp.
Referenced by dup().
|
virtual |
Reimplemented from ossimObject.
Definition at line 30 of file ossimProcessProgressEvent.cpp.
References ossimProcessProgressEvent().
| ossimString ossimProcessProgressEvent::getMessage | ( | ) | const |
Definition at line 40 of file ossimProcessProgressEvent.cpp.
References theMessage.
Referenced by ossimHistogramWriter::processProgressEvent().
| void ossimProcessProgressEvent::getMessage | ( | ossimString & | message | ) | const |
Definition at line 45 of file ossimProcessProgressEvent.cpp.
References theMessage.
| bool ossimProcessProgressEvent::getOutputMessageFlag | ( | ) | const |
Definition at line 65 of file ossimProcessProgressEvent.cpp.
References theOutputMessageFlag.
Referenced by ossimStdOutProgress::processProgressEvent().
| double ossimProcessProgressEvent::getPercentComplete | ( | ) | const |
Definition at line 35 of file ossimProcessProgressEvent.cpp.
References thePercentComplete.
Referenced by ossimHistogramWriter::processProgressEvent().
| void ossimProcessProgressEvent::setMessage | ( | const ossimString & | message | ) |
Definition at line 55 of file ossimProcessProgressEvent.cpp.
References theMessage.
| void ossimProcessProgressEvent::setOutputMessageFlag | ( | bool | flag | ) |
Definition at line 60 of file ossimProcessProgressEvent.cpp.
References theOutputMessageFlag.
| void ossimProcessProgressEvent::setPercentComplete | ( | double | percentComplete | ) |
Definition at line 50 of file ossimProcessProgressEvent.cpp.
References thePercentComplete.
|
protected |
Definition at line 46 of file ossimProcessProgressEvent.h.
Referenced by getMessage(), and setMessage().
|
protected |
Definition at line 47 of file ossimProcessProgressEvent.h.
Referenced by getOutputMessageFlag(), and setOutputMessageFlag().
|
protected |
Definition at line 45 of file ossimProcessProgressEvent.h.
Referenced by getPercentComplete(), and setPercentComplete().
1.8.14