ReactOS 0.4.16-dev-838-g27bb510
|
#include <qtewin.h>
Public Slots | |
void | ComboChanged (int) |
void | OKClicked () |
void | CancelClicked () |
void | AddClicked () |
void | EditClicked () |
void | SaveClicked () |
void | RemoveClicked () |
void | ListBoxChanged () |
void | ListBoxSelected (int) |
Public Member Functions | |
QMyDialog (QWidget *) | |
~QMyDialog () | |
Public Attributes | |
QListBox * | ListBox |
QPushButton * | OKButton |
QPushButton * | CancelButton |
QLabel * | Label1 |
QLineEdit * | ServerNameEdit |
QLabel * | Label2 |
QLineEdit * | UserNameEdit |
QLabel * | Label3 |
QLineEdit * | IPEdit |
QLineEdit * | WidthEdit |
QLineEdit * | HeightEdit |
QComboBox * | WidthHeightBox |
QPushButton * | AddButton |
QPushButton * | EditButton |
QPushButton * | SaveButton |
QPushButton * | RemoveButton |
QCheckBox * | FullScreenCheckBox |
QString | ServerName |
QString | UserName |
QString | ServerIP |
int | Width |
int | Height |
int | FullScreen |
QMyConnectionItem * | ConnectionList [10] |
QMyDialog::QMyDialog | ( | QWidget * | parent | ) |
Definition at line 159 of file qtewin.cpp.
QMyDialog::~QMyDialog | ( | ) |
Definition at line 310 of file qtewin.cpp.
|
slot |
|
slot |
Definition at line 323 of file qtewin.cpp.
Referenced by QMyDialog().
|
slot |
|
slot |
|
slot |
|
slot |
Definition at line 465 of file qtewin.cpp.
Referenced by QMyDialog().
|
slot |
Definition at line 407 of file qtewin.cpp.
Referenced by QMyDialog().
QPushButton* QMyDialog::AddButton |
Definition at line 42 of file qtewin.h.
Referenced by QMyDialog().
QPushButton* QMyDialog::CancelButton |
Definition at line 32 of file qtewin.h.
Referenced by QMyDialog().
QMyConnectionItem* QMyDialog::ConnectionList[10] |
Definition at line 64 of file qtewin.h.
Referenced by AddClicked(), EditClicked(), ListBoxChanged(), QMyDialog(), RemoveClicked(), SaveClicked(), and ~QMyDialog().
QPushButton* QMyDialog::EditButton |
Definition at line 43 of file qtewin.h.
Referenced by QMyDialog().
int QMyDialog::FullScreen |
Definition at line 63 of file qtewin.h.
Referenced by OKClicked().
QCheckBox* QMyDialog::FullScreenCheckBox |
Definition at line 46 of file qtewin.h.
Referenced by AddClicked(), EditClicked(), ListBoxChanged(), OKClicked(), and QMyDialog().
int QMyDialog::Height |
Definition at line 62 of file qtewin.h.
Referenced by OKClicked().
QLineEdit* QMyDialog::HeightEdit |
Definition at line 40 of file qtewin.h.
Referenced by AddClicked(), ComboChanged(), EditClicked(), ListBoxChanged(), OKClicked(), and QMyDialog().
QLineEdit* QMyDialog::IPEdit |
Definition at line 38 of file qtewin.h.
Referenced by AddClicked(), EditClicked(), ListBoxChanged(), OKClicked(), and QMyDialog().
QLabel* QMyDialog::Label1 |
Definition at line 33 of file qtewin.h.
Referenced by QMyDialog().
QLabel* QMyDialog::Label2 |
Definition at line 35 of file qtewin.h.
Referenced by QMyDialog().
QLabel* QMyDialog::Label3 |
Definition at line 37 of file qtewin.h.
Referenced by QMyDialog().
QListBox* QMyDialog::ListBox |
Definition at line 30 of file qtewin.h.
Referenced by AddClicked(), EditClicked(), ListBoxChanged(), QMyDialog(), RemoveClicked(), and SaveClicked().
QPushButton* QMyDialog::OKButton |
Definition at line 31 of file qtewin.h.
Referenced by QMyDialog().
QPushButton* QMyDialog::RemoveButton |
Definition at line 45 of file qtewin.h.
Referenced by QMyDialog().
QPushButton* QMyDialog::SaveButton |
Definition at line 44 of file qtewin.h.
Referenced by QMyDialog().
QString QMyDialog::ServerIP |
Definition at line 60 of file qtewin.h.
Referenced by OKClicked().
QString QMyDialog::ServerName |
Definition at line 58 of file qtewin.h.
Referenced by OKClicked().
QLineEdit* QMyDialog::ServerNameEdit |
Definition at line 34 of file qtewin.h.
Referenced by AddClicked(), EditClicked(), ListBoxChanged(), OKClicked(), and QMyDialog().
QString QMyDialog::UserName |
Definition at line 59 of file qtewin.h.
Referenced by OKClicked().
QLineEdit* QMyDialog::UserNameEdit |
Definition at line 36 of file qtewin.h.
Referenced by AddClicked(), EditClicked(), ListBoxChanged(), OKClicked(), and QMyDialog().
int QMyDialog::Width |
Definition at line 61 of file qtewin.h.
Referenced by OKClicked().
QLineEdit* QMyDialog::WidthEdit |
Definition at line 39 of file qtewin.h.
Referenced by AddClicked(), ComboChanged(), EditClicked(), ListBoxChanged(), OKClicked(), and QMyDialog().
QComboBox* QMyDialog::WidthHeightBox |
Definition at line 41 of file qtewin.h.
Referenced by QMyDialog().