added test for buttons with an image which changes when clicked

This commit is contained in:
fgerlits 2005-04-15 10:53:34 +00:00
parent 19da95806a
commit 68221f1548
8 changed files with 110 additions and 21 deletions

View file

@ -21,8 +21,8 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Author : $Author: maroy $
Version : $Revision: 1.12 $
Author : $Author: fgerlits $
Version : $Revision: 1.13 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/widgets/include/LiveSupport/Widgets/WidgetFactory.h,v $
------------------------------------------------------------------------------*/
@ -86,8 +86,8 @@ using namespace LiveSupport::Core;
* <!ATTLIST widgetFactory path CDATA #REQUIRED >
* </code></pre>
*
* @author $Author: maroy $
* @version $Revision: 1.12 $
* @author $Author: fgerlits $
* @version $Revision: 1.13 $
*/
class WidgetFactory :
virtual public Configurable
@ -103,7 +103,8 @@ class WidgetFactory :
*/
typedef enum { deleteButton,
smallPlayButton, smallPauseButton, smallStopButton,
hugePlayButton }
hugePlayButton,
cuePlayButton, cueStopButton }
ImageButtonType;
/**