|
Blender V5.0
|
#include <GHOST_ContextNone.hh>
Inherits GHOST_Context.
Public Member Functions | |
| GHOST_ContextNone (const GHOST_ContextParams &context_params) | |
| GHOST_TSuccess | swapBufferAcquire () override |
| GHOST_TSuccess | swapBufferRelease () override |
| GHOST_TSuccess | activateDrawingContext () override |
| GHOST_TSuccess | releaseDrawingContext () override |
| GHOST_TSuccess | updateDrawingContext () override |
| GHOST_TSuccess | initializeDrawingContext () override |
| GHOST_TSuccess | releaseNativeHandles () override |
| GHOST_TSuccess | setSwapInterval (int interval) override |
| GHOST_TSuccess | getSwapInterval (int &interval_out) override |
| Public Member Functions inherited from GHOST_Context | |
| GHOST_Context (const GHOST_ContextParams &context_params) | |
| ~GHOST_Context () override | |
| void * | getUserData () |
| void | setUserData (void *user_data) |
| bool | isStereoVisual () const |
| virtual GHOST_TVSyncModes | getVSync () |
| virtual bool | isUpsideDown () const |
| unsigned int | getDefaultFramebuffer () override |
| Public Member Functions inherited from GHOST_IContext | |
| virtual | ~GHOST_IContext ()=default |
Additional Inherited Members | |
| Static Public Member Functions inherited from GHOST_Context | |
| static GHOST_Context * | getActiveDrawingContext () |
| Static Public Member Functions inherited from GHOST_IContext | |
| static GHOST_IContext * | getActiveDrawingContext () |
| Protected Attributes inherited from GHOST_Context | |
| GHOST_ContextParams | context_params_ |
| void * | user_data_ = nullptr |
| Static Protected Attributes inherited from GHOST_Context | |
| static GHOST_Context * | active_context_ |
Definition at line 15 of file GHOST_ContextNone.hh.
|
inline |
Definition at line 17 of file GHOST_ContextNone.hh.
References GHOST_Context::GHOST_Context().
|
overridevirtual |
Dummy function
Implements GHOST_Context.
Definition at line 18 of file GHOST_ContextNone.cc.
References GHOST_Context::active_context_, and GHOST_kSuccess.
|
overridevirtual |
Dummy function
| interval_out | Gets whatever was set by setSwapInterval. |
Reimplemented from GHOST_Context.
Definition at line 53 of file GHOST_ContextNone.cc.
References GHOST_kSuccess.
|
overridevirtual |
Dummy function
Implements GHOST_Context.
Definition at line 35 of file GHOST_ContextNone.cc.
References GHOST_Context::active_context_, and GHOST_kSuccess.
|
overridevirtual |
Dummy function
Implements GHOST_Context.
Definition at line 24 of file GHOST_ContextNone.cc.
References GHOST_Context::active_context_, and GHOST_kSuccess.
|
overridevirtual |
Dummy function
Implements GHOST_Context.
Definition at line 41 of file GHOST_ContextNone.cc.
References GHOST_kSuccess.
|
overridevirtual |
Dummy function
Reimplemented from GHOST_Context.
Definition at line 46 of file GHOST_ContextNone.cc.
References GHOST_kSuccess.
|
inlineoverridevirtual |
Implements GHOST_Context.
Definition at line 20 of file GHOST_ContextNone.hh.
References GHOST_kSuccess.
|
overridevirtual |
Dummy function
Implements GHOST_Context.
Definition at line 13 of file GHOST_ContextNone.cc.
References GHOST_kSuccess.
|
overridevirtual |
Dummy function
Reimplemented from GHOST_Context.
Definition at line 30 of file GHOST_ContextNone.cc.
References GHOST_kSuccess.