void hideLinks();
void setBgColor(const float& red, const float& green, const float& blue, const float& alpha);
void setWireColor(const float& r, const float& g, const float& b, const float& a);
- void setLineWidth(float width);
+ void setFrameWidth(float width);
+ void setLinkWidth(float width);
private:
void hidePlaqs();
void hideLinks();
void setWireColor(const float& r, const float& g, const float& b, const float& a);
+ void setFrameWidth(float width);
+ void setLinkWidth(float width);
private:
float wireColor[4];
void drawAll();
static int allid;
bool hideplaquettes;
bool hidelinks;
+ float framewidth;
+ float linkwidth;
};
struct window {
string name;
float bgcolor[4];
bool redisplay;
- float linewidth;
};
class drawing