Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

QMyDialog Class Reference

#include </home/clem/local/src/opie/noncore/net/opierdesktop/qtwin.h>

Collaboration diagram for QMyDialog:

Collaboration graph
[legend]
List of all members.

Public Slots

void ComboChanged (int)
void AddClicked ()
void EditClicked ()
void SaveClicked ()
void RemoveClicked ()
void ListBoxChanged ()
void ListBoxSelected (int)

Public Member Functions

 QMyDialog (QWidget *)
 ~QMyDialog ()

Public Attributes

QListBox * ListBox
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
QMyConnectionItemConnectionList [10]

Protected Slots

void accept ()

Constructor & Destructor Documentation

QMyDialog::QMyDialog QWidget *   ) 
 

Definition at line 95 of file qtwin.cpp.

References AddButton, AddClicked(), QFile::atEnd(), CleanString(), ComboChanged(), ConnectionList, EditButton, EditClicked(), File, QString::find(), QMyConnectionItem::FullScreen, FullScreenCheckBox, QMyConnectionItem::Height, HeightEdit, i, IO_ReadOnly, IPEdit, Label1, Label2, Label3, ListBox, ListBoxChanged(), ListBoxSelected(), QString::mid(), NULL, QFile::open(), QFile::readLine(), RemoveButton, RemoveClicked(), SaveButton, SaveClicked(), QMyConnectionItem::ServerIP, QMyConnectionItem::ServerName, ServerNameEdit, QString::toInt(), tr, QMyConnectionItem::UserName, UserNameEdit, QMyConnectionItem::Width, WidthEdit, and WidthHeightBox.

QMyDialog::~QMyDialog  ) 
 

Definition at line 236 of file qtwin.cpp.

References ConnectionList, and i.


Member Function Documentation

void QMyDialog::accept  )  [protected, slot]
 

Definition at line 269 of file qtwin.cpp.

References FullScreen, FullScreenCheckBox, Height, HeightEdit, IPEdit, ServerIP, ServerName, ServerNameEdit, UserName, UserNameEdit, Width, and WidthEdit.

void QMyDialog::AddClicked  )  [slot]
 

Definition at line 283 of file qtwin.cpp.

References ConnectionList, QMyConnectionItem::FullScreen, FullScreenCheckBox, QMyConnectionItem::Height, HeightEdit, i, IPEdit, ListBox, QMyConnectionItem::ServerIP, QMyConnectionItem::ServerName, ServerNameEdit, QMyConnectionItem::UserName, UserNameEdit, QMyConnectionItem::Width, and WidthEdit.

Referenced by QMyDialog().

void QMyDialog::ComboChanged int   )  [slot]
 

Definition at line 249 of file qtwin.cpp.

References HeightEdit, and WidthEdit.

Referenced by QMyDialog().

void QMyDialog::EditClicked  )  [slot]
 

Definition at line 303 of file qtwin.cpp.

References ConnectionList, QMyConnectionItem::FullScreen, FullScreenCheckBox, QMyConnectionItem::Height, HeightEdit, i, IPEdit, ListBox, QMyConnectionItem::ServerIP, QMyConnectionItem::ServerName, ServerNameEdit, QMyConnectionItem::UserName, UserNameEdit, QMyConnectionItem::Width, and WidthEdit.

Referenced by QMyDialog().

void QMyDialog::ListBoxChanged  )  [slot]
 

Definition at line 413 of file qtwin.cpp.

References ConnectionList, QMyConnectionItem::FullScreen, FullScreenCheckBox, QMyConnectionItem::Height, HeightEdit, i, IPEdit, ListBox, QMyConnectionItem::ServerIP, QMyConnectionItem::ServerName, ServerNameEdit, QMyConnectionItem::UserName, UserNameEdit, QMyConnectionItem::Width, and WidthEdit.

Referenced by QMyDialog().

void QMyDialog::ListBoxSelected int   )  [slot]
 

Definition at line 435 of file qtwin.cpp.

Referenced by QMyDialog().

void QMyDialog::RemoveClicked  )  [slot]
 

Definition at line 387 of file qtwin.cpp.

References ConnectionList, QMyConnectionItem::FullScreen, QMyConnectionItem::Height, i, ListBox, QMyConnectionItem::ServerIP, QMyConnectionItem::ServerName, QMyConnectionItem::UserName, and QMyConnectionItem::Width.

Referenced by QMyDialog().

