#include <omgui/event.h>
Inherits omgui::Event.
Public Member Functions | |
| bool | can_veto () const |
| omgui::NotebookPage | get_current_page () const |
| event_id | get_id () const |
| object_id | get_object_id () const |
| bool | get_veto () const |
| NotebookEvent (const NotebookEvent &other) | |
| NotebookEvent (event_id id, object_id obj, omgui::NotebookPage current_page) | |
| void | veto (bool v=true) const |
Private Attributes | |
| omgui::NotebookPage | m_current_page |
| omgui::NotebookEvent::NotebookEvent | ( | event_id | id, | |
| object_id | obj, | |||
| omgui::NotebookPage | current_page | |||
| ) |
Constructs a NotebookEvent
| id | The event_id of the event | |
| obj | The object_id of the object associated with the event | |
| current_page | The currently selected NotebookPage |
| omgui::NotebookEvent::NotebookEvent | ( | const NotebookEvent & | other | ) |
| bool omgui::NotebookEvent::can_veto | ( | ) | const [virtual] |
| omgui::NotebookPage omgui::NotebookEvent::get_current_page | ( | ) | const |
| event_id omgui::Event::get_id | ( | ) | const [inherited] |
| object_id omgui::Event::get_object_id | ( | ) | const [inherited] |
| bool omgui::Event::get_veto | ( | ) | const [inherited] |
| void omgui::Event::veto | ( | bool | v = true |
) | const [inherited] |