OpenMW
|
#include <adjusterwidget.hpp>
Public Slots | |
void | setName (const QString &name, bool addon) |
Signals | |
void | stateChanged (bool valid) |
Public Member Functions | |
AdjusterWidget (QWidget *parent=0) | |
void | setLocalData (const boost::filesystem::path &localData) |
void | setAction (ContentAction action) |
void | setFilenameCheck (bool doCheck) |
bool | isValid () const |
boost::filesystem::path | getPath () const |
This function must not be called if there is no valid path. | |
Public Attributes | |
boost::filesystem::path | mLocalData |
QLabel * | mMessage |
QLabel * | mIcon |
bool | mValid |
boost::filesystem::path | mResultPath |
ContentAction | mAction |
bool | mDoFilenameCheck |
CSVDoc::AdjusterWidget::AdjusterWidget | ( | QWidget * | parent = 0 | ) |
boost::filesystem::path CSVDoc::AdjusterWidget::getPath | ( | ) | const |
This function must not be called if there is no valid path.
bool CSVDoc::AdjusterWidget::isValid | ( | ) | const |
void CSVDoc::AdjusterWidget::setAction | ( | ContentAction | action | ) |
void CSVDoc::AdjusterWidget::setFilenameCheck | ( | bool | doCheck | ) |
void CSVDoc::AdjusterWidget::setLocalData | ( | const boost::filesystem::path & | localData | ) |
void CSVDoc::AdjusterWidget::setName | ( | const QString & | name, |
bool | addon | ||
) | [slot] |
void CSVDoc::AdjusterWidget::stateChanged | ( | bool | valid | ) | [signal] |
QLabel* CSVDoc::AdjusterWidget::mIcon |
boost::filesystem::path CSVDoc::AdjusterWidget::mLocalData |
QLabel* CSVDoc::AdjusterWidget::mMessage |
boost::filesystem::path CSVDoc::AdjusterWidget::mResultPath |