/* * Class BBoardUI is the companion UI for class BBoard, q.v. */ class BBoardUI : MonoScene { protected: HBox* buttons; /* The top-level button box, with Browse etc. */ TreeBrowser* tree; /* The tree Browser */ };