OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Slots | Signals | Public Member Functions | Public Attributes | List of all members
CSVDoc::AdjusterWidget Class Reference

#include <adjusterwidget.hpp>

Inheritance diagram for CSVDoc::AdjusterWidget:
Collaboration diagram for CSVDoc::AdjusterWidget:

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. More...
 

Public Attributes

boost::filesystem::path mLocalData
 
QLabel * mMessage
 
QLabel * mIcon
 
bool mValid
 
boost::filesystem::path mResultPath
 
ContentAction mAction
 
bool mDoFilenameCheck
 

Constructor & Destructor Documentation

CSVDoc::AdjusterWidget::AdjusterWidget ( QWidget parent = 0)

Here is the call graph for this function:

Member Function Documentation

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
Todo:
add an user setting to make this an error.

Here is the call graph for this function:

Here is the caller graph for this function:

void CSVDoc::AdjusterWidget::stateChanged ( bool  valid)
signal

Member Data Documentation

ContentAction CSVDoc::AdjusterWidget::mAction
bool CSVDoc::AdjusterWidget::mDoFilenameCheck
QLabel* CSVDoc::AdjusterWidget::mIcon
boost::filesystem::path CSVDoc::AdjusterWidget::mLocalData
QLabel* CSVDoc::AdjusterWidget::mMessage
boost::filesystem::path CSVDoc::AdjusterWidget::mResultPath
bool CSVDoc::AdjusterWidget::mValid

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