![]() |
VR-Forces 4.1 Class Documentation
|

Public Member Functions | |
| DtVisualizerAttributeFontGlyphEditor (DtDe &de, QWidget *parent) | |
| CTOR. | |
| virtual void | setAttribute (const DtVisualizerDefinition *visDef, DtVisualizerAttribute *visAttr) |
| Set the attributes. | |
| virtual void | commitValue () |
| Sets the value into the attribute. | |
| virtual const TypeInfo & | typeInfo () const |
| Get this instance's type info. | |
Public Member Functions inherited from makVrv::DtVisualizerAttributeEditor | |
| DtVisualizerAttributeEditor (DtDe &de, QWidget *parent) | |
| CTOR. | |
| virtual | ~DtVisualizerAttributeEditor () |
| DTOR. | |
| virtual void | setType (DtElementDefinitionTypeManager::ElementDefinitionType type) |
| Sets the type of the element definition. | |
| virtual bool | commited () const |
| Get if the editor was commmited. | |
| virtual bool | canceled () const |
| Get if the editor was canceled. | |
Public Member Functions inherited from makVrv::DtVisualizerAttributeEditorInterface | |
| virtual | ~DtVisualizerAttributeEditorInterface () |
Static Public Member Functions | |
| static const TypeInfo & | theTypeInfo () |
| Get this class's type info. | |
Protected Member Functions | |
| void | setupEditorValues () |
| Sets up the glyph editor. | |
| void | addGlyphRange (unsigned int first, unsigned int last, QFontMetrics &mets, QTreeWidget *widget, QFont font) |
| Called by setupEditorValues() to add a range of glyphs to the glyph editor tree widget. | |
Protected Member Functions inherited from makVrv::DtVisualizerAttributeEditor | |
| virtual void | addCancelButton () |
| Adds a cancel button to the widget. | |
Protected Attributes | |
| QTreeWidget * | myEditor |
| The tree widget holding the glyphs to select from. | |
Protected Attributes inherited from makVrv::DtVisualizerAttributeEditor | |
| DtDe & | myDe |
| bool | myCommitedFlag |
| bool | myCancelFlag |
| DtElementDefinitionTypeManager::ElementDefinitionType | myType |
| const DtVisualizerDefinition * | myVisualizerDefinition |
| DtVisualizerAttribute * | myVisualizerAttribute |
| QPushButton * | myCancel |
Additional Inherited Members | |
Public Slots inherited from makVrv::DtVisualizerAttributeEditor | |
| virtual void | cancelValue () |
| virtual void | onPopup () |
| Utility function for displaying a popup. | |
Public Attributes inherited from makVrv::DtVisualizerAttributeEditorInterface | |
| boost::signal< void()> | signal_attributeValueChanged |
| Signal emitted if the editor changes the attribute's value. | |
| boost::signal< void()> | signal_cancel |
| Signal emitted if the editor changes the attribute's value. | |
| boost::signal< void(DtVisualizerAttributeEditorInterface *)> | signal_destroyed |
| makVrv::DtVisualizerAttributeFontGlyphEditor::DtVisualizerAttributeFontGlyphEditor | ( | DtDe & | de, |
| QWidget * | parent | ||
| ) |
CTOR.
|
virtual |
Set the attributes.
Reimplemented from makVrv::DtVisualizerAttributeEditor.
|
virtual |
Sets the value into the attribute.
Reimplemented from makVrv::DtVisualizerAttributeEditor.
|
virtual |
Get this instance's type info.
Implements makVrv::DtVisualizerAttributeEditor.
|
static |
Get this class's type info.
|
protected |
Sets up the glyph editor.
|
protected |
Called by setupEditorValues() to add a range of glyphs to the glyph editor tree widget.
|
protected |
The tree widget holding the glyphs to select from.