#include <src/imgui/imgui.h>
◆ ImGuiPayload()
| ImGuiPayload::ImGuiPayload |
( |
| ) |
|
|
inline |
void Clear()
Definition imgui.h:1971
◆ Clear()
| void ImGuiPayload::Clear |
( |
| ) |
|
|
inline |
ImGuiID SourceParentId
Definition imgui.h:1964
bool Preview
Definition imgui.h:1967
bool Delivery
Definition imgui.h:1968
int DataSize
Definition imgui.h:1960
char DataType[32+1]
Definition imgui.h:1966
ImGuiID SourceId
Definition imgui.h:1963
int DataFrameCount
Definition imgui.h:1965
void * Data
Definition imgui.h:1959
Referenced by ImGui::ClearDragDrop().
◆ IsDataType()
| bool ImGuiPayload::IsDataType |
( |
const char * |
type | ) |
const |
|
inline |
◆ IsDelivery()
| bool ImGuiPayload::IsDelivery |
( |
| ) |
const |
|
inline |
◆ IsPreview()
| bool ImGuiPayload::IsPreview |
( |
| ) |
const |
|
inline |
◆ Data
◆ DataFrameCount
| int ImGuiPayload::DataFrameCount |
◆ DataSize
| int ImGuiPayload::DataSize |
◆ DataType
| char ImGuiPayload::DataType[32+1] |
◆ Delivery
| bool ImGuiPayload::Delivery |
◆ Preview
| bool ImGuiPayload::Preview |
◆ SourceId
◆ SourceParentId
| ImGuiID ImGuiPayload::SourceParentId |
The documentation for this struct was generated from the following file: