Skip to content

Commit

Permalink
Added simplifynetwork icon. Refs #10084
Browse files Browse the repository at this point in the history
  • Loading branch information
palvarezlopez committed Feb 28, 2022
1 parent 943d3cc commit 5f4b49c
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/gui/images/GUIIconSubSys.cpp
Expand Up @@ -142,6 +142,7 @@
#include "bigarrowright.xpm"

#include "frontelement.xpm"
#include "simplifynetwork.xpm"
#include "computepathmanager.xpm"

#include "checkbox_applytoallphases.xpm"
Expand Down Expand Up @@ -544,6 +545,7 @@ GUIIconSubSys::GUIIconSubSys(FXApp* a) {
myIcons[GUIIcon::BIGARROWLEFT] = new FXXPMIcon(a, bigarrowleft_xpm);
myIcons[GUIIcon::BIGARROWRIGHT] = new FXXPMIcon(a, bigarrowright_xpm);
myIcons[GUIIcon::FRONTELEMENT] = new FXXPMIcon(a, frontelement_xpm);
myIcons[GUIIcon::SIMPLIFYNETWORK] = new FXXPMIcon(a, simplifynetwork_xpm);
myIcons[GUIIcon::COMPUTEPATHMANAGER] = new FXXPMIcon(a, computepathmanager_xpm);
myIcons[GUIIcon::COLLAPSE] = new FXXPMIcon(a, collapse_xpm);
myIcons[GUIIcon::UNCOLLAPSE] = new FXXPMIcon(a, uncollapse_xpm);
Expand Down
1 change: 1 addition & 0 deletions src/utils/gui/images/GUIIcons.h
Expand Up @@ -216,6 +216,7 @@ enum class GUIIcon {
BIGARROWLEFT,
BIGARROWRIGHT,
FRONTELEMENT,
SIMPLIFYNETWORK,
COMPUTEPATHMANAGER,
COLLAPSE,
UNCOLLAPSE,
Expand Down
23 changes: 23 additions & 0 deletions src/utils/gui/images/simplifynetwork.xpm
@@ -0,0 +1,23 @@
/* XPM */
static const char *simplifynetwork_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 16 1 1",
"U c None",
/* pixels */
"UUUUUUUUUUUUUUUU",
"UUUUUUUUUUUUUUUU",
"UUUUUUUUUUUUUUUU",
"UUUUUUUUUUUUUUUU",
"UUUUUUUUUUUUUUUU",
"UUUUUUUUUUUUUUUU",
"UUUUUUUUUUUUUUUU",
"UUUUUUUUUUUUUUUU",
"UUUUUUUUUUUUUUUU",
"UUUUUUUUUUUUUUUU",
"UUUUUUUUUUUUUUUU",
"UUUUUUUUUUUUUUUU",
"UUUUUUUUUUUUUUUU",
"UUUUUUUUUUUUUUUU",
"UUUUUUUUUUUUUUUU",
"UUUUUUUUUUUUUUUU"
};

0 comments on commit 5f4b49c

Please sign in to comment.