VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions
DtAlgorithmManager Class Reference

General interface which can be passed into an algorithm to control its behavior.

Inheritance diagram for DtAlgorithmManager:
Inheritance graph
[legend]

Public Types

enum  Severity {
  Error, WARN, INFO, VERBOSE,
  DEBUG_LEVEL
}
 
typedef DtTaggedException
< DtAlgorithmManager
Exception
 

Public Member Functions

virtual void message (Severity, const std::string &) const
 
void errorMessage (const std::string &) const
 
void warnMessage (const std::string &) const
 
void infoMessage (const std::string &) const
 
void verboseMessage (const std::string &) const
 
void debugMessage (const std::string &) const
 
virtual bool cancel () const
 

Member Typedef Documentation

Member Enumeration Documentation

Enumerator
Error 
WARN 
INFO 
VERBOSE 
DEBUG_LEVEL 

Member Function Documentation

virtual void DtAlgorithmManager::message ( Severity  ,
const std::string &   
) const
virtual

Output a messages from within the algorithm.

void DtAlgorithmManager::errorMessage ( const std::string &  ) const
void DtAlgorithmManager::warnMessage ( const std::string &  ) const
void DtAlgorithmManager::infoMessage ( const std::string &  ) const
void DtAlgorithmManager::verboseMessage ( const std::string &  ) const
void DtAlgorithmManager::debugMessage ( const std::string &  ) const
virtual bool DtAlgorithmManager::cancel ( ) const
virtual

Returns true if no longer needed.

Reimplemented in DtAsyncJob.


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

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)