|
| virtual void | win_render ()=0 |
| |
| | ui_viewer (std::ostream &a_out, unsigned int a_width, unsigned int a_height) |
| |
| virtual | ~ui_viewer () |
| |
| virtual void * | cast (const std::string &a_class) const |
| |
| virtual void | set_size (unsigned int a_w, unsigned int a_h) |
| |
| virtual bool | set_cursor_shape (cursor_shape) |
| |
| | viewer (std::ostream &a_out, unsigned int a_width, unsigned int a_height) |
| |
| virtual | ~viewer () |
| |
| | viewer (const viewer &a_from) |
| |
| viewer & | operator= (const viewer &a_from) |
| |
| bool | set_default_cursor_shape () |
| |
| group & | sg () |
| |
| const group & | sg () const |
| |
| unsigned int | width () const |
| |
| unsigned int | height () const |
| |
| bool | screen2aspect (int a_x, int a_y, float &a_wx, float &a_wy) const |
| |
| void | set_clear_color (float a_r, float a_g, float a_b, float a_a=1) |
| |
| void | set_clear_color (const colorf &a_color) |
| |
| void | get_clear_color (float &a_r, float &a_g, float &a_b, float &a_a) |
| |
| const colorf & | background () const |
| |
| std::ostream & | out () const |
| |
| const std::string & | out_dir () const |
| |
| void | set_produce_out_jpeg (bool a_value) |
| |
| bool | produce_out_jpeg () const |
| |
| void | set_produce_out_png (bool a_value) |
| |
| bool | produce_out_png () const |
| |
| void | set_produce_out_file (const std::string &a_file) |
| |
| const std::string & | produce_out_file () const |
| |
| void | set_produce_out_bpp (unsigned int a_bpp) |
| |
| unsigned int | produce_out_bpp () const |
| |
Definition at line 12 of file ui_viewer.
◆ ui_viewer() [1/2]
| tools::metal::ui_viewer::ui_viewer |
( |
std::ostream & |
a_out, |
|
|
unsigned int |
a_width, |
|
|
unsigned int |
a_height |
|
) |
| |
|
inline |
Definition at line 18 of file ui_viewer.
18 :parent(a_out,a_width,a_height){}
◆ ~ui_viewer()
| virtual tools::metal::ui_viewer::~ui_viewer |
( |
| ) |
|
|
inlinevirtual |
◆ ui_viewer() [2/2]
| tools::metal::ui_viewer::ui_viewer |
( |
const ui_viewer & |
a_from | ) |
|
|
inlineprotected |
◆ operator=()
Definition at line 22 of file ui_viewer.
23 if(&a_from==
this)
return *
this;
◆ win_render()
| virtual void tools::metal::ui_viewer::win_render |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/metal/ui_viewer