#include <ucontext.hpp>
Inheritance diagram for ubit::UContext:
Public Member Functions | |
UContext (UGroup *, UView *, const UContext &parent_ctx, UViewUpdateImpl *) | |
creates a subcontext (not the first layer of the context stack) | |
UGroup * | getObj () |
returns the object (a UGroup or a UBox) that is related to this context. | |
UBox * | getBoxParent () |
UView * | getView () |
returns the view related to this context. | |
UView * | getWinView () |
returns the window view that contains getView(). | |
UGraph * | getGraph () |
UDisp * | getDisp () |
void | rescale () |
rescales the coordinates according to the current scale. | |
void | addFlagdef (const UFlagdef *) |
const UFlagdef * | getFlagdef (const UFlag &) const |
const UFlagdef * | getFlagdef (const UFlag *) const |
const UPropdef * | getPropdef (const UFlag &) const |
const UPropdef * | getPropdef (const UFlag *) const |