#include <SymbolDialog.h>
Public Slots | |
void | dirSelected (const QString &) |
void | setKeyFlag (bool) |
void | doKeyPress (QKeyEvent *) |
Signals | |
void | signalKeyPressed (int, int, int, int, QString) |
Public Member Functions | |
SymbolDialog (QWidget *, QString &, QString &, QString &, QFileDialog::Mode) | |
~SymbolDialog () | |
void | setType (int) |
Protected Member Functions | |
virtual void | keyPressEvent (QKeyEvent *) |
Private Attributes | |
QString | basePath |
bool | keyFlag |
int | type |
Definition at line 29 of file SymbolDialog.h.
SymbolDialog::SymbolDialog | ( | QWidget * | w, | |
QString & | bp, | |||
QString & | dir, | |||
QString & | filter, | |||
QFileDialog::Mode | mode | |||
) |
SymbolDialog::~SymbolDialog | ( | ) |
Definition at line 33 of file SymbolDialog.cpp.
void SymbolDialog::signalKeyPressed | ( | int | , | |
int | , | |||
int | , | |||
int | , | |||
QString | ||||
) | [signal] |
Referenced by keyPressEvent().
void SymbolDialog::setType | ( | int | d | ) |
void SymbolDialog::dirSelected | ( | const QString & | d | ) | [slot] |
void SymbolDialog::setKeyFlag | ( | bool | d | ) | [slot] |
void SymbolDialog::doKeyPress | ( | QKeyEvent * | key | ) | [slot] |
void SymbolDialog::keyPressEvent | ( | QKeyEvent * | key | ) | [protected, virtual] |
Definition at line 60 of file SymbolDialog.cpp.
References doKeyPress(), keyFlag, signalKeyPressed(), and type.
QString SymbolDialog::basePath [private] |
bool SymbolDialog::keyFlag [private] |
Definition at line 51 of file SymbolDialog.h.
Referenced by keyPressEvent(), setKeyFlag(), and SymbolDialog().
int SymbolDialog::type [private] |