API Documentation
Loading...
Searching...
No Matches
PopupInfo Struct Reference

#include <PopupInfo.h>

Public Member Functions

 PopupInfo ()
 
 PopupInfo (const QRect &rect)
 
NDEVR_WIDGETS_API PopupInfo (QWidget *widget)
 

Public Attributes

QRect rect
 
std::function< void()> finished_callback
 
QWidget * widget = nullptr
 
QWidget * parent_widget = nullptr
 
Qt::WindowModality modality = Qt::WindowModality::NonModal
 
bool fullscreen = false
 
bool request_margins = false
 
bool closable = false
 
bool hideable = false
 
bool allow_title_autohide = false
 
bool windowable = false
 
bool request_dock = false
 
bool is_popup_menu = false
 
bool make_call_widget_dialog = false
 
bool delete_on_hide = false
 
int animation_speed = -1
 

Constructor & Destructor Documentation

◆ PopupInfo() [1/3]

PopupInfo ( )
inline

◆ PopupInfo() [2/3]

PopupInfo ( const QRect & rect)
inline

◆ PopupInfo() [3/3]

PopupInfo ( QWidget * widget)

Member Data Documentation

◆ allow_title_autohide

bool allow_title_autohide = false

◆ animation_speed

int animation_speed = -1

◆ closable

bool closable = false

◆ delete_on_hide

bool delete_on_hide = false

◆ finished_callback

std::function<void()> finished_callback

◆ fullscreen

bool fullscreen = false

◆ hideable

bool hideable = false

◆ is_popup_menu

bool is_popup_menu = false

◆ make_call_widget_dialog

bool make_call_widget_dialog = false

◆ modality

Qt::WindowModality modality = Qt::WindowModality::NonModal

◆ parent_widget

QWidget* parent_widget = nullptr

◆ rect

QRect rect

◆ request_dock

bool request_dock = false

◆ request_margins

bool request_margins = false

◆ widget

QWidget* widget = nullptr

◆ windowable

bool windowable = false

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