Vuo  0.4.3
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | List of all members
VuoWindowTextInternal Class Reference

Description

Private implementation of VuoWindowText.

Public Member Functions

 VuoWindowTextInternal (void)
 Creates a window containing a text edit widget.
 
void enableTriggers (VuoOutputTrigger(typedLine, VuoText), VuoOutputTrigger(typedWord, VuoText), VuoOutputTrigger(typedCharacter, VuoText))
 Sets up the window to call the trigger functions when its text is edited.
 
void disableTriggers (void)
 Stops the window from calling trigger functions when its text is edited.
 
void appendLine (const char *text)
 Appends text and a linebreak to the text edit widget.
 

Protected Member Functions

void closeEvent (QCloseEvent *event)
 Prevents the window from closing.
 

Constructor & Destructor Documentation

VuoWindowTextInternal::VuoWindowTextInternal ( void  )

Creates a window containing a text edit widget.

Must be called on the main thread.

Member Function Documentation

void VuoWindowTextInternal::appendLine ( const char *  text)

Appends text and a linebreak to the text edit widget.

Must be called on the main thread.


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