#include <error_observer.hpp>
|
| void | Clear () |
| | Clear all members of the object. More...
|
| |
| | ErrorObserver () |
| |
| virtual void | Execute (vtkObject *vtkNotUsed(caller), unsigned long event, void *calldata) |
| |
| bool | GetError () const |
| | Call this function to know either or not an error has occurred. More...
|
| |
| std::string | GetErrorMessage () const |
| | Call this function to get the error message if there is any. More...
|
| |
| bool | GetWarning () const |
| | Call this function to know either or not a warning has occurred. More...
|
| |
| std::string | GetWarningMessage () const |
| | Call this function to get the warning message if there is any. More...
|
| |
Definition at line 8 of file error_observer.hpp.
| ErrorObserver::ErrorObserver |
( |
| ) |
|
|
inline |
| void ErrorObserver::Clear |
( |
| ) |
|
|
inline |
| virtual void ErrorObserver::Execute |
( |
vtkObject * |
vtkNotUsedcaller, |
|
|
unsigned long |
event, |
|
|
void * |
calldata |
|
) |
| |
|
inlinevirtual |
| bool ErrorObserver::GetError |
( |
| ) |
const |
|
inline |
Call this function to know either or not an error has occurred.
- Returns
- true if there is any error false otherwise
Definition at line 29 of file error_observer.hpp.
| std::string ErrorObserver::GetErrorMessage |
( |
| ) |
const |
|
inline |
Call this function to get the error message if there is any.
- Returns
- a string containing the error message
Definition at line 69 of file error_observer.hpp.
| bool ErrorObserver::GetWarning |
( |
| ) |
const |
|
inline |
Call this function to know either or not a warning has occurred.
- Returns
- true if there is any warning false otherwise
Definition at line 36 of file error_observer.hpp.
| std::string ErrorObserver::GetWarningMessage |
( |
| ) |
const |
|
inline |
Call this function to get the warning message if there is any.
- Returns
- a string containing the warning message
Definition at line 76 of file error_observer.hpp.
| bool ErrorObserver::Error |
|
private |
| std::string ErrorObserver::ErrorMessage |
|
private |
| bool ErrorObserver::Warning |
|
private |
| std::string ErrorObserver::WarningMessage |
|
private |
The documentation for this class was generated from the following file: