#include <vtkPVErrorLogDisplay.h>
Inheritance diagram for vtkPVErrorLogDisplay:


Public Member Functions | |
| vtkTypeRevisionMacro (vtkPVErrorLogDisplay, vtkPVTimerLogDisplay) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | Create (vtkKWApplication *app) |
| virtual void | AppendError (const char *) |
| virtual void | Clear () |
| virtual void | Save (const char *fileName) |
Static Public Member Functions | |
| vtkPVErrorLogDisplay * | New () |
Protected Member Functions | |
| vtkPVErrorLogDisplay () | |
| ~vtkPVErrorLogDisplay () | |
| virtual void | Update () |
Protected Attributes | |
| vtkVector< const char * > * | ErrorMessages |
A widget to display timing information in the timer log.
Definition at line 39 of file vtkPVErrorLogDisplay.h.
|
|
|
|
|
|
|
|
Reimplemented from vtkPVTimerLogDisplay. |
|
||||||||||||
|
|
|
||||||||||||
|
Reimplemented from vtkPVTimerLogDisplay. |
|
|
Create the widget. Reimplemented from vtkPVTimerLogDisplay. |
|
|
Add an error to the list. |
|
|
Clear all entries from the buffer. Reimplemented from vtkPVTimerLogDisplay. |
|
|
Saves the current log to a file. Reimplemented from vtkPVTimerLogDisplay. |
|
|
Update the display copying the new log information. Reimplemented from vtkPVTimerLogDisplay. |
|
|
Definition at line 65 of file vtkPVErrorLogDisplay.h. |
1.3.5