dRonin  adbada4
dRonin GCS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Groups Pages
PopupWidget Class Reference

#include <popupwidget.h>

Inheritance diagram for PopupWidget:

Public Slots

bool close ()
 
void done (int result)
 

Public Member Functions

 PopupWidget (QWidget *parent=nullptr)
 
void popUp (QWidget *widget=nullptr)
 
void setWidget (QWidget *widget)
 
QWidget * getWidget ()
 
QHBoxLayout * getLayout ()
 

Detailed Description

Definition at line 17 of file popupwidget.h.

Constructor & Destructor Documentation

PopupWidget::PopupWidget ( QWidget *  parent = nullptr)
explicit

Definition at line 7 of file popupwidget.cpp.

Member Function Documentation

bool PopupWidget::close ( )
slot

Definition at line 51 of file popupwidget.cpp.

void PopupWidget::done ( int  result)
slot

Definition at line 58 of file popupwidget.cpp.

QHBoxLayout* PopupWidget::getLayout ( )
inline

Definition at line 26 of file popupwidget.h.

QWidget* PopupWidget::getWidget ( )
inline

Definition at line 25 of file popupwidget.h.

void PopupWidget::popUp ( QWidget *  widget = nullptr)

Definition at line 31 of file popupwidget.cpp.

void PopupWidget::setWidget ( QWidget *  widget)

Definition at line 37 of file popupwidget.cpp.


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