FreeDebks
1.0.3
Main Page
Related Pages
Classes
Files
File List
All
Classes
Files
Functions
Variables
Friends
Pages
src
gui
widgets
FdJournalFactory.hpp
Go to the documentation of this file.
1
#ifndef FDJOURNALFACTORY_HPP
2
#define FDJOURNALFACTORY_HPP
3
4
#include <QLineEdit>
5
#include <QItemEditorFactory>
6
#include <QCompleter>
7
8
#include "../guiDefinitions.hpp"
9
11
15
class
FdJournalFactory
:
public
QItemEditorFactory
16
{
17
18
private
:
19
EntryItemType
mType
;
20
const
FdTabCoa*
mCoa
;
21
22
public
:
23
FdJournalFactory
(EntryItemType type,
const
FdTabCoa* coa);
24
QWidget*
createEditor
(QVariant::Type type, QWidget* parent)
const
;
25
26
};
27
28
#endif // FDJOURNALFACTORY_HPP
Generated on Sat Aug 24 2013 21:18:03 for FreeDebks by
1.8.1.2