All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
#include <Dialog.h>
Public Member Functions | |
| FileDialog (QWidget *parent, Qt::WFlags flags) | |
| FileDialog (QWidget *parent=0, const QString &caption=QString::null, const QString &directory=QString::null, const QString &filter=QString::null) | |
| void | getRect (QString name) |
| void | setRect (QString name) |
Protected Member Functions | |
| virtual void | moveEvent (QMoveEvent *e) |
| virtual void | resizeEvent (QResizeEvent *e) |
| QGpGuiTools::FileDialog::FileDialog | ( | QWidget * | parent, |
| Qt::WFlags | flags | ||
| ) | [inline] |
: QFileDialog(parent, flags) {}
| QGpGuiTools::FileDialog::FileDialog | ( | QWidget * | parent = 0, |
| const QString & | caption = QString::null, |
||
| const QString & | directory = QString::null, |
||
| const QString & | filter = QString::null |
||
| ) | [inline] |
: QFileDialog(parent, caption, directory, filter) {}
| void QGpGuiTools::FileDialog::getRect | ( | QString | name | ) | [inline] |
References QGpGuiTools::Settings::getRect().
{Settings::getRect(this, name);}
| void QGpGuiTools::FileDialog::moveEvent | ( | QMoveEvent * | e | ) | [protected, virtual] |
References QGpGuiTools::FrameGrabber::setFrame(), and TRACE.
{
TRACE;
setFrame(this);
QFileDialog::moveEvent(e);
}
| void QGpGuiTools::FileDialog::resizeEvent | ( | QResizeEvent * | e | ) | [protected, virtual] |
References QGpGuiTools::FrameGrabber::setFrame(), and TRACE.
{
TRACE;
setFrame(this);
QFileDialog::resizeEvent(e);
}
| void QGpGuiTools::FileDialog::setRect | ( | QString | name | ) | [inline] |
References QGpGuiTools::FrameGrabber::setRect().
{FrameGrabber::setRect(this, name);}