#include <ImagePlane.h>
Public Member Functions | |
virtual Base::Type | getTypeId (void) const |
virtual const char * | getViewProviderName (void) const |
returns the type name of the ViewProvider | |
ImagePlane (void) | |
Constructor. | |
virtual | ~ImagePlane () |
Static Public Member Functions | |
static void * | create (void) |
static Base::Type | getClassTypeId (void) |
static void | init (void) |
Public Attributes | |
App::PropertyFileIncluded | ImageFile |
App::PropertyLength | XSize |
App::PropertyLength | YSize |
Protected Member Functions | |
virtual const App::PropertyData & | getPropertyData (void) const |
Static Protected Member Functions | |
static const App::PropertyData * | getPropertyDataPtr (void) |
Definition at line 34 of file ImagePlane.h.
ImagePlane::ImagePlane | ( | void | ) |
Constructor.
Definition at line 39 of file ImagePlane.cpp.
References ADD_PROPERTY_TYPE, and App::Prop_None.
ImagePlane::~ImagePlane | ( | ) | [virtual] |
Definition at line 46 of file ImagePlane.cpp.
void * Image::ImagePlane::create | ( | void | ) | [static] |
Reimplemented from App::PropertyContainer.
Definition at line 36 of file ImagePlane.cpp.
Base::Type Image::ImagePlane::getClassTypeId | ( | void | ) | [static] |
Reimplemented from App::PropertyContainer.
Definition at line 36 of file ImagePlane.cpp.
const App::PropertyData & Image::ImagePlane::getPropertyData | ( | void | ) | const [protected, virtual] |
Reimplemented from App::PropertyContainer.
Definition at line 36 of file ImagePlane.cpp.
const App::PropertyData * Image::ImagePlane::getPropertyDataPtr | ( | void | ) | [static, protected] |
Reimplemented from App::PropertyContainer.
Definition at line 36 of file ImagePlane.cpp.
Base::Type Image::ImagePlane::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from App::PropertyContainer.
Definition at line 36 of file ImagePlane.cpp.
virtual const char* Image::ImagePlane::getViewProviderName | ( | void | ) | const [inline, virtual] |
returns the type name of the ViewProvider
Reimplemented from App::DocumentObject.
Definition at line 48 of file ImagePlane.h.
void Image::ImagePlane::init | ( | void | ) | [static] |
Reimplemented from App::PropertyContainer.
Definition at line 36 of file ImagePlane.cpp.
Referenced by initImage().
Definition at line 43 of file ImagePlane.h.
Referenced by ImageGui::ViewProviderImagePlane::updateData().
Definition at line 44 of file ImagePlane.h.
Referenced by ImageGui::ViewProviderImagePlane::updateData().
Definition at line 45 of file ImagePlane.h.
Referenced by ImageGui::ViewProviderImagePlane::updateData().