Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
4ffbc06d
Commit
4ffbc06d
authored
Jun 03, 2010
by
Mathias Goldau
Browse files
[CHANGE] Improved doc and includes
parent
13800a44
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
8 deletions
+3
-8
src/gui/WGUI.h
src/gui/WGUI.h
+3
-8
No files found.
src/gui/WGUI.h
View file @
4ffbc06d
...
...
@@ -31,8 +31,7 @@
#include <boost/shared_ptr.hpp>
#include <boost/signals2/signal.hpp>
//#include "../common/WThreadedRunner.h"
//#include "../common/WFlag.h"
#include "../common/WFlag.h"
#include "../kernel/WModule.h"
#include "../graphicsEngine/WGECamera.h"
#include "WCustomWidget.h"
...
...
@@ -40,11 +39,9 @@
class
WDataSet
;
/**
* \defgroup gui GUI
*
* \brief
* This library implements the graphical user interface for OpenWalnut.
*
* \defgroup gui GUI
*/
/**
...
...
@@ -53,8 +50,7 @@ class WDataSet;
*
* \ingroup gui
*/
class
WGUI
:
public
boost
::
enable_shared_from_this
<
WGUI
>
class
WGUI
:
public
boost
::
enable_shared_from_this
<
WGUI
>
{
public:
...
...
@@ -104,7 +100,6 @@ public:
virtual
void
closeCustomWidget
(
std
::
string
title
)
=
0
;
protected:
/**
* Flag determining whether the GUI is properly initialized.
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment