#include <omgui/win32/tablelayout.h>
Inherits omgui::win32::Panel, and omgui::common::TableLayout.
Public Types | |
typedef omgui::initializer::TableLayoutData | data_type |
Initialization data used for TableLayout. | |
typedef omgui::initializer::PanelData | data_type |
Initialization data used for Panel. | |
typedef omgui::initializer::WidgetData | data_type |
Initialization data used for Widgets. | |
typedef omgui::TableLayout | wrapper_type |
typedef omgui::Panel | wrapper_type |
typedef omgui::Widget | wrapper_type |
Public Member Functions | |
void | add_child (const Pointer< omgui::Widget > &child) |
void | add_ex_style (int style) |
Adds an extended style flag or flags to this HWND. | |
void | begin_defer_window_pos () |
virtual void | create (const data_type &init_params)=0 |
void | create (const omgui::initializer::PanelData ¶ms) |
void | create (const omgui::initializer::TableLayoutData ¶ms) |
void | defer_window_pos (HWND hwnd, int x, int y, int w, int h, int flags) |
virtual void | destroy () |
virtual void | enable (bool e) |
void | end_defer_window_pos () |
const ChildList & | get_child_list () const |
virtual void * | get_handle () const |
HDWP | get_hdwp () |
HFONT | get_hfont () const |
virtual omgui::Size | get_max_size () const |
omgui::Size | get_min_size () const |
virtual omgui::Size | get_natural_size () const |
virtual Pointer< omgui::Panel > | get_parent () const |
virtual Pointer< omgui::Window > | get_parent_window () const |
virtual omgui::Point | get_position () const |
virtual omgui::Rect | get_rect () const |
virtual omgui::Size | get_size () const |
int | get_window_styles () const |
string | get_window_text () const |
template<typename T> | |
T * | get_wrapper () |
template<typename T> | |
const T * | get_wrapper () const |
omgui::Widget * | get_wrapper () |
const omgui::Widget * | get_wrapper () const |
omgui::object_id | get_wrapper_id () const |
omgui::win32::Notebook * | inside_notebook () const |
void | invalidate_cached_child_values () |
void | invalidate_cached_child_values () |
void | invalidate_parent () |
virtual bool | is_enabled () const |
virtual bool | is_hidden () const |
bool | is_orphaned () const |
virtual bool | is_shown () const |
bool | process_menu_command (menu_id id) |
int | process_message (HWND hwnd, UINT msg, WPARAM w_param, LPARAM l_param) |
bool | process_notification (int notification, HWND hwnd) |
void | remove_child (const Pointer< omgui::Widget > &) |
void | remove_child (const Pointer< omgui::Widget > &child) |
void | remove_ex_style (int style) |
Removes an extended style flag or flags from this HWND. | |
void | set_bottom_margin (int margin) |
void | set_column_gap (int gap) |
void | set_column_weight (int column, float weight) |
void | set_default_font () |
void | set_gap (int gap) |
void | set_left_margin (int margin) |
void | set_margins (int left, int top, int right, int bottom) |
void | set_margins (int margin) |
virtual void | set_max_size (const omgui::Size &s) |
virtual void | set_min_size (const omgui::Size &s) |
virtual void | set_natural_size (const omgui::Size &s) |
virtual void | set_position (const omgui::Point &p) |
virtual void | set_rect (const omgui::Rect &r) |
void | set_right_margin (int margin) |
void | set_row_gap (int gap) |
void | set_row_weight (int row, float weight) |
virtual void | set_size (const omgui::Size &s) |
void | set_top_margin (int margin) |
void | set_widget_layout_info (omgui::Widget *widget, const omgui::TableLayoutInfo &info) |
void | set_window_text (const string &str) |
void | show (bool show, bool focus) |
TableLayout (omgui::TableLayout *wrapper=0) | |
void | update_layout () |
void | update_layout () |
Static Public Member Functions | |
static void | set_default_font (HWND h) |
Protected Member Functions | |
void | create (const omgui::initializer::WidgetData ¶ms, bool parent_required, LPCTSTR class_name, LPCTSTR window_name, int styles, int styles_ex=0, int x=0, int y=0, int w=0, int h=0, HMENU menu=0) |
virtual void | post_create (const omgui::initializer::WidgetData ¶ms) |
void | set_old_proc (WNDPROC proc) |
void | set_window_pos (int x, int y, int w, int h, int flags=0) |
Protected Attributes | |
bool | m_hidden |
HWND | m_hwnd |
omgui::Size | m_max_size |
omgui::Size | m_min_size |
omgui::Size | m_natural_size |
WNDPROC | m_old_proc |
Friends | |
class | CreationHook |
LRESULT CALLBACK | widget_wndproc (HWND hwnd, UINT msg, WPARAM w_param, LPARAM l_param) |
typedef omgui::initializer::TableLayoutData omgui::api::TableLayout::data_type [inherited] |
typedef omgui::initializer::PanelData omgui::api::Panel::data_type [inherited] |
Initialization data used for Panel.
Reimplemented from omgui::api::Widget.
Reimplemented in omgui::api::Notebook, and omgui::api::TableLayout.
typedef omgui::initializer::WidgetData omgui::api::Widget::data_type [inherited] |
Initialization data used for Widgets.
Reimplemented in omgui::api::Button, omgui::api::ComboBox, omgui::api::EntryBox, omgui::api::Notebook, omgui::api::Panel, omgui::api::SecureEntryBox, omgui::api::TableLayout, omgui::api::TextBox, omgui::api::TextWidget, and omgui::api::Window.
typedef omgui::TableLayout omgui::api::TableLayout::wrapper_type [inherited] |
Reimplemented from omgui::api::Panel.
typedef omgui::Panel omgui::api::Panel::wrapper_type [inherited] |
Reimplemented from omgui::api::Widget.
Reimplemented in omgui::api::Notebook, and omgui::api::TableLayout.
typedef omgui::Widget omgui::api::Widget::wrapper_type [inherited] |
omgui::win32::TableLayout::TableLayout | ( | omgui::TableLayout * | wrapper = 0 |
) |
void omgui::common::Panel::add_child | ( | const Pointer< omgui::Widget > & | child | ) | [virtual, inherited] |
Implements omgui::api::Panel.
void omgui::win32::Widget::add_ex_style | ( | int | style | ) | [inherited] |
Adds an extended style flag or flags to this HWND.
Performs existing_ex_style |= style
void omgui::win32::Panel::begin_defer_window_pos | ( | ) | [inherited] |
virtual void omgui::api::TableLayout::create | ( | const data_type & | init_params | ) | [pure virtual, inherited] |
void omgui::win32::Widget::create | ( | const omgui::initializer::WidgetData & | params, | |
bool | parent_required, | |||
LPCTSTR | class_name, | |||
LPCTSTR | window_name, | |||
int | styles, | |||
int | styles_ex = 0 , |
|||
int | x = 0 , |
|||
int | y = 0 , |
|||
int | w = 0 , |
|||
int | h = 0 , |
|||
HMENU | menu = 0 | |||
) | [protected, inherited] |
Creates the native widget using CreateWindowEx.
params | Initializer arguments for position, size, visibility and enabled states. | |
parent_required | If true and params.m_parent is NULL, an exception is thrown | |
class_name | Class name passed to CreateWindowEx | |
window_name | Window name passed to CreateWindowEx | |
styles | Window styles | |
styles_ex | Extended window styles | |
x | X position | |
y | Y position | |
w | Width | |
h | Height | |
menu | The menu handle for the widget |
void omgui::win32::Panel::create | ( | const omgui::initializer::PanelData & | params | ) | [inherited] |
void omgui::win32::TableLayout::create | ( | const omgui::initializer::TableLayoutData & | params | ) |
Reimplemented from omgui::common::TableLayout.
void omgui::win32::Panel::defer_window_pos | ( | HWND | hwnd, | |
int | x, | |||
int | y, | |||
int | w, | |||
int | h, | |||
int | flags | |||
) | [inherited] |
void omgui::win32::Widget::destroy | ( | ) | [virtual, inherited] |
Implements omgui::api::Widget.
void omgui::win32::Widget::enable | ( | bool | e | ) | [virtual, inherited] |
Implements omgui::api::Widget.
void omgui::win32::Panel::end_defer_window_pos | ( | ) | [inherited] |
const ChildList & omgui::common::Panel::get_child_list | ( | ) | const [virtual, inherited] |
Implements omgui::api::Panel.
virtual void* omgui::win32::Widget::get_handle | ( | ) | const [inline, virtual, inherited] |
Implements omgui::api::Widget.
HDWP omgui::win32::Panel::get_hdwp | ( | ) | [inherited] |
HFONT omgui::win32::Widget::get_hfont | ( | ) | const [inherited] |
Gets the HFONT associated with this HWND
omgui::Size omgui::win32::Widget::get_max_size | ( | ) | const [virtual, inherited] |
Implements omgui::api::Widget.
omgui::Size omgui::win32::TableLayout::get_min_size | ( | ) | const [virtual] |
omgui::Size omgui::win32::Widget::get_natural_size | ( | ) | const [virtual, inherited] |
Implements omgui::api::Widget.
Pointer< omgui::Panel > omgui::win32::Widget::get_parent | ( | ) | const [virtual, inherited] |
Implements omgui::api::Widget.
Pointer< omgui::Window > omgui::win32::Widget::get_parent_window | ( | ) | const [virtual, inherited] |
Implements omgui::api::Widget.
omgui::Point omgui::win32::Widget::get_position | ( | ) | const [virtual, inherited] |
Implements omgui::api::Widget.
omgui::Rect omgui::win32::Widget::get_rect | ( | ) | const [virtual, inherited] |
Implements omgui::api::Widget.
omgui::Size omgui::win32::Widget::get_size | ( | ) | const [virtual, inherited] |
Implements omgui::api::Widget.
int omgui::win32::Widget::get_window_styles | ( | ) | const [inherited] |
Gets the window styles for this HWND
string omgui::win32::Widget::get_window_text | ( | ) | const [inherited] |
T* omgui::common::Widget::get_wrapper | ( | ) | [inline, inherited] |
const T* omgui::common::Widget::get_wrapper | ( | ) | const [inline, inherited] |
omgui::Widget* omgui::common::Widget::get_wrapper | ( | ) | [inline, inherited] |
const omgui::Widget* omgui::common::Widget::get_wrapper | ( | ) | const [inline, inherited] |
omgui::object_id omgui::common::Widget::get_wrapper_id | ( | ) | const [inherited] |
Notebook * omgui::win32::Panel::inside_notebook | ( | ) | const [inherited] |
The purpose of this function is to be able to painted themed notebook page backgrounds for nested panels properly. If the panel is contained within a notebook, this function returns true. The rect returned through the function parameter specifies the display area of the tab control in screen coordinates. This value can be used to call DrawThemeBackground with the proper offsets to make the tab controls background gradient appear in the proper location
void omgui::common::TableLayout::invalidate_cached_child_values | ( | ) | [virtual, inherited] |
Reimplemented from omgui::common::Panel.
void omgui::common::Panel::invalidate_cached_child_values | ( | ) | [virtual, inherited] |
void omgui::win32::Widget::invalidate_parent | ( | ) | [inherited] |
Calls invalidate_cached_child_values on the parent if there is one
bool omgui::win32::Widget::is_enabled | ( | ) | const [virtual, inherited] |
Implements omgui::api::Widget.
bool omgui::win32::Widget::is_hidden | ( | ) | const [virtual, inherited] |
Implements omgui::api::Widget.
bool omgui::common::Panel::is_orphaned | ( | ) | const [virtual, inherited] |
Implements omgui::api::Panel.
bool omgui::win32::Widget::is_shown | ( | ) | const [virtual, inherited] |
Implements omgui::api::Widget.
void omgui::win32::Widget::post_create | ( | const omgui::initializer::WidgetData & | params | ) | [protected, virtual, inherited] |
Performs post widget creation initialization
bool omgui::win32::Widget::process_menu_command | ( | menu_id | id | ) | [inherited] |
Processes a WM_COMMAND sent from a menu.
int omgui::win32::TableLayout::process_message | ( | HWND | hwnd, | |
UINT | msg, | |||
WPARAM | w_param, | |||
LPARAM | l_param | |||
) | [virtual] |
Instead of subclassing window procedures to simulate inheritance, there is only one window procedure, which is widget_wndproc. This function calls process_message which does all message processing. process_message is responsible for knowing whether or not to call DefWindowProc, or some other window procedure.
Reimplemented from omgui::win32::Panel.
bool omgui::win32::Widget::process_notification | ( | int | notification, | |
HWND | hwnd | |||
) | [inherited] |
Processes a WM_COMMAND sent from a control
void omgui::common::TableLayout::remove_child | ( | const Pointer< omgui::Widget > & | child | ) | [virtual, inherited] |
Reimplemented from omgui::common::Panel.
void omgui::common::Panel::remove_child | ( | const Pointer< omgui::Widget > & | child | ) | [virtual, inherited] |
void omgui::win32::Widget::remove_ex_style | ( | int | style | ) | [inherited] |
Removes an extended style flag or flags from this HWND.
Performs existing_ex_style &= ~style
void omgui::common::TableLayout::set_bottom_margin | ( | int | margin | ) | [virtual, inherited] |
Implements omgui::api::TableLayout.
void omgui::common::TableLayout::set_column_gap | ( | int | gap | ) | [virtual, inherited] |
Implements omgui::api::TableLayout.
void omgui::common::TableLayout::set_column_weight | ( | int | column, | |
float | weight | |||
) | [virtual, inherited] |
Implements omgui::api::TableLayout.
void omgui::win32::Widget::set_default_font | ( | ) | [inherited] |
Sets the font for this HWND to be the acceptible default GUI font
void omgui::win32::Widget::set_default_font | ( | HWND | h | ) | [static, inherited] |
Sets the font for the given HWND to be the acceptible default GUI font
void omgui::common::TableLayout::set_gap | ( | int | gap | ) | [virtual, inherited] |
Implements omgui::api::TableLayout.
void omgui::common::TableLayout::set_left_margin | ( | int | margin | ) | [virtual, inherited] |
Implements omgui::api::TableLayout.
void omgui::common::TableLayout::set_margins | ( | int | left, | |
int | top, | |||
int | right, | |||
int | bottom | |||
) | [virtual, inherited] |
Implements omgui::api::TableLayout.
void omgui::common::TableLayout::set_margins | ( | int | margin | ) | [virtual, inherited] |
Implements omgui::api::TableLayout.
void omgui::win32::Widget::set_max_size | ( | const omgui::Size & | s | ) | [virtual, inherited] |
Implements omgui::api::Widget.
void omgui::win32::Widget::set_min_size | ( | const omgui::Size & | s | ) | [virtual, inherited] |
Implements omgui::api::Widget.
void omgui::win32::Widget::set_natural_size | ( | const omgui::Size & | s | ) | [virtual, inherited] |
Implements omgui::api::Widget.
void omgui::win32::Widget::set_old_proc | ( | WNDPROC | proc | ) | [inline, protected, inherited] |
void omgui::win32::Widget::set_position | ( | const omgui::Point & | p | ) | [virtual, inherited] |
Implements omgui::api::Widget.
void omgui::win32::Widget::set_rect | ( | const omgui::Rect & | r | ) | [virtual, inherited] |
Implements omgui::api::Widget.
void omgui::common::TableLayout::set_right_margin | ( | int | margin | ) | [virtual, inherited] |
Implements omgui::api::TableLayout.
void omgui::common::TableLayout::set_row_gap | ( | int | gap | ) | [virtual, inherited] |
Implements omgui::api::TableLayout.
void omgui::common::TableLayout::set_row_weight | ( | int | row, | |
float | weight | |||
) | [virtual, inherited] |
Implements omgui::api::TableLayout.
void omgui::win32::Widget::set_size | ( | const omgui::Size & | s | ) | [virtual, inherited] |
Implements omgui::api::Widget.
void omgui::common::TableLayout::set_top_margin | ( | int | margin | ) | [virtual, inherited] |
Implements omgui::api::TableLayout.
void omgui::common::TableLayout::set_widget_layout_info | ( | omgui::Widget * | widget, | |
const omgui::TableLayoutInfo & | info | |||
) | [virtual, inherited] |
Implements omgui::api::TableLayout.
void omgui::win32::Widget::set_window_pos | ( | int | x, | |
int | y, | |||
int | w, | |||
int | h, | |||
int | flags = 0 | |||
) | [protected, inherited] |
Wraps SetWindowPos and supports DeferWindowPos functionality
void omgui::win32::Widget::set_window_text | ( | const string & | str | ) | [inherited] |
void omgui::win32::Panel::show | ( | bool | show, | |
bool | focus | |||
) | [virtual, inherited] |
Reimplemented from omgui::win32::Widget.
void omgui::common::TableLayout::update_layout | ( | ) | [virtual, inherited] |
Update the positions and sizes of all widgets
Reimplemented from omgui::common::Panel.
void omgui::common::Panel::update_layout | ( | ) | [virtual, inherited] |
friend class CreationHook [friend, inherited] |
LRESULT CALLBACK widget_wndproc | ( | HWND | hwnd, | |
UINT | msg, | |||
WPARAM | w_param, | |||
LPARAM | l_param | |||
) | [friend, inherited] |
This is the window procedure which is implemented outside of the win32::widget classes. It is called by the window procedures for all widgets and contains only common functionality.
bool omgui::win32::Widget::m_hidden [protected, inherited] |
HWND omgui::win32::Widget::m_hwnd [protected, inherited] |
omgui::Size omgui::win32::Widget::m_max_size [protected, inherited] |
omgui::Size omgui::win32::Widget::m_min_size [protected, inherited] |
omgui::Size omgui::win32::Widget::m_natural_size [protected, inherited] |
WNDPROC omgui::win32::Widget::m_old_proc [protected, inherited] |