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::fib::cOpRemoveOverwrittenUnderObjects Class Reference

#include <cOpRemoveOverwrittenUnderObjects.h>

Inheritance diagram for enviroment::fib::cOpRemoveOverwrittenUnderObjects:
Collaboration diagram for enviroment::fib::cOpRemoveOverwrittenUnderObjects:

List of all members.

Public Member Functions

 cOpRemoveOverwrittenUnderObjects (const cOperationIdentifier &operationId)
virtual ~cOpRemoveOverwrittenUnderObjects ()
virtual
cOpRemoveOverwrittenUnderObjects
createInstance (const cOperationIdentifier &operationId) const
virtual bool run ()
virtual std::string getName () const

Additional Inherited Members

- Protected Member Functions inherited from enviroment::fib::cOperationFib
 cOperationFib (const cOperationIdentifier &operationId)
virtual ~cOperationFib ()=0
bool insertFibObjectIntoEnviroment (cFibElement *fibObject, const list< cIndividualIdentifier > liParents)
- Protected Member Functions inherited from enviroment::cOperation
 cOperation (const cOperationIdentifier &operationId, std::string szOperationDomain="cIndividual")
bool setIsRunning (bool bInIsRunning)

Detailed Description

Definition at line 56 of file cOpRemoveOverwrittenUnderObjects.h.


Constructor & Destructor Documentation

enviroment::fib::cOpRemoveOverwrittenUnderObjects::cOpRemoveOverwrittenUnderObjects ( const cOperationIdentifier operationId)

The standardconstructor for the operation. It will create the operation, but won't start it.

Parameters:
operationIdthe identifer for the operation
virtual enviroment::fib::cOpRemoveOverwrittenUnderObjects::~cOpRemoveOverwrittenUnderObjects ( )
virtual

Destructor of the class cOpRemoveOverwrittenUnderObjects.


Member Function Documentation

virtual cOpRemoveOverwrittenUnderObjects* enviroment::fib::cOpRemoveOverwrittenUnderObjects::createInstance ( const cOperationIdentifier operationId) const
virtual

This method creats a new instance of this operator. Beware: You have to delete the instance after usage.

Parameters:
operationIdthe identifer for the operation
Returns:
a pointer to a new instance of this operation

Implements enviroment::fib::cOperationFib.

virtual std::string enviroment::fib::cOpRemoveOverwrittenUnderObjects::getName ( ) const
virtual
Returns:
the (class-)name of the operation

Reimplemented from enviroment::cOperation.

virtual bool enviroment::fib::cOpRemoveOverwrittenUnderObjects::run ( )
virtual

This method runs the operation. It will wait till the operation is ended befor returning. Beware: If overwriten call setIsRunning( false ), when the operation is done.

See also:
start()
stop()
setIsRunning()
Returns:
true if the operation was started

Reimplemented from enviroment::cOperation.


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