openMSX
Public Member Functions | Public Attributes | List of all members
ImGuiPlotArrayGetterData Struct Reference

Public Member Functions

 ImGuiPlotArrayGetterData (const float *values, int stride)
 

Public Attributes

const float * Values
 
int Stride
 

Detailed Description

Definition at line 7135 of file imgui_widgets.cc.

Constructor & Destructor Documentation

◆ ImGuiPlotArrayGetterData()

ImGuiPlotArrayGetterData::ImGuiPlotArrayGetterData ( const float *  values,
int  stride 
)
inline

Definition at line 7140 of file imgui_widgets.cc.

References Stride, and Values.

Member Data Documentation

◆ Stride

int ImGuiPlotArrayGetterData::Stride

Definition at line 7138 of file imgui_widgets.cc.

Referenced by ImGuiPlotArrayGetterData().

◆ Values

const float* ImGuiPlotArrayGetterData::Values

Definition at line 7137 of file imgui_widgets.cc.

Referenced by ImGuiPlotArrayGetterData().


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