Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages
Public Slots | Public Member Functions | Static Public Member Functions | Protected Slots | Protected Attributes

TOPPASInputFileDialog Class Reference
[TOPPASDialogs]

Dialog which allows to specify an input file. More...

#include <OpenMS/VISUAL/DIALOGS/TOPPASInputFileDialog.h>

Inheritance diagram for TOPPASInputFileDialog:
QDialog TOPPASInputFileDialogTemplate

List of all members.

Public Slots

void showFileDialog ()
 Lets the user select the file via a file dialog.

Public Member Functions

 TOPPASInputFileDialog (const QString &file_name)
 Constructor.
QString getFilename ()
 Returns the filename.

Static Public Member Functions

static bool fileNameValid (const QString &file_name)
 Returns if the file name is valid (exists, is readable, and is not a directory).

Protected Slots

void checkValidity_ ()
 Called when OK is pressed; checks if the selected file is valid.

Protected Attributes

QObjectparent_
 The parent.

Detailed Description

Dialog which allows to specify an input file.


Constructor & Destructor Documentation

TOPPASInputFileDialog ( const QString &  file_name  ) 

Constructor.


Member Function Documentation

void checkValidity_ (  )  [protected, slot]

Called when OK is pressed; checks if the selected file is valid.

static bool fileNameValid ( const QString &  file_name  )  [static]

Returns if the file name is valid (exists, is readable, and is not a directory).

QString getFilename (  ) 

Returns the filename.

void showFileDialog (  )  [slot]

Lets the user select the file via a file dialog.


Member Data Documentation

QObject* parent_ [protected]

The parent.


OpenMS / TOPP release 1.10.0 Documentation generated on Thu Mar 7 2013 09:42:58 using doxygen 1.7.1