FuncDoodle
Loading...
Searching...
No Matches
FuncDoodle::PopupEntry Struct Reference

Struct to store popup state like animation progress and if its open. More...

#include <PopupRegistry.h>

Public Attributes

double AnimationProgress = -1
 Progress of opening/closing animations, -1 if none is present.
bool IsOpen = false
 Whether or not the popup is open.
bool SizeReady = false
 Whether or not size is ready to get.
ImVec2 FullSize = {-1, -1}
 Full size of the popup, (-1, -1) if none.
ImVec2 Pos = {-1, -1}
 Position of popup, (-1, -1) if none.

Detailed Description

Struct to store popup state like animation progress and if its open.

See also
PopupRegistry

Member Data Documentation

◆ AnimationProgress

double FuncDoodle::PopupEntry::AnimationProgress = -1

Progress of opening/closing animations, -1 if none is present.

◆ FullSize

ImVec2 FuncDoodle::PopupEntry::FullSize = {-1, -1}

Full size of the popup, (-1, -1) if none.

◆ IsOpen

bool FuncDoodle::PopupEntry::IsOpen = false

Whether or not the popup is open.

◆ Pos

ImVec2 FuncDoodle::PopupEntry::Pos = {-1, -1}

Position of popup, (-1, -1) if none.

◆ SizeReady

bool FuncDoodle::PopupEntry::SizeReady = false

Whether or not size is ready to get.


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