ui: new features for the Graph UI
* removed node shadows * made enums collapsible * added icons to nodes: enum, typedef, macro, bundle
This commit is contained in:
@@ -44,12 +44,9 @@ public:
|
||||
std::string iconColor;
|
||||
std::string hatchingColor;
|
||||
|
||||
std::string shadowColor;
|
||||
int shadowBlurRadius;
|
||||
|
||||
int cornerRadius;
|
||||
|
||||
float borderWidth;
|
||||
int borderWidth;
|
||||
std::string borderColor;
|
||||
bool borderDashed;
|
||||
|
||||
@@ -123,6 +120,8 @@ public:
|
||||
static int s_gridCellPadding;
|
||||
|
||||
private:
|
||||
static void addIcon(Node::NodeType type, bool hasChildren, NodeStyle* style);
|
||||
|
||||
static std::map<Node::NodeType, float> s_charWidths;
|
||||
static std::map<Node::NodeType, float> s_charHeights;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user