AsmInstructionBarCreator.h

Go to the documentation of this file.
00001 
00002 #ifndef ASMINSTRUCTIONBARCREATOR_H
00003 #define ASMINSTRUCTIONBARCREATOR_H
00004 
00005 #include "WidgetCreatorInterface.h"
00006 
00007 class QWidget;
00008 class QEvent;
00009 
00013 class AsmInstructionBarCreator
00014     : public WidgetCreatorInterface
00015 {
00016     Q_OBJECT
00017 
00018     public:
00019         AsmInstructionBarCreator()
00020             : WidgetCreatorInterface( QIcon( ":/util/NodeIcons/binaryfiles.gif" ), "Assembler Instruction Bar" )
00021         {}
00022 
00023     protected:
00024         virtual QWidget *createWidget( QWidget *parent = NULL );
00025 };
00026 
00027 #endif

Generated on Tue Sep 15 14:48:47 2009 for RoseQtWidgets by  doxygen 1.4.7