|
opynsim
Unofficial C++ Documentation
|
#include <save_changes_popup.h>
Public Member Functions | |
| SaveChangesPopup (Widget *parent, const SaveChangesPopupConfig &) | |
Public Member Functions inherited from osc::Popup | |
| Popup (Widget *parent, std::string_view name, Vector2 dimensions={512.0f, 0.0f}, ui::PanelFlags=ui::PanelFlag::AlwaysAutoResize) | |
| bool | is_open () |
| void | open () |
| void | close () |
| bool | begin_popup () |
| void | end_popup () |
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) |
Private Member Functions | |
| void | impl_draw_content () final |
|
explicit |
|
finalprivatevirtual |
Implements osc::Popup.