openMSX
Macros | Functions
imgui_tables.cc File Reference
#include "imgui.h"
#include "imgui_internal.h"
#include <stdint.h>
Include dependency graph for imgui_tables.cc:

Go to the source code of this file.

Macros

#define IMGUI_DEFINE_MATH_OPERATORS
 

Functions

ImGuiTableFlags TableFixFlags (ImGuiTableFlags flags, ImGuiWindow *outer_window)
 
 IM_STATIC_ASSERT (ImGuiSortDirection_None==0 &&ImGuiSortDirection_Ascending==1 &&ImGuiSortDirection_Descending==2)
 

Macro Definition Documentation

◆ IMGUI_DEFINE_MATH_OPERATORS

#define IMGUI_DEFINE_MATH_OPERATORS

Definition at line 194 of file imgui_tables.cc.

Function Documentation

◆ IM_STATIC_ASSERT()

IM_STATIC_ASSERT ( ImGuiSortDirection_None  = =0 &&ImGuiSortDirection_Ascending==1 &&ImGuiSortDirection_Descending==2)

◆ TableFixFlags()

ImGuiTableFlags TableFixFlags ( ImGuiTableFlags  flags,
ImGuiWindow *  outer_window 
)
inline

Definition at line 262 of file imgui_tables.cc.