FileCreate::FileType Class Reference
#include <filecreate_filetype.h>
Collaboration diagram for FileCreate::FileType:

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. |
Member Function Documentation
|
Definition at line 44 of file filecreate_filetype.h. Referenced by FileCreatePart::readTypes(). |
|
Definition at line 32 of file filecreate_filetype.h. Referenced by FileCreatePart::readTypes(). |
|
Definition at line 38 of file filecreate_filetype.h. 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. Referenced by FileCreatePart::getEnabledType(), FileCreate::ListWidget::refresh(), FileCreate::FriendlyWidget::refresh(), FileCreate::NewFileChooser::setFileTypes(), and FileCreatePart::slotAboutToShowNewPopupMenu(). |
|
|
Definition at line 36 of file filecreate_filetype.h. Referenced by FileCreate::ListItem::init(), FCConfigWidget::loadFileTypes(), FileCreate::FriendlyWidget::setRow(), and FileCreatePart::slotAboutToShowNewPopupMenu(). |
|
Definition at line 28 of file filecreate_filetype.h. Referenced by FileCreate::NewFileChooser::addType(), FileCreate::ListItem::init(), FCConfigWidget::loadFileTypes(), FileCreatePart::readTypes(), FileCreate::FriendlyWidget::setRow(), and FileCreatePart::slotAboutToShowNewPopupMenu(). |
|
Definition at line 31 of file filecreate_filetype.h. Referenced by FileCreatePart::addFileType(), and FileCreatePart::readTypes(). |
|
Definition at line 37 of file filecreate_filetype.h. Referenced by FileCreatePart::readTypes(). |
|
Definition at line 39 of file filecreate_filetype.h. Referenced by FileCreatePart::addFileType(), FCConfigWidget::loadProjectTemplates(), FileCreatePart::readTypes(), setSubtypesEnabled(), and FileCreatePart::slotInitialize(). |
|
Definition at line 29 of file filecreate_filetype.h. Referenced by FileCreatePart::addFileType(), FCConfigWidget::loadProjectTemplates(), and FileCreatePart::readTypes(). |
|
Definition at line 35 of file filecreate_filetype.h. Referenced by FileCreatePart::readTypes(). |
|
Definition at line 27 of file filecreate_filetype.h. Referenced by FileCreatePart::addFileType(), FCConfigWidget::loadProjectTemplates(), and FileCreatePart::readTypes(). |
|
Definition at line 33 of file filecreate_filetype.h. Referenced by FileCreatePart::readTypes(). |
|
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. Referenced by FileCreatePart::createNewFile(), FileCreatePart::getEnabledType(), FileCreatePart::getType(), FCConfigWidget::loadFileTypes(), and FileCreatePart::slotFiletypeSelected(). |
|
Member Data Documentation
|
Definition at line 50 of file filecreate_filetype.h. |
|
Definition at line 53 of file filecreate_filetype.h. |
|
Definition at line 55 of file filecreate_filetype.h. |
|
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. |
|
Definition at line 57 of file filecreate_filetype.h. Referenced by setSubtypesEnabled(). |
The documentation for this class was generated from the following files:
- parts/filecreate/filecreate_filetype.h
- parts/filecreate/filecreate_filetype.cpp