Code::Blocks
SVN r11506
src
dlgaboutplugin.h
Go to the documentation of this file.
1
/*
2
* This file is part of the Code::Blocks IDE and licensed under the GNU General Public License, version 3
3
* http://www.gnu.org/licenses/gpl-3.0.html
4
*/
5
6
#ifndef DLGABOUTPLUGIN_H
7
#define DLGABOUTPLUGIN_H
8
9
#include "
scrollingdialog.h
"
// inheriting class's header file
10
11
struct
PluginInfo
;
12
class
wxWindow
;
13
/*
14
* No description
15
*/
16
class
dlgAboutPlugin
:
public
wxScrollingDialog
17
{
18
public
:
19
// class constructor
20
dlgAboutPlugin
(
wxWindow
* parent,
const
PluginInfo
* pi);
21
// class destructor
22
~dlgAboutPlugin
();
23
};
24
25
#endif // DLGABOUTPLUGIN_H
PluginInfo
Information about the plugin.
Definition:
pluginmanager.h:38
dlgAboutPlugin::~dlgAboutPlugin
~dlgAboutPlugin()
Definition:
dlgaboutplugin.cpp:43
dlgAboutPlugin::dlgAboutPlugin
dlgAboutPlugin(wxWindow *parent, const PluginInfo *pi)
Definition:
dlgaboutplugin.cpp:24
wxScrollingDialog
Definition:
scrollingdialog.h:163
scrollingdialog.h
dlgAboutPlugin
Definition:
dlgaboutplugin.h:16
wxWindow
Generated by
1.8.13