QCAD Application Framework
CAD Application Development and Automation.
 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 
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:
29 };
30 
33 
34 #endif