The Fib multimedia system
Fib is a system for storing multimedia data (like images or films).
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
enviroment::cSelectIndividualToDelete Class Reference

#include <cSelectIndividualToDelete.h>

Inheritance diagram for enviroment::cSelectIndividualToDelete:

List of all members.

Public Member Functions

virtual ~cSelectIndividualToDelete ()=0
virtual cIndividualIdentifier getIndividualIdentifier () const =0
virtual cSelectIndividualToDeleteclone () const =0
virtual string getClassName () const

Detailed Description

Definition at line 50 of file cSelectIndividualToDelete.h.


Constructor & Destructor Documentation

virtual enviroment::cSelectIndividualToDelete::~cSelectIndividualToDelete ( )
pure virtual

Destructor of the class cSelectIndividualToDelete.


Member Function Documentation

virtual cSelectIndividualToDelete* enviroment::cSelectIndividualToDelete::clone ( ) const
pure virtual

This method clones this object.

Returns:
a clone of this object

Implemented in enviroment::cSelectIndividualToDeleteWeel.

virtual string enviroment::cSelectIndividualToDelete::getClassName ( ) const
virtual
Returns:
the name of this class

Reimplemented in enviroment::cSelectIndividualToDeleteWeel.

virtual cIndividualIdentifier enviroment::cSelectIndividualToDelete::getIndividualIdentifier ( ) const
pure virtual
Returns:
a pointer to the selected individualdentifier, or the identifier for no individual (
See also:
cIndividualIdentifier::getNoIndividualIdentifier())

Implemented in enviroment::cSelectIndividualToDeleteWeel.


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