Empty palette. More...
#include <empty_palette.hpp>
Public Member Functions | |
empty_palette (display &gui) | |
virtual bool | mouse_click () |
virtual bool | scroll_up () |
Scroll the editor-palette up one step if possible. More... | |
virtual bool | can_scroll_up () |
virtual bool | scroll_down () |
Scroll the editor-palette down one step if possible. More... | |
virtual bool | can_scroll_down () |
virtual void | adjust_size (const SDL_Rect &) |
virtual void | draw () |
void | hide (bool hidden) |
std::vector< gui::widget > * | get_widgets () |
virtual void | set_group (size_t) |
virtual void | next_group () |
virtual void | prev_group () |
virtual const std::vector < item_group > & | get_groups () const |
virtual void | expand_palette_groups_menu (std::vector< std::pair< std::string, std::string > > &) |
Menu expanding for palette group list. More... | |
virtual void | expand_palette_groups_menu (std::vector< std::string > &) |
Menu expanding for palette group list. More... | |
virtual int | num_items () |
virtual size_t | start_num () |
virtual void | set_start_item (size_t) |
virtual bool | supports_swap () |
virtual void | swap () |
Public Member Functions inherited from editor::common_palette | |
common_palette (display &gui) | |
virtual | ~common_palette () |
virtual sdl_handler_vector | handler_members () |
virtual std::vector< std::string > | action_pressed () const |
Public Member Functions inherited from gui::widget | |
SDL_Rect const & | location () const |
virtual void | set_location (SDL_Rect const &rect) |
void | set_location (int x, int y) |
void | set_width (int w) |
void | set_height (int h) |
void | set_measurements (int w, int h) |
int | width () const |
int | height () const |
bool | focus (const SDL_Event *event) |
void | set_focus (bool focus) |
bool | hidden () const |
virtual void | enable (bool new_val=true) |
bool | enabled () const |
void | set_clip_rect (const SDL_Rect &rect) |
void | set_volatile (bool val=true) |
void | set_dirty (bool dirty=true) |
bool | dirty () const |
const std::string & | id () const |
void | set_id (const std::string &id) |
void | set_help_string (const std::string &str) |
void | set_tooltip_string (const std::string &str) |
virtual void | process_help_string (int mousex, int mousey) |
virtual void | process_tooltip_string (int mousex, int mousey) |
Public Member Functions inherited from events::sdl_handler | |
virtual void | process_event () |
virtual bool | requires_event_focus (const SDL_Event *=nullptr) const |
virtual void | join () |
virtual void | join (context &c) |
virtual void | join_same (sdl_handler *parent) |
virtual void | leave () |
virtual void | join_global () |
virtual void | leave_global () |
Private Attributes | |
display & | gui_ |
std::vector< item_group > | empty_ |
Additional Inherited Members | |
Protected Member Functions inherited from gui::widget | |
widget (widget const &o) | |
widget (CVideo &video, const bool auto_join=true) | |
virtual | ~widget () |
void | bg_register (SDL_Rect const &rect) |
void | bg_restore () const |
void | bg_restore (SDL_Rect const &rect) const |
void | bg_update () |
void | bg_cancel () |
CVideo & | video () const |
virtual void | draw_contents () |
virtual void | update_location (SDL_Rect const &rect) |
const SDL_Rect * | clip_rect () const |
virtual sdl_handler_vector | member_handlers () |
virtual void | handle_event (SDL_Event const &) |
virtual void | handle_window_event (SDL_Event const &event) |
bool | mouse_locked () const |
void | aquire_mouse_lock () |
void | free_mouse_lock () |
Protected Member Functions inherited from events::sdl_handler | |
sdl_handler (const bool auto_join=true) | |
virtual | ~sdl_handler () |
Protected Attributes inherited from gui::widget | |
bool | focus_ |
Empty palette.
Definition at line 27 of file empty_palette.hpp.
|
inline |
Definition at line 31 of file empty_palette.hpp.
|
inlinevirtual |
Implements editor::common_palette.
Definition at line 44 of file empty_palette.hpp.
|
inlinevirtual |
Implements editor::common_palette.
Definition at line 41 of file empty_palette.hpp.
|
inlinevirtual |
Implements editor::common_palette.
Definition at line 39 of file empty_palette.hpp.
|
inlinevirtual |
Implements editor::common_palette.
Definition at line 45 of file empty_palette.hpp.
|
inlinevirtual |
Menu expanding for palette group list.
Implements editor::common_palette.
Definition at line 75 of file empty_palette.hpp.
|
inlinevirtual |
Menu expanding for palette group list.
Implements editor::common_palette.
Definition at line 76 of file empty_palette.hpp.
|
inlinevirtual |
Implements editor::common_palette.
Definition at line 72 of file empty_palette.hpp.
References empty_.
|
inline |
Definition at line 66 of file empty_palette.hpp.
|
inlinevirtual |
Reimplemented from gui::widget.
Definition at line 47 of file empty_palette.hpp.
References display::find_action_button(), display::find_menu_button(), and gui_.
|
inlinevirtual |
Definition at line 36 of file empty_palette.hpp.
|
inlinevirtual |
Implements editor::common_palette.
Definition at line 70 of file empty_palette.hpp.
|
inlinevirtual |
Implements editor::common_palette.
Definition at line 79 of file empty_palette.hpp.
|
inlinevirtual |
Implements editor::common_palette.
Definition at line 71 of file empty_palette.hpp.
|
inlinevirtual |
Scroll the editor-palette down one step if possible.
Implements editor::common_palette.
Definition at line 40 of file empty_palette.hpp.
|
inlinevirtual |
Scroll the editor-palette up one step if possible.
Implements editor::common_palette.
Definition at line 38 of file empty_palette.hpp.
|
inlinevirtual |
Implements editor::common_palette.
Definition at line 69 of file empty_palette.hpp.
|
inlinevirtual |
Implements editor::common_palette.
Definition at line 81 of file empty_palette.hpp.
|
inlinevirtual |
Implements editor::common_palette.
Definition at line 80 of file empty_palette.hpp.
|
inlinevirtual |
Reimplemented from editor::common_palette.
Definition at line 82 of file empty_palette.hpp.
|
inlinevirtual |
Implements editor::common_palette.
Definition at line 83 of file empty_palette.hpp.
|
private |
Definition at line 87 of file empty_palette.hpp.
Referenced by get_groups().
|
private |
Definition at line 86 of file empty_palette.hpp.
Referenced by hide().