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

#include <filewidget.hpp>

Inheritance diagram for CSVDoc::FileWidget:
Collaboration diagram for CSVDoc::FileWidget:

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)
 
void setName (const std::string &text)
 

Private Slots

void textChanged (const QString &text)
 

Private Member Functions

QString getExtension () const
 

Private Attributes

bool mAddon
 
QLineEdit * mInput
 
QLabel * mType
 

Constructor & Destructor Documentation

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

Here is the call graph for this function:

Member Function Documentation

void CSVDoc::FileWidget::extensionLabelIsVisible ( bool  visible)

Here is the caller graph for this function:

QString CSVDoc::FileWidget::getExtension ( ) const
private
QString CSVDoc::FileWidget::getName ( ) const
void CSVDoc::FileWidget::nameChanged ( const QString &  file,
bool  addon 
)
signal
void CSVDoc::FileWidget::setName ( const std::string &  text)
void CSVDoc::FileWidget::setType ( bool  addon)

Here is the caller graph for this function:

void CSVDoc::FileWidget::textChanged ( const QString &  text)
privateslot

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

bool CSVDoc::FileWidget::mAddon
private
QLineEdit* CSVDoc::FileWidget::mInput
private
QLabel* CSVDoc::FileWidget::mType
private

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