Download
Documentation
Development
Examples
Donations
Contributions
Forum
Main Page
Related Pages
Modules
Classes
Class List
Class Index
Class Hierarchy
Class Members
clan
GUIManager
clan::GUIManager Member List
This is the complete list of members for
clan::GUIManager
, including all inherited members.
add_resources
(const XMLResourceDocument &resources)
clan::GUIManager
add_resources
(const std::string &filename)
clan::GUIManager
add_resources
(const std::string &filename, const FileSystem &fs)
clan::GUIManager
add_theme
(const std::string &fullname)
clan::GUIManager
add_theme
(const std::string &fullname, const FileSystem &fs)
clan::GUIManager
clear_exit_flag
()
clan::GUIManager
dispatch_message
(std::shared_ptr< GUIMessage > message)
clan::GUIManager
exec
()
clan::GUIManager
exit_with_code
(int exit_code)
clan::GUIManager
func_exec_handler
()
clan::GUIManager
get_capture_component
() const
clan::GUIManager
get_clipboard_text
() const
clan::GUIManager
get_css_document
() const
clan::GUIManager
get_exit_code
() const
clan::GUIManager
get_exit_flag
() const
clan::GUIManager
get_focused_component
()
clan::GUIManager
get_resource_manager
() const
clan::GUIManager
get_window_manager
() const
clan::GUIManager
GUIComponent_Impl
class
clan::GUIManager
friend
GUIManager
()
clan::GUIManager
GUIManager
(const DisplayWindow &display_window)
clan::GUIManager
GUIManager
(const std::string &path_to_css_and_resources)
clan::GUIManager
GUIManager
(const DisplayWindow &display_window, const std::string &path_to_css_and_resources)
clan::GUIManager
GUIManager
(GUIWindowManager &window_manager, const std::string &path_to_css_and_resources)
clan::GUIManager
GUIManager
(std::shared_ptr< GUIManager_Impl > impl)
clan::GUIManager
process_messages
(int timeout)
clan::GUIManager
render_windows
()
clan::GUIManager
request_repaint
(const Rect &rect, GUIComponent *root_component)
clan::GUIManager
set_accelerator_table
(const AcceleratorTable &table)
clan::GUIManager
set_capture_component
(GUIComponent *component, bool state)
clan::GUIManager
set_clipboard_text
(const std::string &str)
clan::GUIManager
set_resource_manager
(ResourceManager &resource_manager)
clan::GUIManager
set_tablet_proximity_component
(GUIComponent *, bool state)
clan::GUIManager
set_theme
(CSSDocument css)
clan::GUIManager
set_theme
(const std::string &fullname)
clan::GUIManager
set_theme
(const std::string &filename, const FileSystem &fs)
clan::GUIManager
set_window_manager
(GUIWindowManager &window_manager)
clan::GUIManager
sig_filter_message
()
clan::GUIManager
~GUIManager
()
clan::GUIManager
virtual