|
opynsim
Unofficial C++ Documentation
|
#include <logl_hdr_tab.h>
Public Member Functions | |
| LOGLHDRTab (Widget *) | |
Public Member Functions inherited from osc::Tab | |
| UID | id () const |
| bool | is_unsaved () const |
| std::future< TabSaveResult > | try_save () |
| void | on_draw_main_menu () |
Public Member Functions inherited from osc::Widget | |
| Widget (Widget *parent=nullptr) | |
| virtual | ~Widget () noexcept |
| bool | on_event (Event &e) |
| void | on_mount () |
| void | on_unmount () |
| void | on_tick () |
| void | on_draw () |
| LifetimedPtr< Widget > | weak_ref () |
| Widget * | parent () |
| template<std::derived_from< Widget > T> | |
| T * | first_ancestor_of_type () |
| const Widget * | parent () const |
| void | set_parent (Widget *) |
| void | set_parent (Widget &widget) |
| CStringView | name () const |
| void | set_name (std::string_view) |
Static Public Member Functions | |
| static CStringView | id () |
Private Member Functions | |
| void | impl_on_mount () final |
| void | impl_on_unmount () final |
| bool | impl_on_event (Event &) final |
| void | impl_on_draw () final |
Additional Inherited Members | |
Protected Member Functions inherited from osc::Tab | |
| Tab (std::unique_ptr< TabPrivate > &&) | |
| OSC_WIDGET_DATA_GETTERS (TabPrivate) | |
Protected Member Functions inherited from osc::Widget | |
| Widget (std::unique_ptr< WidgetPrivate > &&) | |
| const WidgetPrivate & | base_private_data () const |
| WidgetPrivate & | base_private_data () |
| virtual bool | impl_on_display_state_change_event (DisplayStateChangeEvent &) |
| virtual bool | impl_on_drop_file_event (DropFileEvent &) |
| virtual bool | impl_on_key_event (KeyEvent &) |
| virtual bool | impl_on_mouse_event (MouseEvent &) |
| virtual bool | impl_on_mouse_wheel_event (MouseWheelEvent &) |
| virtual bool | impl_on_quit_event (QuitEvent &) |
| virtual bool | impl_on_text_input_event (TextInputEvent &) |
| virtual bool | impl_on_window_event (WindowEvent &) |
| virtual void | impl_on_tick () |
|
explicit |
|
static |
|
finalprivatevirtual |
Reimplemented from osc::Widget.
Reimplemented from osc::Widget.
|
finalprivatevirtual |
Reimplemented from osc::Widget.
|
finalprivatevirtual |
Reimplemented from osc::Widget.