FontchooserCustomGui Class Reference

#include <customgui_fontchooser.h>

Inheritance diagram for FontchooserCustomGui:

Detailed Description

Font chooser custom GUI (CUSTOMGUI_FONTCHOOSER) for FontData.
All items in the font container are private except for these: FONTCHOOSER_CUSTOMGUISETTINGS

Public Member Functions

BaseContainer GetFont ()
 
void SetFont (BaseContainer *bc)
 
- Public Member Functions inherited from BaseCustomGui< 1009371 >
Int32 GetWidth ()
 
Int32 GetHeight ()
 
void Redraw ()
 
Bool LayoutChanged ()
 
Bool Activate ()
 
Bool SetDefaultForResEdit ()
 
Bool SetData (const TriState< GeData > &tristate)
 
TriState< GeDataGetData ()
 
void SetLayoutMode (Int32 mode)
 
Int32 GetLayoutMode ()
 
Bool SupportLayoutSwitch ()
 
- Public Member Functions inherited from _BaseCustomGui
Int32 GetWidth (Int32 plugid)
 
Int32 GetHeight (Int32 plugid)
 
void Redraw (Int32 plugid)
 
Bool LayoutChanged (Int32 plugid)
 
Bool Activate (Int32 plugid)
 
Bool SetDefaultForResEdit (Int32 plugid)
 
Bool SetData (Int32 plugid, const TriState< GeData > &tristate)
 
TriState< GeDataGetData (Int32 plugid)
 
void SetLayoutMode (Int32 plugid, Int32 mode)
 
Int32 GetLayoutMode (Int32 plugid)
 
Bool SupportLayoutSwitch (Int32 plugid)
 

Private Member Functions

 FontchooserCustomGui ()
 
 ~FontchooserCustomGui ()
 

Additional Inherited Members

- Static Public Attributes inherited from BaseCustomGui< 1009371 >
static constexpr Int32 VALUE
 

Constructor & Destructor Documentation

◆ FontchooserCustomGui()

FontchooserCustomGui ( )
private

◆ ~FontchooserCustomGui()

~FontchooserCustomGui ( )
private

Member Function Documentation

◆ GetFont()

BaseContainer GetFont ( )

Retrieves the font container.

Returns
The font container.

◆ SetFont()

void SetFont ( BaseContainer bc)

Sets the font container.

Parameters
[in]bcThe font container.