Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

YQUIComponent.h

Go to the documentation of this file.
00001 /*---------------------------------------------------------------------\
00002 |                                                                      |
00003 |                      __   __    ____ _____ ____                      |
00004 |                      \ \ / /_ _/ ___|_   _|___ \                     |
00005 |                       \ V / _` \___ \ | |   __) |                    |
00006 |                        | | (_| |___) || |  / __/                     |
00007 |                        |_|\__,_|____/ |_| |_____|                    |
00008 |                                                                      |
00009 |                               core system                            |
00010 |                                                        (C) SuSE GmbH |
00011 \----------------------------------------------------------------------/
00012 
00013   File:         YQUIComponent.h
00014 
00015   Authors:      Stefan Hundhammer <sh@suse.de>
00016 
00017   Maintainer:   Stefan Hundhammer <sh@suse.de>
00018 
00019 /-*/
00020 
00021 #ifndef YQUIComponent_h
00022 #define YQUIComponent_h
00023 
00024 #include <YUIComponent.h>
00025 #include "YQUI.h"
00026 
00027 
00028 class YQUIComponent :  public YUIComponent
00029 {
00030 public:
00031 
00032     YQUIComponent(): YUIComponent() {}
00033 
00039     virtual YUI * createUI( int argc, char **argv, bool with_threads, const char * macro_file )
00040     {
00041         return new YQUI( argc, argv, with_threads, macro_file );
00042     }
00043 
00049     virtual string name() const { return "qt"; }
00050 
00051 };
00052 
00053 
00054 #endif // YQUIComponent_h

Generated on Wed Sep 14 10:59:03 2005 for yast2-qt by  doxygen 1.4.4