00001 /*---------------------------------------------------------------------\ 00002 | | 00003 | __ __ ____ _____ ____ | 00004 | \ \ / /_ _/ ___|_ _|___ \ | 00005 | \ V / _` \___ \ | | __) | | 00006 | | | (_| |___) || | / __/ | 00007 | |_|\__,_|____/ |_| |_____| | 00008 | | 00009 | core system | 00010 | (C) SuSE GmbH | 00011 \----------------------------------------------------------------------/ 00012 00013 File: YReplacePoint.h 00014 00015 Author: Mathias Kettner <kettner@suse.de> 00016 Maintainer: Stefan Hundhammer <sh@suse.de> 00017 00018 /-*/ 00019 00020 #ifndef YReplacePoint_h 00021 #define YReplacePoint_h 00022 00023 #include "YContainerWidget.h" 00024 00028 class YReplacePoint : public YContainerWidget 00029 { 00030 public: 00034 YReplacePoint( const YWidgetOpt & opt ); 00035 00040 virtual char *widgetClass() { return "YReplacePoint"; } 00041 00045 bool isReplacePoint() const; 00046 }; 00047 00048 00049 #endif // YReplacePoint_h 00050