![]() |
Crossfire Resources Editor
|
#include <CREFilterDialog.h>
Inheritance diagram for CREFilterDialog:
Collaboration diagram for CREFilterDialog:Public Member Functions | |
| CREFilterDialog () | |
Protected Slots | |
| void | currentRowChanged (int currentRow) |
| void | onAdd () |
| void | onDelete () |
| void | onHelp () |
Protected Member Functions | |
| virtual void | accept () |
| void | refreshList () |
| virtual void | reject () |
| void | saveCurrentFilter () |
Protected Attributes | |
| int | myFilterIndex |
| CREFilterDefinitionManager | myFilters |
| QListWidget * | myList |
| QLineEdit * | myName |
| AssetTextEdit * | myScript |
Definition at line 24 of file CREFilterDialog.h.
| CREFilterDialog::CREFilterDialog | ( | ) |
Definition at line 20 of file CREFilterDialog.cpp.
References accept(), currentRowChanged(), CRESettings::loadFilters(), myFilters, myList, myName, myScript, onAdd(), onDelete(), onHelp(), refreshList(), and reject().
Here is the call graph for this function:
|
protectedvirtual |
Definition at line 62 of file CREFilterDialog.cpp.
References myFilters, saveCurrentFilter(), and CRESettings::saveFilters().
Referenced by CREFilterDialog().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protectedslot |
Definition at line 130 of file CREFilterDialog.cpp.
References CREFilterDefinition::filter(), CREFilterDefinitionManager::filters(), myFilterIndex, myFilters, myName, myScript, CREFilterDefinition::name(), and saveCurrentFilter().
Referenced by CREFilterDialog().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protectedslot |
Definition at line 83 of file CREFilterDialog.cpp.
References CREFilterDefinitionManager::filters(), myFilters, myList, refreshList(), saveCurrentFilter(), and CREFilterDefinition::setName().
Referenced by CREFilterDialog().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protectedslot |
Definition at line 93 of file CREFilterDialog.cpp.
References CREFilterDefinitionManager::filters(), myFilterIndex, myFilters, CREFilterDefinition::name(), and refreshList().
Referenced by CREFilterDialog().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protectedslot |
Definition at line 78 of file CREFilterDialog.cpp.
Referenced by CREFilterDialog().
Here is the caller graph for this function:
|
protected |
Definition at line 108 of file CREFilterDialog.cpp.
References CREFilterDefinitionManager::filters(), myFilterIndex, myFilters, myList, and CREFilterDefinition::name().
Referenced by CREFilterDialog(), onAdd(), and onDelete().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protectedvirtual |
Definition at line 70 of file CREFilterDialog.cpp.
Referenced by CREFilterDialog().
Here is the caller graph for this function:
|
protected |
Definition at line 119 of file CREFilterDialog.cpp.
References CREFilterDefinitionManager::filters(), myFilterIndex, myFilters, myList, myName, myScript, CREFilterDefinition::name(), CREFilterDefinition::setFilter(), and CREFilterDefinition::setName().
Referenced by accept(), currentRowChanged(), and onAdd().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 36 of file CREFilterDialog.h.
Referenced by currentRowChanged(), onDelete(), refreshList(), and saveCurrentFilter().
|
protected |
Definition at line 35 of file CREFilterDialog.h.
Referenced by accept(), CREFilterDialog(), currentRowChanged(), onAdd(), onDelete(), refreshList(), and saveCurrentFilter().
|
protected |
Definition at line 32 of file CREFilterDialog.h.
Referenced by CREFilterDialog(), onAdd(), refreshList(), and saveCurrentFilter().
|
protected |
Definition at line 33 of file CREFilterDialog.h.
Referenced by CREFilterDialog(), currentRowChanged(), and saveCurrentFilter().
|
protected |
Definition at line 34 of file CREFilterDialog.h.
Referenced by CREFilterDialog(), currentRowChanged(), and saveCurrentFilter().