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::cOpFindEvenLineNBi Class Reference

#include <cOpFindEvenLineNBi.h>

Inheritance diagram for enviroment::fib::cOpFindEvenLineNBi:
Collaboration diagram for enviroment::fib::cOpFindEvenLineNBi:

List of all members.

Public Member Functions

 cOpFindEvenLineNBi (const cOperationIdentifier &operationId)
virtual ~cOpFindEvenLineNBi ()
virtual cOpFindEvenLineNBicreateInstance (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 60 of file cOpFindEvenLineNBi.h.


Constructor & Destructor Documentation

enviroment::fib::cOpFindEvenLineNBi::cOpFindEvenLineNBi ( 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::cOpFindEvenLineNBi::~cOpFindEvenLineNBi ( )
virtual

Destructor of the class cOpFindEvenLineNBi.


Member Function Documentation

virtual cOpFindEvenLineNBi* enviroment::fib::cOpFindEvenLineNBi::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::cOpFindEvenLineNBi::getName ( ) const
virtual
Returns:
the (class-)name of the operation

Reimplemented from enviroment::cOperation.

virtual bool enviroment::fib::cOpFindEvenLineNBi::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: