bbtkWidgetBlackBox.h File Reference

Short description in one line. More...

#include "bbtkAtomicBlackBox.h"
#include "bbtkWidgetBlackBox.txx"
#include "bbtkWidgetBlackBoxWindow.h"

Include dependency graph for bbtkWidgetBlackBox.h:

This graph shows which files directly or indirectly include this file:

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.


Detailed Description

Short description in one line.

Long description which can span multiple lines

Definition in file bbtkWidgetBlackBox.h.


Define Documentation

#define BBTK_CREATE_WIDGET ( CALLBACK   ) 

Value:

public:                                                         \
  inline void bbUserCreateWidget(Widget* parent)                        \
  {                                                                     \
    bbtkBlackBoxDebugMessage("widget",1,"**> Creating widget"           \
                             <<std::endl);                              \
    CALLBACK(parent);                                                   \
  }
Defines the bbUserCreateWidget method.

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();                                                         \
  }
Defines the bbUserOnShow method.

Definition at line 187 of file bbtkWidgetBlackBox.h.


Generated on Thu May 31 14:13:01 2012 for BBTK by  doxygen 1.5.7.1