Public Slots | Public Member Functions | Protected Attributes

TGo4OpenRemoteDialog Class Reference

#include <TGo4OpenRemoteDialog.h>

List of all members.

Public Slots

virtual void TypeSelectorBox_activated (const QString &tname)
virtual void ServerEdit_textChanged (const QString &txt)
virtual void FileNameEdit_textChanged (const QString &txt)

Public Member Functions

 TGo4OpenRemoteDialog (QWidget *parent=0)
virtual ~TGo4OpenRemoteDialog ()
const QString & GetFileName ()
const QString & GetFileType ()
const QString & GetServer ()

Protected Attributes

QString fxServer
QString fxFile
QString fxType

Detailed Description

Definition at line 20 of file TGo4OpenRemoteDialog.h.


Constructor & Destructor Documentation

TGo4OpenRemoteDialog::TGo4OpenRemoteDialog ( QWidget *  parent = 0  ) 
TGo4OpenRemoteDialog::~TGo4OpenRemoteDialog (  )  [virtual]

Member Function Documentation

void TGo4OpenRemoteDialog::FileNameEdit_textChanged ( const QString &  txt  )  [virtual, slot]

Definition at line 96 of file TGo4OpenRemoteDialog.cpp.

References fxFile.

const QString & TGo4OpenRemoteDialog::GetFileName (  ) 

Definition at line 74 of file TGo4OpenRemoteDialog.cpp.

References fxFile.

Referenced by TGo4MainWindow::OpenRemoteFileSlot(), and ~TGo4OpenRemoteDialog().

const QString & TGo4OpenRemoteDialog::GetFileType (  ) 

Definition at line 79 of file TGo4OpenRemoteDialog.cpp.

References fxType.

Referenced by TGo4MainWindow::OpenRemoteFileSlot(), and ~TGo4OpenRemoteDialog().

const QString & TGo4OpenRemoteDialog::GetServer (  ) 

Definition at line 85 of file TGo4OpenRemoteDialog.cpp.

References fxServer.

Referenced by TGo4MainWindow::OpenRemoteFileSlot(), and ~TGo4OpenRemoteDialog().

void TGo4OpenRemoteDialog::ServerEdit_textChanged ( const QString &  txt  )  [virtual, slot]

Definition at line 90 of file TGo4OpenRemoteDialog.cpp.

References fxServer.

void TGo4OpenRemoteDialog::TypeSelectorBox_activated ( const QString &  tname  )  [virtual, slot]

Definition at line 64 of file TGo4OpenRemoteDialog.cpp.

References fxType.

Referenced by TGo4OpenRemoteDialog().


Member Data Documentation

QString TGo4OpenRemoteDialog::fxFile [protected]
QString TGo4OpenRemoteDialog::fxServer [protected]

Definition at line 46 of file TGo4OpenRemoteDialog.h.

Referenced by GetServer(), ServerEdit_textChanged(), and TGo4OpenRemoteDialog().

QString TGo4OpenRemoteDialog::fxType [protected]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines