#include <UISpellbook.h>
|
| | GUIWindow_Spellbook () |
| |
| virtual | ~GUIWindow_Spellbook () |
| |
| virtual void | Update () override |
| |
| void | openSpellbookPage (MagicSchool page) |
| |
| | GUIWindow (WindowType windowType, Pointi position, Sizei dimensions, std::string_view hint={}) |
| |
| virtual | ~GUIWindow () |
| |
| | GUIWindow (const GUIWindow &other)=delete |
| |
| GUIWindow & | operator= (const GUIWindow &other)=delete |
| |
| GUIButton * | CreateButton (Pointi position, Sizei dimensions, int uButtonType, int uData, UIMessageType msg, unsigned int msg_param, InputAction action=INPUT_ACTION_INVALID, std::string_view label={}, const std::vector< GraphicsImage * > &textures={}) |
| |
| GUIButton * | CreateButton (std::string id, Pointi position, Sizei dimensions, int uButtonType, int uData, UIMessageType msg, unsigned int msg_param, InputAction action=INPUT_ACTION_INVALID, std::string_view label={}, const std::vector< GraphicsImage * > &textures={}) |
| |
| bool | Contains (unsigned int x, unsigned int y) |
| |
| int | DrawTextInRect (GUIFont *font, Pointi position, Color color, std::string_view text, int rect_width, int reverse_text) |
| |
| void | DrawDialoguePanel (std::string_view text) |
| |
| GUIButton * | GetControl (unsigned int uID) |
| |
| void | setKeyboardControlGroup (int buttonsCount, bool msgOnSelect, int selectStep, int initialPosition) |
| |
| virtual void | Update () |
| |
| void | DeleteButtons () |
| |
|
| static void | InitializeGUI () |
| |
| static void | DrawText (GUIFont *font, Pointi position, Color color, std::string_view text, Recti frameRect, int maxY=0, Color shadowColor=colorTable.Black) |
| |
| static void | DrawTitleText (GUIFont *font, int horizontalMargin, int verticalMargin, Color color, std::string_view text, int lineSpacing, Recti frameRect) |
| |
| static void | DrawFlashingInputCursor (int uX, int uY, GUIFont *a2, Recti frameRect) |
| |
| static void | DrawShops_next_generation_time_string (Duration time, Recti frameRect) |
| |
| static void | DrawMessageBox (bool inside_game_viewport, Recti &frameRect, std::string hint) |
| |
| Recti | frameRect |
| |
| WindowType | eWindowType = WINDOW_null |
| |
| int | field_24 = 0 |
| |
| int | pNumPresenceButton = 0 |
| |
| int | pCurrentPosActiveItem = 0 |
| |
| bool | _msgOnKeyboardSelect = true |
| |
| int | _selectStep = 0 |
| |
| int | pStartingPosActiveItem = 0 |
| |
| WindowInputStatus | keyboard_input_status = WINDOW_INPUT_NONE |
| |
| bool | receives_keyboard_input = false |
| |
| std::string | sHint |
| |
| std::vector< GUIButton * > | vButtons |
| |
| std::shared_ptr< Io::Mouse > | mouse = nullptr |
| |
◆ GUIWindow_Spellbook()
| GUIWindow_Spellbook::GUIWindow_Spellbook |
( |
| ) |
|
◆ ~GUIWindow_Spellbook()
| GUIWindow_Spellbook::~GUIWindow_Spellbook |
( |
| ) |
|
|
virtual |
◆ drawCurrentSchoolBackground()
| void GUIWindow_Spellbook::drawCurrentSchoolBackground |
( |
| ) |
|
|
protected |
◆ initializeTextures()
| void GUIWindow_Spellbook::initializeTextures |
( |
| ) |
|
|
protected |
◆ loadSpellbook()
| void GUIWindow_Spellbook::loadSpellbook |
( |
| ) |
|
|
protected |
◆ onCloseSpellBook()
| void GUIWindow_Spellbook::onCloseSpellBook |
( |
| ) |
|
|
protected |
◆ onCloseSpellBookPage()
| void GUIWindow_Spellbook::onCloseSpellBookPage |
( |
| ) |
|
|
protected |
◆ openSpellbook()
| void GUIWindow_Spellbook::openSpellbook |
( |
| ) |
|
|
protected |
◆ openSpellbookPage()
| void GUIWindow_Spellbook::openSpellbookPage |
( |
MagicSchool |
page | ) |
|
◆ Update()
| void GUIWindow_Spellbook::Update |
( |
| ) |
|
|
overridevirtual |
◆ SBPageCSpellsTextureList
| std::array<GraphicsImage *, 12> GUIWindow_Spellbook::SBPageCSpellsTextureList {} |
|
protected |
◆ SBPageSSpellsTextureList
| std::array<GraphicsImage *, 12> GUIWindow_Spellbook::SBPageSSpellsTextureList {} |
|
protected |
◆ ui_spellbook_btn_close
| GraphicsImage* GUIWindow_Spellbook::ui_spellbook_btn_close = nullptr |
|
protected |
◆ ui_spellbook_btn_close_click
| GraphicsImage* GUIWindow_Spellbook::ui_spellbook_btn_close_click = nullptr |
|
protected |
◆ ui_spellbook_btn_quckspell
| GraphicsImage* GUIWindow_Spellbook::ui_spellbook_btn_quckspell = nullptr |
|
protected |
◆ ui_spellbook_btn_quckspell_click
| GraphicsImage* GUIWindow_Spellbook::ui_spellbook_btn_quckspell_click = nullptr |
|
protected |
◆ ui_spellbook_school_backgrounds
◆ ui_spellbook_school_tabs
The documentation for this class was generated from the following files: