Gui::GLGraphicsItem Class Referenceabstract
#include <GLPainter.h>
Public Member Functions | |
GLGraphicsItem () | |
virtual void paintGL ()=0 | |
virtual ~GLGraphicsItem () | |
![]() | |
BaseClass () | |
Construction. More... | |
virtual PyObject * getPyObject (void) | |
This method returns the Python wrapper for a C++ object. More... | |
virtual Type getTypeId (void) const | |
bool isDerivedFrom (const Type type) const | |
virtual void setPyObject (PyObject *) | |
virtual ~BaseClass () | |
Destruction. More... | |
Additional Inherited Members | |
![]() | |
static void * create (void) | |
static Type getClassTypeId (void) | |
static void init (void) | |
![]() | |
static void initSubclass (Base::Type &toInit, const char *ClassName, const char *ParentName, Type::instantiationMethod method=nullptr) | |
Constructor & Destructor Documentation
◆ GLGraphicsItem()
Gui::GLGraphicsItem::GLGraphicsItem | ( | ) |
◆ ~GLGraphicsItem()
|
virtual |
Member Function Documentation
◆ paintGL()
|
pure virtual |
Implemented in Rubberband, Teapots, Gui::GLFlagWindow, Gui::Polyline, Gui::Rubberband, and MyPaintable.
The documentation for this class was generated from the following file:
- src/Gui/GLPainter.h