#include <Flag.h>
Public Member Functions | |
void | addFlag (Flag *item, FlagLayout::Position pos) |
int | countFlags () const |
void | deleteFlags () |
Flag * | getFlag (int) const |
GLFlagWindow (View3DInventorViewer *) | |
void | paintGL () |
void | removeFlag (Flag *item) |
virtual | ~GLFlagWindow () |
Public Member Functions inherited from Gui::GLGraphicsItem | |
GLGraphicsItem () | |
virtual void | paintGL ()=0 |
virtual | ~GLGraphicsItem () |
Public Member Functions inherited from Base::BaseClass | |
BaseClass () | |
Construction. More... | |
BaseClass (const BaseClass &)=default | |
virtual PyObject * | getPyObject () |
This method returns the Python wrapper for a C++ object. More... | |
virtual Type | getTypeId () const |
bool | isDerivedFrom (const Type type) const |
BaseClass & | operator= (const BaseClass &)=default |
virtual void | setPyObject (PyObject *) |
virtual | ~BaseClass () |
Destruction. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from Base::BaseClass | |
static void * | create () |
static Type | getClassTypeId () |
static void | init () |
Static Protected Member Functions inherited from Base::BaseClass | |
static void | initSubclass (Base::Type &toInit, const char *ClassName, const char *ParentName, Type::instantiationMethod method=nullptr) |
GLFlagWindow::GLFlagWindow | ( | View3DInventorViewer * | view | ) |
|
virtual |
References deleteFlags().
void GLFlagWindow::addFlag | ( | Flag * | item, |
FlagLayout::Position | pos | ||
) |
Referenced by InspectionGui::ViewProviderProxyObject::addFlag().
int GLFlagWindow::countFlags | ( | ) | const |
void GLFlagWindow::deleteFlags | ( | ) |
Referenced by ~GLFlagWindow().
|
virtual |
Implements Gui::GLGraphicsItem.
void GLFlagWindow::removeFlag | ( | Flag * | item | ) |