| 
    quic/qbox
    
   | 
 
Public Member Functions | |
| SDL2Console (struct sdl2_console *cons, std::shared_ptr< LibQemuInternals > &internals) | |
| SDL2Console (const SDL2Console &)=default | |
| void | init (Console &con, void *user_data) | 
| void | set_hidden (bool hidden) | 
| void | set_idx (int idx) | 
| void | set_opts (DisplayOptions &opts) | 
| void | set_opengl (bool opengl) | 
| void | set_dcl_ops (DclOps &dcl_ops) | 
| void | set_dgc_ops (DisplayGLCtxOps &dgc_ops) | 
| SDL_Window * | get_real_window () const | 
| DisplayChangeListener * | get_dcl () const | 
| DisplayGLCtx * | get_dgc () const | 
| void | register_dcl () const | 
| void | set_window_id (Console &con) const | 
Public Attributes | |
| struct sdl2_console * | m_cons | 
| std::shared_ptr< LibQemuInternals > | m_int |