![]() |
MiniballSort
|
#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 |
Definition at line 74 of file MiniballGUI.hh.
| MyDialog::MyDialog | ( | const TGWindow * | p, |
| const TGWindow * | main, | ||
| TString | msg, | ||
| bool & | ans ) |
Definition at line 927 of file MiniballGUI.cc.
|
virtual |
Definition at line 962 of file MiniballGUI.cc.
| void MyDialog::SayNo | ( | ) |
Definition at line 981 of file MiniballGUI.cc.
| void MyDialog::SayYes | ( | ) |
Definition at line 974 of file MiniballGUI.cc.
|
private |
Definition at line 87 of file MiniballGUI.hh.
Referenced by MyDialog(), SayNo(), and SayYes().
|
private |
Definition at line 82 of file MiniballGUI.hh.
Referenced by MyDialog(), and ~MyDialog().
|
private |
Definition at line 82 of file MiniballGUI.hh.
Referenced by MyDialog(), and ~MyDialog().
|
private |
Definition at line 83 of file MiniballGUI.hh.
Referenced by MyDialog(), and ~MyDialog().
|
private |
Definition at line 81 of file MiniballGUI.hh.
Referenced by MyDialog(), SayNo(), SayYes(), and ~MyDialog().
|
private |
Definition at line 84 of file MiniballGUI.hh.
Referenced by MyDialog(), and ~MyDialog().