FileCreate::FileType Class Reference
#include <filecreate_filetype.h>
Public Member Functions | |
FileType () | |
void | setName (const QString &name) |
QString | name () const |
void | setExt (const QString &ext) |
QString | ext () const |
void | setCreateMethod (const QString &createMethod) |
QString | createMethod () const |
void | setSubtypeRef (const QString &subtypeRef) |
QString | subtypeRef () const |
void | setIcon (const QString &iconName) |
QString | icon () const |
void | setDescr (const QString &descr) |
QString | descr () const |
void | setEnabled (bool on) |
bool | enabled () const |
void | setSubtypesEnabled (bool enabled=true) |
void | addSubtype (const FileType *subtype) |
QPtrList< FileType > | subtypes () const |
Private Attributes | |
QString | m_name |
QString | m_ext |
QString | m_createMethod |
QString | m_subtypeRef |
QString | m_iconName |
QString | m_descr |
bool | m_enabled |
QPtrList< FileType > | m_subtypes |
Constructor & Destructor Documentation
|
Definition at line 23 of file filecreate_filetype.h. References m_enabled, and m_subtypes. |
Member Function Documentation
|
Definition at line 44 of file filecreate_filetype.h. References addSubtype(), and m_subtypes. Referenced by addSubtype(), and FileCreatePart::readTypes(). |
|
Definition at line 32 of file filecreate_filetype.h. References m_createMethod. Referenced by FileCreatePart::readTypes(). |
|
Definition at line 38 of file filecreate_filetype.h. References m_descr. Referenced by FileCreate::ListItem::init(), FCConfigWidget::loadFileTypes(), FileCreate::FriendlyWidget::setCurrent(), FileCreate::FriendlyWidget::setRow(), and FileCreate::FileDialog::slotActionTextChanged(). |
|
Definition at line 40 of file filecreate_filetype.h. References m_enabled. Referenced by FileCreatePart::getEnabledType(), FileCreate::ListWidget::refresh(), FileCreate::FriendlyWidget::refresh(), and FileCreate::NewFileChooser::setFileTypes(). |
|
|
Definition at line 36 of file filecreate_filetype.h. References m_iconName. Referenced by FileCreate::ListItem::init(), FCConfigWidget::loadFileTypes(), and FileCreate::FriendlyWidget::setRow(). |
|
Definition at line 28 of file filecreate_filetype.h. References m_name. Referenced by FileCreate::ListItem::init(), FCConfigWidget::loadFileTypes(), FileCreatePart::readTypes(), and FileCreate::FriendlyWidget::setRow(). |
|
Definition at line 31 of file filecreate_filetype.h. References m_createMethod, and setCreateMethod(). Referenced by FileCreatePart::addFileType(), FileCreatePart::readTypes(), and setCreateMethod(). |
|
Definition at line 37 of file filecreate_filetype.h. References m_descr, and setDescr(). Referenced by FileCreatePart::readTypes(), and setDescr(). |
|
Definition at line 39 of file filecreate_filetype.h. References m_enabled, and setEnabled(). Referenced by FileCreatePart::addFileType(), FCConfigWidget::loadProjectTemplates(), FileCreatePart::readTypes(), setEnabled(), setSubtypesEnabled(), and FileCreatePart::slotInitialize(). |
|
Definition at line 29 of file filecreate_filetype.h. References m_ext, and setExt(). Referenced by FileCreatePart::addFileType(), FCConfigWidget::loadProjectTemplates(), FileCreatePart::readTypes(), and setExt(). |
|
Definition at line 35 of file filecreate_filetype.h. References m_iconName, and setIcon(). Referenced by FileCreatePart::readTypes(), and setIcon(). |
|
Definition at line 27 of file filecreate_filetype.h. References m_name, and setName(). Referenced by FileCreatePart::addFileType(), FCConfigWidget::loadProjectTemplates(), FileCreatePart::readTypes(), and setName(). |
|
Definition at line 33 of file filecreate_filetype.h. References m_subtypeRef, and setSubtypeRef(). Referenced by FileCreatePart::readTypes(), and setSubtypeRef(). |
|
Definition at line 15 of file filecreate_filetype.cpp. References m_subtypes, and setEnabled(). Referenced by FileCreatePart::slotInitialize(). |
|
Definition at line 34 of file filecreate_filetype.h. References m_subtypeRef. Referenced by FileCreatePart::createNewFile(), FileCreatePart::getEnabledType(), FileCreatePart::getType(), FCConfigWidget::loadFileTypes(), and FileCreatePart::slotFiletypeSelected(). |
|
Definition at line 45 of file filecreate_filetype.h. References m_subtypes. Referenced by FileCreatePart::getEnabledType(), FileCreatePart::getType(), FCConfigWidget::loadFileTypes(), FileCreate::ListWidget::refresh(), FileCreate::FriendlyWidget::refresh(), FileCreate::NewFileChooser::setFileTypes(), and FileCreatePart::slotInitialize(). |
Member Data Documentation
|
Definition at line 50 of file filecreate_filetype.h. Referenced by createMethod(), and setCreateMethod(). |
|
Definition at line 53 of file filecreate_filetype.h. Referenced by descr(), and setDescr(). |
|
Definition at line 55 of file filecreate_filetype.h. Referenced by enabled(), FileType(), and setEnabled(). |
|
Definition at line 49 of file filecreate_filetype.h. |
|
Definition at line 52 of file filecreate_filetype.h. |
|
Definition at line 48 of file filecreate_filetype.h. |
|
Definition at line 51 of file filecreate_filetype.h. Referenced by setSubtypeRef(), and subtypeRef(). |
|
Definition at line 57 of file filecreate_filetype.h. Referenced by addSubtype(), FileType(), setSubtypesEnabled(), and subtypes(). |
The documentation for this class was generated from the following files:
- parts/filecreate/filecreate_filetype.h
- parts/filecreate/filecreate_filetype.cpp