[yast-commit] r43966 - in /trunk/core/libyui/src: FSize.h TreeItem.h YCPDialogParser.h YRpmGroupsTree.h YShortcut.h YSimpleEventHandler.h YStringTree.h YUIComponent.h YWidgetOpt.h
Author: sh-sh-sh Date: Tue Jan 29 13:48:23 2008 New Revision: 43966 URL: http://svn.opensuse.org/viewcvs/yast?rev=43966&view=rev Log: removed cruft Modified: trunk/core/libyui/src/FSize.h trunk/core/libyui/src/TreeItem.h trunk/core/libyui/src/YCPDialogParser.h trunk/core/libyui/src/YRpmGroupsTree.h trunk/core/libyui/src/YShortcut.h trunk/core/libyui/src/YSimpleEventHandler.h trunk/core/libyui/src/YStringTree.h trunk/core/libyui/src/YUIComponent.h trunk/core/libyui/src/YWidgetOpt.h Modified: trunk/core/libyui/src/FSize.h URL: http://svn.opensuse.org/viewcvs/yast/trunk/core/libyui/src/FSize.h?rev=43966&r1=43965&r2=43966&view=diff ============================================================================== --- trunk/core/libyui/src/FSize.h (original) +++ trunk/core/libyui/src/FSize.h Tue Jan 29 13:48:23 2008 @@ -29,7 +29,7 @@ // CLASS NAME : FSize // /** - * @short Store and operate on (file/package/partition) sizes (long long). + * Store and operate on (file/package/partition) sizes (long long). **/ class FSize { Modified: trunk/core/libyui/src/TreeItem.h URL: http://svn.opensuse.org/viewcvs/yast/trunk/core/libyui/src/TreeItem.h?rev=43966&r1=43965&r2=43966&view=diff ============================================================================== --- trunk/core/libyui/src/TreeItem.h (original) +++ trunk/core/libyui/src/TreeItem.h Tue Jan 29 13:48:23 2008 @@ -25,7 +25,7 @@ /** - * @short Template class for tree items that can handle tree children in a + * Template class for tree items that can handle tree children in a * generic way - firstChild(), next() and parent(). Each item stores one value * of type 'PAYLOAD'. * @@ -177,7 +177,7 @@ /** - * @short Template class for tree items that maintain sort order. + * Template class for tree items that maintain sort order. * * Class 'PAYLOAD' to provide operator<() in addition to what template *'TreeItem' requires. Modified: trunk/core/libyui/src/YCPDialogParser.h URL: http://svn.opensuse.org/viewcvs/yast/trunk/core/libyui/src/YCPDialogParser.h?rev=43966&r1=43965&r2=43966&view=diff ============================================================================== --- trunk/core/libyui/src/YCPDialogParser.h (original) +++ trunk/core/libyui/src/YCPDialogParser.h Tue Jan 29 13:48:23 2008 @@ -44,9 +44,8 @@ /** * Parse a widget tree term. * - * @param parent the widget or dialog this widget is contained in - * @param term YCPTerm describing the widget - * @param rbg Pointer to the current radio button group + * 'parent': the widget or dialog this widget is contained in + * 'term': YCPTerm describing the widget * * Return value: pointer to the new widget or 0 if it was not successful. * And error has been logged in this case @@ -76,7 +75,7 @@ * Return value: 'true' if 'val' is a symbol or a valid `id(). **/ static bool isSymbolOrId( const YCPValue & val ); - + /** * Checks if the given value is a term with the symbol 'id and * size one. Logs an error if this is not so and 'complain' is set. @@ -115,7 +114,7 @@ static YWidget * parseFrame( YWidget *parent, YWidgetOpt & opt, const YCPTerm & term, const YCPList & optList, int argnr ); - + static YWidget * parseCheckBoxFrame( YWidget *parent, YWidgetOpt & opt, const YCPTerm & term, const YCPList & optList, int argnr ); @@ -218,7 +217,7 @@ const YCPTerm & term, const YCPList & optList, int argnr ); static YTableHeader * parseTableHeader( const YCPTerm & headerTerm ); - + static YWidget * parseProgressBar( YWidget *parent, YWidgetOpt & opt, const YCPTerm & term, const YCPList & optList, int argnr ); @@ -252,7 +251,7 @@ static YWidget * parseMultiProgressMeter( YWidget *parent, YWidgetOpt & opt, const YCPTerm & term, const YCPList & optList, int argnr, YUIDimension dim ); - + static YWidget * parseSlider( YWidget *parent, YWidgetOpt & opt, const YCPTerm & term, const YCPList & optList, int argnr ); @@ -285,30 +284,31 @@ * Increases argnr by 1 if options are found. * For example PushButton( `id( 17 ), `opt( `kilroy, `color( `red ) ) * has the option list [ `kilroy, `color( `red ) ] - * @param term the Widgetterm - * @param argnr in/out: The number of the first non-id argument. + * 'term': the Widget term + * 'argnr' (in/out): The number of the first non-id argument. * Returns the number of the first non-id and non-opt argument. + * * Return value: The option list, which may be empty, but never YCPNull **/ static YCPList getWidgetOptions( const YCPTerm & term, int *argnr ); /** * Logs a warning for an unknown widget option - * @param term the widget term, e.g. PushButton( `opt( `unknown ), ... ) - * @param option the unknown option itself + * 'term: the widget term, e.g. PushButton( `opt( `unknown ), ... ) + * 'option': the unknown option itself **/ static void logUnknownOption( const YCPTerm & term, const YCPValue & option ); /** * Logs warning messages for all widget options other than the * standard ones - for widgets that don't handle any options. - * @param term the widget term, e.g. PushButton( `opt( `unknown ), ... ) - * @param optList the list of options not yet processed + * 'term': the widget term, e.g. PushButton( `opt( `unknown ), ... ) + * 'optList': the list of options not yet processed **/ static void rejectAllOptions( const YCPTerm & term, const YCPList & optList ); private: - + /** * Constructor. * Modified: trunk/core/libyui/src/YRpmGroupsTree.h URL: http://svn.opensuse.org/viewcvs/yast/trunk/core/libyui/src/YRpmGroupsTree.h?rev=43966&r1=43965&r2=43966&view=diff ============================================================================== --- trunk/core/libyui/src/YRpmGroupsTree.h (original) +++ trunk/core/libyui/src/YRpmGroupsTree.h Tue Jan 29 13:48:23 2008 @@ -24,7 +24,7 @@ /** - * @short Efficient storage for RPM group tags + * Efficient storage for RPM group tags **/ class YRpmGroupsTree: public YStringTree { Modified: trunk/core/libyui/src/YShortcut.h URL: http://svn.opensuse.org/viewcvs/yast/trunk/core/libyui/src/YShortcut.h?rev=43966&r1=43965&r2=43966&view=diff ============================================================================== --- trunk/core/libyui/src/YShortcut.h (original) +++ trunk/core/libyui/src/YShortcut.h Tue Jan 29 13:48:23 2008 @@ -25,7 +25,7 @@ /** - * @short Helper class for shortcut management: + * Helper class for shortcut management: * This class holds data about the shortcut for one single widget. **/ class YShortcut Modified: trunk/core/libyui/src/YSimpleEventHandler.h URL: http://svn.opensuse.org/viewcvs/yast/trunk/core/libyui/src/YSimpleEventHandler.h?rev=43966&r1=43965&r2=43966&view=diff ============================================================================== --- trunk/core/libyui/src/YSimpleEventHandler.h (original) +++ trunk/core/libyui/src/YSimpleEventHandler.h Tue Jan 29 13:48:23 2008 @@ -25,7 +25,8 @@ /** - * @short Simple event handler suitable for most UIs. + * Simple event handler suitable for most UIs. + * * This event handler keeps track of one single event that gets overwritten * when a new one arrives. **/ Modified: trunk/core/libyui/src/YStringTree.h URL: http://svn.opensuse.org/viewcvs/yast/trunk/core/libyui/src/YStringTree.h?rev=43966&r1=43965&r2=43966&view=diff ============================================================================== --- trunk/core/libyui/src/YStringTree.h (original) +++ trunk/core/libyui/src/YStringTree.h Tue Jan 29 13:48:23 2008 @@ -30,7 +30,7 @@ /** - * @short Abstract base class for filter views with hierarchical filter + * Abstract base class for filter views with hierarchical filter * criteria - e.g., RPM group tags, MIME types. **/ class YStringTree Modified: trunk/core/libyui/src/YUIComponent.h URL: http://svn.opensuse.org/viewcvs/yast/trunk/core/libyui/src/YUIComponent.h?rev=43966&r1=43965&r2=43966&view=diff ============================================================================== --- trunk/core/libyui/src/YUIComponent.h (original) +++ trunk/core/libyui/src/YUIComponent.h Tue Jan 29 13:48:23 2008 @@ -28,7 +28,7 @@ class Y2Namespace; /** - * @short abstract base class for YaST2 user interface components. + * abstract base class for YaST2 user interface components. * Derive your own component class from this one and implement createUI(). **/ class YUIComponent : public Y2Component Modified: trunk/core/libyui/src/YWidgetOpt.h URL: http://svn.opensuse.org/viewcvs/yast/trunk/core/libyui/src/YWidgetOpt.h?rev=43966&r1=43965&r2=43966&view=diff ============================================================================== --- trunk/core/libyui/src/YWidgetOpt.h (original) +++ trunk/core/libyui/src/YWidgetOpt.h Tue Jan 29 13:48:23 2008 @@ -21,7 +21,7 @@ /** - * @short Helper template class for options that may have some value or may be undefined + * Helper template class for options that may have some value or may be undefined **/ template<class T> class YAnyOpt { @@ -74,7 +74,7 @@ /** - * @short boolean option - tri state: true, false, undefined + * boolean option - tri state: true, false, undefined **/ class YBoolOpt: public YAnyOpt<bool> { @@ -83,7 +83,7 @@ /** - * @short long option - long value or undefined + * long option - long value or undefined **/ class YLongOpt: public YAnyOpt<long> { @@ -92,7 +92,7 @@ /** - * @short collection of various widget options to be passed + * collection of various widget options to be passed * transparently through the various library layers. * * This is a struct and not an object since there is neither a -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
sh-sh-sh@svn.opensuse.org