X-Git-Url: http://git.treefish.org/~alex/phys/latlib.git/blobdiff_plain/c92e802f596346087ee22a76868654f40a199f6e..7f5403eed95da4350dcc03d817eb8468dab07142:/culooks.h?ds=sidebyside diff --git a/culooks.h b/culooks.h index 34466c1..66b3320 100644 --- a/culooks.h +++ b/culooks.h @@ -28,7 +28,8 @@ class culooks 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: @@ -56,6 +57,8 @@ class culooks 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(); @@ -71,6 +74,8 @@ class culooks static int allid; bool hideplaquettes; bool hidelinks; + float framewidth; + float linkwidth; }; struct window { @@ -83,7 +88,6 @@ class culooks string name; float bgcolor[4]; bool redisplay; - float linewidth; }; class drawing