QCAD Application Framework
CAD Application Development and Automation.
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
RPatternListMetric.h
Go to the documentation of this file.
1
#ifndef RPATTERNLISTMETRIC_H
2
#define RPATTERNLISTMETRIC_H
3
4
#include "
RPatternList.h
"
5
12
class
RPatternListMetric
:
public
RPatternList
{
13
public
:
14
static
void
init
();
15
static
void
uninit
() {
16
res
.
uninit
();
17
}
18
19
static
QStringList
getNames
() {
20
return
res
.
getNames
();
21
}
22
23
static
RPattern
*
get
(
const
QString& name) {
24
return
res
.
get
(name);
25
}
26
27
private
:
28
static
RResourceList<RPattern>
res
;
29
};
30
31
Q_DECLARE_METATYPE
(
RPatternListMetric
)
32
Q_DECLARE_METATYPE
(
RPatternListMetric
*)
33
34
#endif
src
core
RPatternListMetric.h
Generated on Tue Jun 26 2012 18:41:07 for QCAD Application Framework by
1.8.1.1