Optika  Development
 All Classes Files Functions Variables Typedefs Pages
List of all members
Optika::FileNameWidget Class Reference

A small widget consisting of a button and label that allows the user to select a file through a QFileDialog. The label displays the currently selected file. More...

#include <Optika_FileNameWidget.hpp>

Inheritance diagram for Optika::FileNameWidget:
Inheritance graph
[legend]
Collaboration diagram for Optika::FileNameWidget:
Collaboration graph
[legend]

Public Slots

Public Slots
void getNewFileName ()
 Opens a QFileDialog allowing the user to select a new filename.
 

Public Member Functions

Constructors
 FileNameWidget (QString currentFileName=QString(), bool mustAlreadyExist=false, QWidget *parent=0)
 Constructs a FileNameWidget. More...
 
Attribute/Query Methods
QString getCurrentFileName ()
 Gets the current filename in the widget. More...
 
Setter Functions
void setCurrentFileName (QString newName)
 Sets the current filename in the widget. More...
 

Detailed Description

A small widget consisting of a button and label that allows the user to select a file through a QFileDialog. The label displays the currently selected file.

Constructor & Destructor Documentation

Optika::FileNameWidget::FileNameWidget ( QString  currentFileName = QString(),
bool  mustAlreadyExist = false,
QWidget *  parent = 0 
)

Constructs a FileNameWidget.

Parameters
currentFileNameThe Filename with which the widget should be initialized.
parentThe parent widget.

References getNewFileName().

Member Function Documentation

QString Optika::FileNameWidget::getCurrentFileName ( )

Gets the current filename in the widget.

Returns
The current filename in the widget.
void Optika::FileNameWidget::setCurrentFileName ( QString  newName)

Sets the current filename in the widget.

Parameters
Thename to which the widget should be set.

Referenced by getNewFileName().


The documentation for this class was generated from the following files: