Project
Loading...
Searching...
No Matches
o2::framework::GuiCallbackContext Struct Reference

#include <GuiCallbackContext.h>

Public Attributes

uint64_t frameLast
 
float * frameLatency = nullptr
 
float * frameCost = nullptr
 
voidlastFrame = nullptr
 
DebugGUIplugin = nullptr
 
voidwindow = nullptr
 
bool * guiQuitRequested = nullptr
 
bool * allChildrenGone = nullptr
 
bool * guiTimerExpired = nullptr
 
std::function< void(void)> callback
 
std::set< GuiRenderer * > renderers
 

Detailed Description

Definition at line 38 of file GuiCallbackContext.h.

Member Data Documentation

◆ allChildrenGone

bool* o2::framework::GuiCallbackContext::allChildrenGone = nullptr

Definition at line 46 of file GuiCallbackContext.h.

◆ callback

std::function<void(void)> o2::framework::GuiCallbackContext::callback

Definition at line 48 of file GuiCallbackContext.h.

◆ frameCost

float* o2::framework::GuiCallbackContext::frameCost = nullptr

Definition at line 41 of file GuiCallbackContext.h.

◆ frameLast

uint64_t o2::framework::GuiCallbackContext::frameLast

Definition at line 39 of file GuiCallbackContext.h.

◆ frameLatency

float* o2::framework::GuiCallbackContext::frameLatency = nullptr

Definition at line 40 of file GuiCallbackContext.h.

◆ guiQuitRequested

bool* o2::framework::GuiCallbackContext::guiQuitRequested = nullptr

Definition at line 45 of file GuiCallbackContext.h.

◆ guiTimerExpired

bool* o2::framework::GuiCallbackContext::guiTimerExpired = nullptr

Definition at line 47 of file GuiCallbackContext.h.

◆ lastFrame

void* o2::framework::GuiCallbackContext::lastFrame = nullptr

Definition at line 42 of file GuiCallbackContext.h.

◆ plugin

DebugGUI* o2::framework::GuiCallbackContext::plugin = nullptr

Definition at line 43 of file GuiCallbackContext.h.

◆ renderers

std::set<GuiRenderer*> o2::framework::GuiCallbackContext::renderers

Definition at line 49 of file GuiCallbackContext.h.

◆ window

void* o2::framework::GuiCallbackContext::window = nullptr

Definition at line 44 of file GuiCallbackContext.h.


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