bWidgets
Core widget toolkit designed for Blender
bwContext.h
Go to the documentation of this file.
1#pragma once
2
3namespace bWidgets {
4
5class bwWidget;
6namespace bwScreenGraph {
7class Node;
8}
9
19struct bwContext {
22
25};
26
27} // namespace bWidgets
The base data-structure for a screen-graph node.
Definition: Node.h:36
Abstract base class that all widgets derive from.
Definition: bwWidget.h:22
Definition: bwContext.h:3
Important state information for the screen-graph.
Definition: bwContext.h:19
bwScreenGraph::Node * hovered
Definition: bwContext.h:21
bwScreenGraph::Node * active
Definition: bwContext.h:24