#include "bbtkAtomicBlackBox.h"
#include "bbtkWidgetBlackBox.txx"
#include "bbtkWidgetBlackBoxWindow.h"
Go to the source code of this file.
Classes | |
class | bbtk::WidgetBlackBox< W > |
class | bbtk::WidgetBlackBoxDescriptor< T > |
Namespaces | |
namespace | bbtk |
Defines | |
#define | BBTK_CREATE_WIDGET(CALLBACK) |
Defines the bbUserCreateWidget method. | |
#define | BBTK_ON_SHOW_WIDGET(CALLBACK) |
Defines the bbUserOnShow method. |
Long description which can span multiple lines
Definition in file bbtkWidgetBlackBox.h.
#define BBTK_CREATE_WIDGET | ( | CALLBACK | ) |
Value:
public: \ inline void bbUserCreateWidget(Widget* parent) \ { \ bbtkBlackBoxDebugMessage("widget",1,"**> Creating widget" \ <<std::endl); \ CALLBACK(parent); \ }
Definition at line 174 of file bbtkWidgetBlackBox.h.
#define BBTK_ON_SHOW_WIDGET | ( | CALLBACK | ) |
Value:
public: \ inline void bbUserOnShow() \ { \ bbtkBlackBoxDebugMessage("widget",1,"**> Showing" \ <<std::endl); \ CALLBACK(); \ }
Definition at line 187 of file bbtkWidgetBlackBox.h.