void QMyDialog::SaveClicked  )  [slot]
 

Definition at line 329 of file qtwin.cpp.

References QFile::close(), ConnectionList, File, QFile::flush(), QMyConnectionItem::FullScreen, QMyConnectionItem::Height, i, IO_ReadWrite, IO_Truncate, ListBox, NULL, QFile::open(), QMyConnectionItem::ServerIP, QMyConnectionItem::ServerName, QMyConnectionItem::UserName, QMyConnectionItem::Width, and WriteString().

Referenced by QMyDialog().


Member Data Documentation

QPushButton* QMyDialog::AddButton
 

Definition at line 40 of file qtwin.h.

Referenced by QMyDialog().

QMyConnectionItem* QMyDialog::ConnectionList[10]
 

Definition at line 60 of file qtwin.h.

Referenced by AddClicked(), EditClicked(), ListBoxChanged(), QMyDialog(), RemoveClicked(), SaveClicked(), and ~QMyDialog().

QPushButton* QMyDialog::EditButton
 

Definition at line 41 of file qtwin.h.

Referenced by QMyDialog().

int QMyDialog::FullScreen
 

Definition at line 59 of file qtwin.h.

Referenced by accept(), and QMyScrollView::timerEvent().

QCheckBox* QMyDialog::FullScreenCheckBox
 

Definition at line 44 of file qtwin.h.

Referenced by accept(), AddClicked(), EditClicked(), ListBoxChanged(), and QMyDialog().

int QMyDialog::Height
 

Definition at line 58 of file qtwin.h.

Referenced by accept(), and QMyScrollView::timerEvent().

QLineEdit* QMyDialog::HeightEdit
 

Definition at line 38 of file qtwin.h.

Referenced by accept(), AddClicked(), ComboChanged(), EditClicked(), ListBoxChanged(), and QMyDialog().

QLineEdit* QMyDialog::IPEdit
 

Definition at line 36 of file qtwin.h.

Referenced by accept(), AddClicked(), EditClicked(), ListBoxChanged(), and QMyDialog().

QLabel* QMyDialog::Label1
 

Definition at line 31 of file qtwin.h.

Referenced by QMyDialog().

QLabel* QMyDialog::Label2
 

Definition at line 33 of file qtwin.h.

Referenced by QMyDialog().

QLabel* QMyDialog::Label3
 

Definition at line 35 of file qtwin.h.

Referenced by QMyDialog().

QListBox* QMyDialog::ListBox
 

Definition at line 30 of file qtwin.h.

Referenced by AddClicked(), EditClicked(), ListBoxChanged(), QMyDialog(), RemoveClicked(), and SaveClicked().

QPushButton* QMyDialog::RemoveButton
 

Definition at line 43 of file qtwin.h.

Referenced by QMyDialog().

QPushButton* QMyDialog::SaveButton
 

Definition at line 42 of file qtwin.h.

Referenced by QMyDialog().

QString QMyDialog::ServerIP
 

Definition at line 56 of file qtwin.h.

Referenced by accept(), and QMyScrollView::timerEvent().

QString QMyDialog::ServerName
 

Definition at line 54 of file qtwin.h.

Referenced by accept().

QLineEdit* QMyDialog::ServerNameEdit
 

Definition at line 32 of file qtwin.h.

Referenced by accept(), AddClicked(), EditClicked(), ListBoxChanged(), and QMyDialog().

QString QMyDialog::UserName
 

Definition at line 55 of file qtwin.h.

Referenced by accept(), and QMyScrollView::timerEvent().

QLineEdit* QMyDialog::UserNameEdit
 

Definition at line 34 of file qtwin.h.

Referenced by accept(), AddClicked(), EditClicked(), ListBoxChanged(), and QMyDialog().

int QMyDialog::Width
 

Definition at line 57 of file qtwin.h.

Referenced by accept(), and QMyScrollView::timerEvent().

QLineEdit* QMyDialog::WidthEdit
 

Definition at line 37 of file qtwin.h.

Referenced by accept(), AddClicked(), ComboChanged(), EditClicked(), ListBoxChanged(), and QMyDialog().

QComboBox* QMyDialog::WidthHeightBox
 

Definition at line 39 of file qtwin.h.

Referenced by QMyDialog().


The documentation for this class was generated from the following files:
Generated on Sat Nov 5 17:48:02 2005 for OPIE by  doxygen 1.4.2