ATLAS Offline Software
Loading...
Searching...
No Matches
VP1Controller::Imp::DialogInfo Class Reference
Collaboration diagram for VP1Controller::Imp::DialogInfo:

Public Member Functions

 DialogInfo (QPushButton *lb, std::unique_ptr< QWidget > dw, QAbstractButton *ec)
 ~DialogInfo ()

Public Attributes

QAbstractButton * enabledButton
std::unique_ptr< QWidget > dialogWidget
QPushButton * launchButton
bool neverShown

Detailed Description

Definition at line 51 of file VP1Controller.cxx.

Constructor & Destructor Documentation

◆ DialogInfo()

VP1Controller::Imp::DialogInfo::DialogInfo ( QPushButton * lb,
std::unique_ptr< QWidget > dw,
QAbstractButton * ec )
inline

Definition at line 53 of file VP1Controller.cxx.

54 : enabledButton(ec), dialogWidget(std::move(dw)), launchButton(lb), neverShown(true) {}
std::unique_ptr< QWidget > dialogWidget
int lb
Definition globals.cxx:23

◆ ~DialogInfo()

VP1Controller::Imp::DialogInfo::~DialogInfo ( )
inline

Definition at line 55 of file VP1Controller.cxx.

55{ }

Member Data Documentation

◆ dialogWidget

std::unique_ptr<QWidget> VP1Controller::Imp::DialogInfo::dialogWidget

Definition at line 57 of file VP1Controller.cxx.

◆ enabledButton

QAbstractButton* VP1Controller::Imp::DialogInfo::enabledButton

Definition at line 56 of file VP1Controller.cxx.

◆ launchButton

QPushButton* VP1Controller::Imp::DialogInfo::launchButton

Definition at line 58 of file VP1Controller.cxx.

◆ neverShown

bool VP1Controller::Imp::DialogInfo::neverShown

Definition at line 59 of file VP1Controller.cxx.


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