![]() |
Project
|
#include <GuiCallbackContext.h>
Public Attributes | |
| uint64_t | frameLast |
| float * | frameLatency = nullptr |
| float * | frameCost = nullptr |
| void * | lastFrame = nullptr |
| DebugGUI * | plugin = nullptr |
| void * | window = nullptr |
| bool * | guiQuitRequested = nullptr |
| bool * | allChildrenGone = nullptr |
| bool * | guiTimerExpired = nullptr |
| std::function< void(void)> | callback |
| std::set< GuiRenderer * > | renderers |
Definition at line 38 of file GuiCallbackContext.h.
| bool* o2::framework::GuiCallbackContext::allChildrenGone = nullptr |
Definition at line 46 of file GuiCallbackContext.h.
Definition at line 48 of file GuiCallbackContext.h.
| float* o2::framework::GuiCallbackContext::frameCost = nullptr |
Definition at line 41 of file GuiCallbackContext.h.
| uint64_t o2::framework::GuiCallbackContext::frameLast |
Definition at line 39 of file GuiCallbackContext.h.
| float* o2::framework::GuiCallbackContext::frameLatency = nullptr |
Definition at line 40 of file GuiCallbackContext.h.
| bool* o2::framework::GuiCallbackContext::guiQuitRequested = nullptr |
Definition at line 45 of file GuiCallbackContext.h.
| bool* o2::framework::GuiCallbackContext::guiTimerExpired = nullptr |
Definition at line 47 of file GuiCallbackContext.h.
| void* o2::framework::GuiCallbackContext::lastFrame = nullptr |
Definition at line 42 of file GuiCallbackContext.h.
| DebugGUI* o2::framework::GuiCallbackContext::plugin = nullptr |
Definition at line 43 of file GuiCallbackContext.h.
| std::set<GuiRenderer*> o2::framework::GuiCallbackContext::renderers |
Definition at line 49 of file GuiCallbackContext.h.
| void* o2::framework::GuiCallbackContext::window = nullptr |
Definition at line 44 of file GuiCallbackContext.h.