Developer documentation | Axl-2.5.1

axlFactoryRegister.h
Go to the documentation of this file.
1 /* axlFactoryRegister.h ---
2  *
3  * Author: Anais Ducoffe
4  * Copyright (C)
5  * Created:
6  * Version: $Id$
7  * Last-Updated:
8  * By:
9  * Update #:
10  */
11 
12 /* Commentary:
13  *
14  */
15 
16 /* Change log:
17  *
18  */
19 
20 #ifndef AXLFACTORYREGISTER_H
21 #define AXLFACTORYREGISTER_H
22 
23 #include "axlCoreExport.h"
24 #include <dtkCoreSupport/dtkAbstractObject.h>
25 
26 class axlAbstractProcess;
27 
28 class AXLCORE_EXPORT axlFactoryRegister: public dtkAbstractObject
29 {
30  Q_OBJECT
31 
32 public :
33  axlFactoryRegister(void);
34  ~axlFactoryRegister(void);
35 
36 public :
37  static void initialized(void);
38  void uninitialized(void);
39 
40 };
41 
42 #endif // AXLFACTORYREGISTER_H
Register some readers, writers and other data and processes of axlCore in factories.
#define AXLCORE_EXPORT