Developer documentation | Axl-2.5.1

axlColorDialog.h
Go to the documentation of this file.
1 /* axlColorDialog.h ---
2  *
3  * Author: Meriadeg Perrinel
4  * Copyright (C) 2008 - Meriadeg Perrinel, Inria.
5  * Created: Mon Mar 14 18:24:29 2011 (+0100)
6  * Version: $Id$
7  * Last-Updated: Mon Mar 14 18:25:06 2011 (+0100)
8  * By: Meriadeg Perrinel
9  * Update #: 7
10  */
11 
12 /* Commentary:
13  *
14  */
15 
16 /* Change log:
17  *
18  */
19 
20 #ifndef AXLCOLORDIALOG_H
21 #define AXLCOLORDIALOG_H
22 
23 #include "axlGuiExport.h"
24 
25 #include <QtWidgets>
26 
27 class AXLGUI_EXPORT axlColorDialog : public QColorDialog
28 {
29  Q_OBJECT
30 public:
31  axlColorDialog(QColorDialog *parent = 0);
32  axlColorDialog(const QColor &initial, QColorDialog *parent);
33  virtual ~axlColorDialog(void);
34 
35 };
36 
37 #endif //axlColorDialog_H
#define AXLGUI_EXPORT
Definition: axlGuiExport2.h:15