MiniballSort
Loading...
Searching...
No Matches
MyDialog Class Reference

#include <MiniballGUI.hh>

Public Member Functions

 MyDialog (const TGWindow *p, const TGWindow *main, TString msg, bool &ans)
 
virtual ~MyDialog ()
 
void SayYes ()
 
void SayNo ()
 

Private Attributes

TGTransientFrame * fDialog
 
TGTextButton * but_yes
 
TGTextButton * but_no
 
TGLabel * dialog_msg
 
TGHorizontalFrame * frame_button
 
bool answer
 

Detailed Description

Definition at line 74 of file MiniballGUI.hh.

Constructor & Destructor Documentation

◆ MyDialog()

MyDialog::MyDialog ( const TGWindow * p,
const TGWindow * main,
TString msg,
bool & ans )

Definition at line 927 of file MiniballGUI.cc.

◆ ~MyDialog()

MyDialog::~MyDialog ( )
virtual

Definition at line 962 of file MiniballGUI.cc.

Member Function Documentation

◆ SayNo()

void MyDialog::SayNo ( )

Definition at line 981 of file MiniballGUI.cc.

◆ SayYes()

void MyDialog::SayYes ( )

Definition at line 974 of file MiniballGUI.cc.

Member Data Documentation

◆ answer

bool MyDialog::answer
private

Definition at line 87 of file MiniballGUI.hh.

Referenced by MyDialog(), SayNo(), and SayYes().

◆ but_no

TGTextButton * MyDialog::but_no
private

Definition at line 82 of file MiniballGUI.hh.

Referenced by MyDialog(), and ~MyDialog().

◆ but_yes

TGTextButton* MyDialog::but_yes
private

Definition at line 82 of file MiniballGUI.hh.

Referenced by MyDialog(), and ~MyDialog().

◆ dialog_msg

TGLabel* MyDialog::dialog_msg
private

Definition at line 83 of file MiniballGUI.hh.

Referenced by MyDialog(), and ~MyDialog().

◆ fDialog

TGTransientFrame* MyDialog::fDialog
private

Definition at line 81 of file MiniballGUI.hh.

Referenced by MyDialog(), SayNo(), SayYes(), and ~MyDialog().

◆ frame_button

TGHorizontalFrame* MyDialog::frame_button
private

Definition at line 84 of file MiniballGUI.hh.

Referenced by MyDialog(), and ~MyDialog().


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