Word Game Builder 2.0.1f2
Reference Manual
Public Member Functions | List of all members
ExampleView Class Reference

This class is responsible for rendering the UI. More...

+ Inheritance diagram for ExampleView:
+ Collaboration diagram for ExampleView:

Public Member Functions

void OnAutomaticToggle ()
 UI callback for "Enable AI" toggle. More...
 
void OnReset ()
 UI callback for "Reset" button. More...
 
void OnWildcardPanelTileSelect (int letterIndex)
 UI callback for when a tile is selected from the "Select a Letter" panel. More...
 
void OnWordSubmission ()
 UI callback for "Submit Word" button. More...
 

Detailed Description

This class is responsible for rendering the UI.

Member Function Documentation

void OnAutomaticToggle ( )
inline

UI callback for "Enable AI" toggle.

+ Here is the call graph for this function:

void OnReset ( )
inline

UI callback for "Reset" button.

+ Here is the call graph for this function:

void OnWildcardPanelTileSelect ( int  letterIndex)
inline

UI callback for when a tile is selected from the "Select a Letter" panel.

Parameters
letterIndexThe index of the selected letter.

+ Here is the call graph for this function:

void OnWordSubmission ( )
inline

UI callback for "Submit Word" button.

+ Here is the call graph for this function: