QCodeEdit
2.2
lib
qformatfactory.h
1
/*
2
Transition header file.
3
*/
4
5
#ifndef _QFORMAT_FACTORY_H_
6
7
#include "
qformatscheme.h
"
8
9
class
QFormatFactory
:
public
QFormatScheme
10
{
11
public
:
12
inline
QFormatFactory
(
QObject
*p = 0) :
QFormatScheme
(p) {}
13
inline
QFormatFactory
(
const
QString& f,
QObject
*p = 0) :
QFormatScheme
(f, p) {}
14
};
15
16
#endif
QFormatFactory
Definition:
qformatfactory.h:9
QFormatScheme::QFormatScheme
QFormatScheme(QObject *p=0)
Constructor.
Definition:
qformatscheme.cpp:58
QObject
qformatscheme.h
Definition of the QFormatScheme class.
QFormatScheme
A storage/configuration class for shared highlighting formats.
Definition:
qformatscheme.h:41
Generated by
1.8.15