-------------------------------------- From file: QtUtils/SimObjGfxItem.cpp RiverWare 6.2 (and 6.3 dev); 12-2012 -------------------------------------- XPM-encoded icons used in the Workspace SimObj Icon "Link Slots" context menu ... // // Linked icon // static const char* const linked_data[] = { "20 15 4 1", ". c None", "o c #000000", "+ c #FE001E", "@ c #0000FE", "....................", ".............oooo...", "............oo..oo..", "........+++oo....oo.", ".......++..oo....oo.", "...@@@++...oo+...oo.", "..@@..++...o++...oo.", ".@@...++@..o++...oo.", ".@@...+@@...++..oo..", ".@@...+@@...++ooo...", ".@@....@@..++.......", ".@@....@@+++........", "..@@..@@............", "...@@@@.............", "...................."}; static const char* const not_linked_data[] = { "20 15 1 1", ". c None", "....................", "....................", "....................", "....................", "....................", "....................", "....................", "....................", "....................", "....................", "....................", "....................", "....................", "....................", "...................."}; ---