#include <uview.hpp>
Inheritance diagram for ubit::UViewStyle:
Public Member Functions | |
UViewStyle (UView *(*)(UChild *, UView *, UHardWinImpl *), UMask=0) | |
virtual void | addingTo (UChild *self, UGroup *parent) |
called when this object is added to a parent. | |
virtual void | removingFrom (UChild *self, UGroup *parent) |
NOTE that this function require a specific destructor. | |
Public Attributes | |
UView *(* | createView )(UChild *, UView *parview, UHardWinImpl *) |
pointer to the corresponding UView::createView static constructor. |