#include <base_control.h>
Inheritance diagram for crs::styled_ctrl:
Public Methods | |
styled_ctrl (style::styles Style=style::rect, chtype clb= '[', chtype crb= ']') | |
Public Attributes | |
property< styled_ctrl, read_write, style::styles > | style |
Protected Methods | |
const style::styles & | getStyle () |
void | setStyle (const style::styles &Style) |
Protected Attributes | |
style::styles | mStyle |
chtype | custom_left_border |
chtype | custom_right_border |
|
Definition at line 253 of file base_control.cpp. |
|
Definition at line 245 of file base_control.cpp. References mStyle. |
|
Definition at line 249 of file base_control.cpp. References mStyle. |
|
Definition at line 107 of file base_control.h. Referenced by crs::push_button::draw(), crs::list_box< T >::draw(), crs::edit_ctrl< T >::draw(), crs::choice_box< T >::draw(), crs::check_box::draw(), and crs::edit_ctrl< T >::edit_ctrl(). |
|
Definition at line 108 of file base_control.h. Referenced by crs::push_button::draw(), crs::list_box< T >::draw(), crs::edit_ctrl< T >::draw(), crs::choice_box< T >::draw(), crs::check_box::draw(), and crs::edit_ctrl< T >::edit_ctrl(). |
|
Definition at line 106 of file base_control.h. Referenced by crs::push_button::draw(), crs::list_box< T >::draw(), crs::edit_ctrl< T >::draw(), crs::choice_box< T >::draw(), crs::check_box::draw(), getStyle(), and setStyle(). |
|
Definition at line 113 of file base_control.h. |