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
263f6ca8
Commit
263f6ca8
authored
Nov 30, 2010
by
Alexander Wiebel
Browse files
[ADD
#451
] added new icon
parent
22dfd506
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
41 additions
and
1 deletion
+41
-1
src/modules/datasetManipulator/WMDatasetManipulator.cpp
src/modules/datasetManipulator/WMDatasetManipulator.cpp
+2
-1
src/modules/datasetManipulator/WMDatasetManipulator.xpm
src/modules/datasetManipulator/WMDatasetManipulator.xpm
+39
-0
No files found.
src/modules/datasetManipulator/WMDatasetManipulator.cpp
View file @
263f6ca8
...
@@ -32,6 +32,7 @@
...
@@ -32,6 +32,7 @@
#include "../../dataHandler/WDataHandler.h"
#include "../../dataHandler/WDataHandler.h"
#include "../../dataHandler/WDataTexture3D.h"
#include "../../dataHandler/WDataTexture3D.h"
#include "../../dataHandler/WSubject.h"
#include "../../dataHandler/WSubject.h"
#include "WMDatasetManipulator.xpm"
#include "WMDatasetManipulator.h"
#include "WMDatasetManipulator.h"
...
@@ -56,7 +57,7 @@ boost::shared_ptr< WModule > WMDatasetManipulator::factory() const
...
@@ -56,7 +57,7 @@ boost::shared_ptr< WModule > WMDatasetManipulator::factory() const
const
char
**
WMDatasetManipulator
::
getXPMIcon
()
const
const
char
**
WMDatasetManipulator
::
getXPMIcon
()
const
{
{
return
emptyIcon
_xpm
;
// Please put a real icon here.
return
WMDatasetManipulator
_xpm
;
// Please put a real icon here.
}
}
const
std
::
string
WMDatasetManipulator
::
getName
()
const
const
std
::
string
WMDatasetManipulator
::
getName
()
const
{
{
...
...
src/modules/datasetManipulator/WMDatasetManipulator.xpm
0 → 100644
View file @
263f6ca8
/* XPM */
static const char * WMDatasetManipulator_xpm[] = {
"32 32 4 1",
" c None",
". c #7373FF",
"+ c #A7A7FF",
"@ c #4A4AFF",
" ",
" ",
" ..... ",
" .. ",
" .. ",
" .. ",
" .. ",
" ++++++++++++++++++ . ",
" + + . ",
" + + . ",
" + @ + .....",
" + @@@ + ... ",
" + @@@@@ + . ",
" + @ + ",
" + @ @ @ + ",
" + @@ @ @@ + ",
" + @@@@@@@@@@@@@ + ",
" + @@ @ @@ + ",
" + @ @ @ + ",
" + @ + ",
" @ + @@@@@ + @ ",
" @@ + @@@ + @@ ",
"@@@@@@@+ @ +@@@@@@@",
" @@ + + @@ ",
" @ ++++++++++++++++++ @ ",
" @ ",
" @ ",
" @ ",
" @ ",
" @@@@@ ",
" @@@ ",
" @ "};
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