SimpleVisibility Class Reference

This class makes a widget visible and invisible. More...

#include <SimpleVisibility.h>

Inherits Animation.

Collaboration diagram for SimpleVisibility:

List of all members.


Public Member Functions

 SimpleVisibility (XMLNode *xml)
void animate (MenuObject *obj)
void unanimate (MenuObject *obj)

Detailed Description

This class makes a widget visible and invisible.

This animation changes the visibility of a widget. The visibility is changed at once.

The method animate( MenuObject *obj ) makes a widget visible. The method unanimate( MenuObject *obj) makes a widget invisible.

Date:
15th of May 2007
Author:
Thomas Weberndorfer

Constructor & Destructor Documentation

SimpleVisibility::SimpleVisibility ( XMLNode xml  ) 

The constructor forewards the XMLNode -object.

Parameters:
xml This XML-object has to focus on the correct node.


Member Function Documentation

void SimpleVisibility::animate ( MenuObject obj  )  [virtual]

This method makes the vidget visible.

Parameters:
obj This is a pointer to the widget, which will become visible.

Implements Animation.

void SimpleVisibility::unanimate ( MenuObject obj  )  [virtual]

This method makes the vidget invisible.

Parameters:
obj This is a pointer to the widget, which will become invisible.

Implements Animation.


The documentation for this class was generated from the following files:

Generated on Wed Oct 20 16:12:00 2010 for inVRs by doxygen 1.5.8