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
a097ffcf
Commit
a097ffcf
authored
Nov 30, 2010
by
Alexander Wiebel
Browse files
[ADD
#451
] added new icon
parent
9ff82f16
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
41 additions
and
1 deletion
+41
-1
src/modules/calculateGFA/WMCalculateGFA.cpp
src/modules/calculateGFA/WMCalculateGFA.cpp
+2
-1
src/modules/calculateGFA/WMCalculateGFA.xpm
src/modules/calculateGFA/WMCalculateGFA.xpm
+39
-0
No files found.
src/modules/calculateGFA/WMCalculateGFA.cpp
View file @
a097ffcf
...
...
@@ -30,6 +30,7 @@
#include "../../common/math/WVector3D.h"
#include "../../common/math/WGeometryFunctions.h"
#include "../../kernel/WKernel.h"
#include "WMCalculateGFA.xpm"
#include "WMCalculateGFA.h"
...
...
@@ -53,7 +54,7 @@ boost::shared_ptr< WModule > WMCalculateGFA::factory() const
const
char
**
WMCalculateGFA
::
getXPMIcon
()
const
{
return
NULL
;
return
WMCalculateGFA_xpm
;
}
const
std
::
string
WMCalculateGFA
::
getName
()
const
{
...
...
src/modules/calculateGFA/WMCalculateGFA.xpm
0 → 100644
View file @
a097ffcf
/* XPM */
static const char * WMCalculateGFA_xpm[] = {
"32 32 4 1",
" c None",
". c #000000",
"+ c #A7A7FF",
"@ c #A8A8FF",
" .... .. .... . ",
" ....... ... .... ... ",
" ........ ... .... ... ",
" ..... .. ... .... ",
" .... . ... . ... ",
" ... ... . .... ",
".... ..... ........ ... ... ",
" ... ..... ........ ... .... ",
" .... .... ... ... ........ ",
" .......... ... ..... ... ",
" ......... ... ..... ....",
" ....... ... .... ...",
" ",
" ",
" ",
" + ",
" ++ ",
" ++ + ",
" ++++ +@ ",
" ++++ +@ ",
" ++++ ++ + @+@ ",
" ++++ ++++++ @@++@++ ",
" ++++ ++++++ ++++++ ",
" ++++ ++++++++ @++++@ ",
" ++++ ++++++++ ++++@@ ",
" ++++ ++++++ +++ ",
" ++ ++++++ +++ ",
" ++ ++ ++ ",
" + + ",
" ",
" ",
" "};
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