Display data of a mesh kernel. More...
#include <PropertyEditorMesh.h>
Public Member Functions | |
virtual Base::Type | getTypeId (void) const |
Static Public Member Functions | |
static void * | create (void) |
static Base::Type | getClassTypeId (void) |
static void | init (void) |
Protected Member Functions | |
PropertyMeshKernelItem () | |
virtual void | setValue (const QVariant &) |
virtual QVariant | toolTip (const App::Property *) const |
virtual QVariant | value (const App::Property *) const |
Properties | |
int | Edges |
int | Faces |
int | Points |
Display data of a mesh kernel.
Definition at line 34 of file PropertyEditorMesh.h.
PropertyMeshKernelItem::PropertyMeshKernelItem | ( | ) | [protected] |
void * MeshGui::PropertyMeshKernelItem::create | ( | void | ) | [static] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 36 of file PropertyEditorMesh.cpp.
Referenced by PropertyMeshKernelItem().
Base::Type MeshGui::PropertyMeshKernelItem::getClassTypeId | ( | void | ) | [static] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 36 of file PropertyEditorMesh.cpp.
Base::Type MeshGui::PropertyMeshKernelItem::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 36 of file PropertyEditorMesh.cpp.
void MeshGui::PropertyMeshKernelItem::init | ( | void | ) | [static] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 36 of file PropertyEditorMesh.cpp.
Referenced by initMeshGui().
void PropertyMeshKernelItem::setValue | ( | const QVariant & | value | ) | [protected, virtual] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 84 of file PropertyEditorMesh.cpp.
QVariant PropertyMeshKernelItem::toolTip | ( | const App::Property * | prop | ) | const [protected, virtual] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 79 of file PropertyEditorMesh.cpp.
References value().
QVariant PropertyMeshKernelItem::value | ( | const App::Property * | ) | const [protected, virtual] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 60 of file PropertyEditorMesh.cpp.
References MeshCore::MeshKernel::CountEdges(), MeshCore::MeshKernel::CountFacets(), MeshCore::MeshKernel::CountPoints(), Gui::PropertyEditor::PropertyItem::getPropertyData(), Mesh::PropertyMeshKernel::getValue(), and Py::int.
Referenced by toolTip().
int MeshGui::PropertyMeshKernelItem::Edges [read] |
Definition at line 38 of file PropertyEditorMesh.h.
int MeshGui::PropertyMeshKernelItem::Faces [read] |
Definition at line 39 of file PropertyEditorMesh.h.
int MeshGui::PropertyMeshKernelItem::Points [read] |
Definition at line 37 of file PropertyEditorMesh.h.