Overview     Modules     Class Hierarchy     Classes     Members  
BaseGraphicsViewComponentMacro.h File Reference
Include dependency graph for BaseGraphicsViewComponentMacro.h:

Namespaces

namespace  tlp
 The ColorButton widget provides a push button to display and allow user selection of a color.

Macros

#define GRAPHICSVIEWEXTENSION(C, N, BN, A, D, I, R)

Macro Definition Documentation

#define GRAPHICSVIEWEXTENSION (   C,
  N,
  BN,
  A,
  D,
  I,
 
)
Value:
class C :public BaseGraphicsViewComponent { \
public : \
C():BaseGraphicsViewComponent(BN){} \
virtual ~C() {} \
}; \
VIEWPLUGIN(C,N,A,D,I,R)


Tulip Software by LaBRI Visualization Team    2001 - 2012