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

NCPopupList.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:       NCPopupList.h
00014 
00015    Author:     Michael Andres <ma@suse.de>
00016    Maintainer: Michael Andres <ma@suse.de>
00017 
00018 /-*/
00019 #ifndef NCPopupList_h
00020 #define NCPopupList_h
00021 
00022 #include <iosfwd>
00023 
00024 #include <list>
00025 using namespace std;
00026 
00027 #include "NCPopupTable.h"
00028 
00029 class YCPString;
00030 
00032 //
00033 //      CLASS NAME : NCPopupList
00034 //
00035 //      DESCRIPTION :
00036 //
00037 class NCPopupList : public NCPopupTable {
00038 
00039   NCPopupList & operator=( const NCPopupList & );
00040   NCPopupList            ( const NCPopupList & );
00041 
00042   protected:
00043 
00044     virtual bool postAgain();
00045 
00046   public:
00047 
00048     NCPopupList( const wpos at,
00049                  const YCPString & label,
00050                  const list<YCPString> & deflist,
00051                  int index = 0 );
00052     virtual ~NCPopupList();
00053 
00054 };
00055 
00057 
00058 
00059 #endif // NCPopupList_h

Generated on Wed Sep 5 17:18:55 2007 for yast2-ncurses by doxygen 1.3.6