OpenMW
|
#include <filewidget.hpp>
Signals | |
void | nameChanged (const QString &file, bool addon) |
Public Member Functions | |
FileWidget (QWidget *parent=0) | |
void | setType (bool addon) |
QString | getName () const |
void | extensionLabelIsVisible (bool visible) |
Private Slots | |
void | textChanged (const QString &text) |
Private Member Functions | |
QString | getExtension () const |
Private Attributes | |
bool | mAddon |
QLineEdit * | mInput |
QLabel * | mType |
CSVDoc::FileWidget::FileWidget | ( | QWidget * | parent = 0 | ) |
void CSVDoc::FileWidget::extensionLabelIsVisible | ( | bool | visible | ) |
QString CSVDoc::FileWidget::getExtension | ( | ) | const [private] |
QString CSVDoc::FileWidget::getName | ( | ) | const |
void CSVDoc::FileWidget::nameChanged | ( | const QString & | file, |
bool | addon | ||
) | [signal] |
void CSVDoc::FileWidget::setType | ( | bool | addon | ) |
void CSVDoc::FileWidget::textChanged | ( | const QString & | text | ) | [private, slot] |
bool CSVDoc::FileWidget::mAddon [private] |
QLineEdit* CSVDoc::FileWidget::mInput [private] |
QLabel* CSVDoc::FileWidget::mType [private] |