Vuo  0.9.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Slots | Public Member Functions | List of all members
VuoInputEditorFont Class Reference

Description

An input editor that displays a Font-picker dialog.

Public Slots

void currentFontChanged (VuoFont font)
 Fired when the user changes the font in the font dialog.
 

Public Member Functions

json_object * show (QPoint portLeftCenter, json_object *originalValue, json_object *details, map< QString, json_object * > portNamesAndValues)
 Displays a Font-picker dialog.
 
- Public Member Functions inherited from VuoInputEditor
virtual bool supportsTabbingBetweenPorts (void)
 Returns true if this input editor should be part of the Vuo Editor's tab order when using Tab / Shift-Tab to navigate between input ports.
 

Additional Inherited Members

- Signals inherited from VuoInputEditor
void valueChanged (json_object *newValue)
 An input editor can emit this signal to inform the Vuo Editor that the value has been edited.
 
void tabbedPastLastWidget ()
 If supportsTabbingBetweenPorts() returns true, an input editor should emit this signal when the Tab key is pressed while the last widget in the input editor's tab order has focus.
 
void tabbedBackwardPastFirstWidget ()
 If supportsTabbingBetweenPorts() returns true, an input editor should emit this signal when the Shift-Tab key combination is pressed while the first widget in the input editor's tab order has focus.
 
- Protected Member Functions inherited from VuoInputEditor
QFont getDefaultFont (void)
 Returns the font that input editors are recommended to use.
 

Member Function Documentation

void VuoInputEditorFont::currentFontChanged ( VuoFont  font)
slot

Fired when the user changes the font in the font dialog.

json_object * VuoInputEditorFont::show ( QPoint  portLeftCenter,
json_object *  originalValue,
json_object *  details,
map< QString, json_object * >  portNamesAndValues 
)
virtual

Displays a Font-picker dialog.

Implements VuoInputEditor.


The documentation for this class was generated from the following files: