opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
Public Member Functions | List of all members
osc::ui::Context Class Referencefinal

#include <oscimgui.h>

Public Member Functions

 Context (App &, const ContextConfiguration &={})
 
 Context (const Context &)=delete
 
 Context (Context &&) noexcept=delete
 
 ~Context () noexcept
 
Contextoperator= (const Context &)=delete
 
Contextoperator= (Context &&) noexcept=delete
 
void reset ()
 
bool on_event (Event &)
 
void on_start_new_frame ()
 
void render ()
 

Constructor & Destructor Documentation

◆ Context() [1/3]

osc::ui::Context::Context ( App ,
const ContextConfiguration = {} 
)
explicit

◆ Context() [2/3]

osc::ui::Context::Context ( const Context )
delete

◆ Context() [3/3]

osc::ui::Context::Context ( Context &&  )
deletenoexcept

◆ ~Context()

osc::ui::Context::~Context ( )
noexcept

Member Function Documentation

◆ on_event()

bool osc::ui::Context::on_event ( Event )

◆ on_start_new_frame()

void osc::ui::Context::on_start_new_frame ( )

◆ operator=() [1/2]

Context & osc::ui::Context::operator= ( const Context )
delete

◆ operator=() [2/2]

Context & osc::ui::Context::operator= ( Context &&  )
deletenoexcept

◆ render()

void osc::ui::Context::render ( )

◆ reset()

void osc::ui::Context::reset ( )

The documentation for this class was generated from the following file: