OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimCustomEditorWindow.h>
Public Member Functions | |
virtual void * | getWindow ()=0 |
virtual void | setParent (void *parent)=0 |
virtual void * | getParent ()=0 |
virtual bool | setObjectToEdit (ossimObject *obj)=0 |
virtual bool | canEdit (ossimObject *obj) const =0 |
virtual ossimObject * | getObject ()=0 |
![]() | |
ossimObject () | |
virtual | ~ossimObject () |
virtual ossimObject * | dup () const |
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 Member Functions | |
ossimCustomEditorWindow () | |
ossimCustomEditorWindow (const ossimCustomEditorWindow &) | |
void | operator= (const ossimCustomEditorWindow &) |
![]() | |
virtual | ~ossimReferenced () |
Definition at line 14 of file ossimCustomEditorWindow.h.
|
inlineprotected |
Definition at line 51 of file ossimCustomEditorWindow.h.
|
inlineprotected |
Definition at line 52 of file ossimCustomEditorWindow.h.
|
pure virtual |
Just asks if I can edit the passed in object.
|
pure virtual |
Returns the object we are editing.
|
pure virtual |
Will return the parent of the managed wxWindow
|
pure virtual |
Returns the system dependent window. If you are in wx it will probalby be some type of wxWindow*.
|
inlineprotected |
Definition at line 53 of file ossimCustomEditorWindow.h.
|
pure virtual |
WIll set the object to edit. If this editor does not know anything about the passed in obj it will return false.
|
pure virtual |
This is the parent window. If the parent can be set by the derived classes it will return true.