libqutim
0.3.2.0
Main Page
Related Pages
Namespaces
Classes
Globals
Globals
File List
profilecreatorpage.h
Go to the documentation of this file.
1
/****************************************************************************
2
**
3
** qutIM - instant messenger
4
**
5
** Copyright © 2011 Ruslan Nigmatullin <euroelessar@yandex.ru>
6
**
7
*****************************************************************************
8
**
9
** $QUTIM_BEGIN_LICENSE$
10
** This program is free software: you can redistribute it and/or modify
11
** it under the terms of the GNU General Public License as published by
12
** the Free Software Foundation, either version 3 of the License, or
13
** (at your option) any later version.
14
**
15
** This program is distributed in the hope that it will be useful,
16
** but WITHOUT ANY WARRANTY; without even the implied warranty of
17
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18
** See the GNU General Public License for more details.
19
**
20
** You should have received a copy of the GNU General Public License
21
** along with this program. If not, see http://www.gnu.org/licenses/.
22
** $QUTIM_END_LICENSE$
23
**
24
****************************************************************************/
25
26
#ifndef PROFILECREATORPAGE_H
27
#define PROFILECREATORPAGE_H
28
29
#include "
extensioninfo.h
"
30
#include <QWizardPage>
31
32
namespace
qutim_sdk_0_3
33
{
34
class
LIBQUTIM_EXPORT
ProfileCreatorPage
:
public
QObject
35
{
36
Q_OBJECT
37
public
:
38
ProfileCreatorPage
();
39
virtual
~
ProfileCreatorPage
();
40
virtual
ExtensionInfo
info()
const
;
41
// Creators with higher priority are shown earlier, default is 0.0
42
virtual
double
priority()
const
;
43
virtual
QList<QWizardPage *> pages(QWidget *parent) = 0;
44
protected
:
45
virtual
void
virtual_hook(
int
id
,
void
*data);
46
};
47
}
48
49
#endif // PROFILECREATORPAGE_H
50
qutim_sdk_0_3::ProfileCreatorPage
Definition:
profilecreatorpage.h:34
LIBQUTIM_EXPORT
#define LIBQUTIM_EXPORT
Definition:
libqutim_global.h:45
qutim_sdk_0_3
Definition:
abstractsearchrequest.h:33
qutim_sdk_0_3::ExtensionInfo
Definition:
extensioninfo.h:39
extensioninfo.h
Generated by Doxygen