Program: bbtk
Module: $RCSfile: bbtkComplexBlackBoxDescriptor.cxx,v $
Language: C++
- Date: $Date: 2008/02/06 14:14:22 $
- Version: $Revision: 1.5 $
+ Date: $Date: 2008/02/06 14:58:41 $
+ Version: $Revision: 1.6 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
{
bbtkDebugMessageInc("Kernel",9,"ComplexBlackBoxDescriptor::ComplexBlackBoxDescriptor(\""<<name<<"\")"<<std::endl);
SetTypeName(name);
- AddToCategory("script");
+ AddToCategory("complex box");
mPrototype = new ComplexBlackBox(name+std::string("Prototype"),this);
bbtkDebugDecTab("Kernel",9);
}
Program: bbtk
Module: $RCSfile: bbtkUserBlackBoxDescriptor.h,v $
Language: C++
- Date: $Date: 2008/02/06 14:14:22 $
- Version: $Revision: 1.2 $
+ Date: $Date: 2008/02/06 14:58:41 $
+ Version: $Revision: 1.3 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
"Signal modifications of the box",
new bbtk::UserBlackBoxTGetFunctor<BlackBox,Void,Void>(&BlackBox::bbGetOutputBoxChange),
new bbtk::UserBlackBoxTSetFunctor<BlackBox,Void,Void>(&BlackBox::bbSetOutputBoxChange) ) );
+ //
+ AddToCategory("atomic box");
}
};
Program: bbtk
Module: $RCSfile: bbtkWxBlackBox.h,v $
Language: C++
- Date: $Date: 2008/02/06 14:14:22 $
- Version: $Revision: 1.4 $
+ Date: $Date: 2008/02/06 14:58:41 $
+ Version: $Revision: 1.5 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
// UserBlackBox description
BBTK_BEGIN_DESCRIBE_BLACK_BOX(WxBlackBox,bbtk::UserBlackBox);
BBTK_NAME("WxBlackBox");
- BBTK_DESCRIPTION("Widget box. The inputs marked with (*) are only used if the widget is not inserted in another widget.\n");
+ // BBTK_DESCRIPTION("Widget box. The inputs marked with (*) are only used if the widget is not inserted in another widget.\n");
BBTK_CATEGORY("widget");
BBTK_INPUT(WxBlackBox,WinTitle,
"Title of the window (*)",
std::string);
BBTK_INPUT(WxBlackBox,WinWidth,
- "Width of the window (*)",int);
+ "Width of the window (* : only used if the widget is not inserted in another widget)",int);
BBTK_INPUT(WxBlackBox,WinHeight,
"Height of the window (*)",int);
BBTK_INPUT(WxBlackBox,WinDialog,