#include <vtkKWLogWidget.h>
Public Types | |
enum | { RecordsClearedEvent = 15000 } |
enum | { RecordsClearedEvent = 15000 } |
typedef vtkKWCompositeWidget | Superclass |
typedef vtkKWCompositeWidget | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual int | AddErrorRecord (const char *description) |
virtual int | AddWarningRecord (const char *description) |
virtual int | AddInformationRecord (const char *description) |
virtual int | AddDebugRecord (const char *description) |
virtual int | GetNumberOfRecords () |
virtual void | RemoveAllRecords () |
virtual void | SetMaximumNumberOfRecords (int) |
virtual int | GetMaximumNumberOfRecords () |
virtual int | WriteRecordsToStream (ostream &os) |
virtual int | WriteRecordsToFile (const char *filename) |
virtual int | EmailRecords (const char *recipient) |
virtual char * | GetFormatTimeStringCallback (const char *celltext) |
virtual void | WriteRecordsToFileCallback () |
virtual void | RemoveSelectedRecordsCallback () |
virtual void | RemoveAllRecordsCallback () |
virtual void | EmailRecordsCallback () |
virtual void | SelectionChangedCallback () |
virtual void | UpdateEnableState () |
virtual void | Update () |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual int | AddErrorRecord (const char *description) |
virtual int | AddWarningRecord (const char *description) |
virtual int | AddInformationRecord (const char *description) |
virtual int | AddDebugRecord (const char *description) |
virtual int | GetNumberOfRecords () |
virtual void | RemoveAllRecords () |
virtual void | SetMaximumNumberOfRecords (int) |
virtual int | GetMaximumNumberOfRecords () |
virtual int | WriteRecordsToStream (ostream &os) |
virtual int | WriteRecordsToFile (const char *filename) |
virtual int | EmailRecords (const char *recipient) |
virtual char * | GetFormatTimeStringCallback (const char *celltext) |
virtual void | WriteRecordsToFileCallback () |
virtual void | RemoveSelectedRecordsCallback () |
virtual void | RemoveAllRecordsCallback () |
virtual void | EmailRecordsCallback () |
virtual void | SelectionChangedCallback () |
virtual void | UpdateEnableState () |
virtual void | Update () |
Static Public Member Functions | |
static vtkKWLogWidget * | New () |
static int | IsTypeOf (const char *type) |
static vtkKWLogWidget * | SafeDownCast (vtkObject *o) |
static vtkKWLogWidget * | New () |
static int | IsTypeOf (const char *type) |
static vtkKWLogWidget * | SafeDownCast (vtkObject *o) |
Protected Types | |
enum | { ErrorType = 0, WarningType, InformationType, DebugType } |
enum | { ErrorType = 0, WarningType, InformationType, DebugType } |
Protected Member Functions | |
vtkKWLogWidget () | |
~vtkKWLogWidget () | |
virtual void | CreateWidget () |
virtual void | CreateRecordList () |
virtual unsigned int | GetCurrentTimeInSeconds () |
virtual void | RemoveInternalRecord (int record_id) |
virtual const char * | GetRecordDescription (int record_id) |
virtual int | AddRecord (const char *description, int type) |
virtual void | PruneRecords () |
virtual void | RemoveRowWithRecordId (int record_id) |
virtual int | GetIndexOfRowWithRecordId (int record_id) |
vtkKWLogWidget () | |
~vtkKWLogWidget () | |
virtual void | CreateWidget () |
virtual void | CreateRecordList () |
virtual unsigned int | GetCurrentTimeInSeconds () |
virtual void | RemoveInternalRecord (int record_id) |
virtual const char * | GetRecordDescription (int record_id) |
virtual int | AddRecord (const char *description, int type) |
virtual void | PruneRecords () |
virtual void | RemoveRowWithRecordId (int record_id) |
virtual int | GetIndexOfRowWithRecordId (int record_id) |
Protected Attributes | |
vtkKWLogWidgetInternals * | Internals |
vtkKWMultiColumnListWithScrollbars * | RecordList |
vtkKWToolbar * | Toolbar |
vtkKWLoadSaveButton * | SaveButton |
vtkKWPushButton * | RemoveSelectedButton |
vtkKWPushButton * | RemoveAllButton |
vtkKWPushButton * | EmailButton |
vtkKWFrameWithLabel * | DescriptionFrame |
vtkKWTextWithScrollbars * | DescriptionText |
int | MaximumNumberOfRecords |
Definition at line 44 of file debian/tmp/usr/include/KWWidgets/vtkKWLogWidget.h.
Reimplemented from vtkKWCompositeWidget.
Definition at line 48 of file debian/tmp/usr/include/KWWidgets/vtkKWLogWidget.h.
Reimplemented from vtkKWCompositeWidget.
Definition at line 48 of file vtkKWLogWidget.h.
anonymous enum |
Definition at line 121 of file debian/tmp/usr/include/KWWidgets/vtkKWLogWidget.h.
anonymous enum [protected] |
Definition at line 138 of file debian/tmp/usr/include/KWWidgets/vtkKWLogWidget.h.
anonymous enum |
Definition at line 121 of file vtkKWLogWidget.h.
anonymous enum [protected] |
Definition at line 138 of file vtkKWLogWidget.h.
vtkKWLogWidget::vtkKWLogWidget | ( | ) | [protected] |
vtkKWLogWidget::~vtkKWLogWidget | ( | ) | [protected] |
vtkKWLogWidget::vtkKWLogWidget | ( | ) | [protected] |
vtkKWLogWidget::~vtkKWLogWidget | ( | ) | [protected] |
static vtkKWLogWidget* vtkKWLogWidget::New | ( | ) | [static] |
Reimplemented from vtkKWCompositeWidget.
virtual const char* vtkKWLogWidget::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkKWCompositeWidget.
static int vtkKWLogWidget::IsTypeOf | ( | const char * | type ) | [static] |
Reimplemented from vtkKWCompositeWidget.
virtual int vtkKWLogWidget::IsA | ( | const char * | type ) | [virtual] |
Reimplemented from vtkKWCompositeWidget.
static vtkKWLogWidget* vtkKWLogWidget::SafeDownCast | ( | vtkObject * | o ) | [static] |
Reimplemented from vtkKWCompositeWidget.
void vtkKWLogWidget::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
Reimplemented from vtkKWCompositeWidget.
virtual int vtkKWLogWidget::AddErrorRecord | ( | const char * | description ) | [virtual] |
virtual int vtkKWLogWidget::AddWarningRecord | ( | const char * | description ) | [virtual] |
virtual int vtkKWLogWidget::AddInformationRecord | ( | const char * | description ) | [virtual] |
virtual int vtkKWLogWidget::AddDebugRecord | ( | const char * | description ) | [virtual] |
virtual int vtkKWLogWidget::GetNumberOfRecords | ( | ) | [virtual] |
virtual void vtkKWLogWidget::RemoveAllRecords | ( | ) | [virtual] |
virtual void vtkKWLogWidget::SetMaximumNumberOfRecords | ( | int | ) | [virtual] |
virtual int vtkKWLogWidget::GetMaximumNumberOfRecords | ( | ) | [virtual] |
virtual int vtkKWLogWidget::WriteRecordsToStream | ( | ostream & | os ) | [virtual] |
virtual int vtkKWLogWidget::WriteRecordsToFile | ( | const char * | filename ) | [virtual] |
virtual int vtkKWLogWidget::EmailRecords | ( | const char * | recipient ) | [virtual] |
virtual char* vtkKWLogWidget::GetFormatTimeStringCallback | ( | const char * | celltext ) | [virtual] |
virtual void vtkKWLogWidget::WriteRecordsToFileCallback | ( | ) | [virtual] |
virtual void vtkKWLogWidget::RemoveSelectedRecordsCallback | ( | ) | [virtual] |
virtual void vtkKWLogWidget::RemoveAllRecordsCallback | ( | ) | [virtual] |
virtual void vtkKWLogWidget::EmailRecordsCallback | ( | ) | [virtual] |
virtual void vtkKWLogWidget::SelectionChangedCallback | ( | ) | [virtual] |
virtual void vtkKWLogWidget::UpdateEnableState | ( | ) | [virtual] |
Reimplemented from vtkKWWidget.
virtual void vtkKWLogWidget::Update | ( | ) | [virtual] |
virtual void vtkKWLogWidget::CreateWidget | ( | ) | [protected, virtual] |
Reimplemented from vtkKWCompositeWidget.
virtual void vtkKWLogWidget::CreateRecordList | ( | ) | [protected, virtual] |
virtual unsigned int vtkKWLogWidget::GetCurrentTimeInSeconds | ( | ) | [protected, virtual] |
virtual void vtkKWLogWidget::RemoveInternalRecord | ( | int | record_id ) | [protected, virtual] |
virtual const char* vtkKWLogWidget::GetRecordDescription | ( | int | record_id ) | [protected, virtual] |
virtual int vtkKWLogWidget::AddRecord | ( | const char * | description, |
int | type | ||
) | [protected, virtual] |
virtual void vtkKWLogWidget::PruneRecords | ( | ) | [protected, virtual] |
virtual void vtkKWLogWidget::RemoveRowWithRecordId | ( | int | record_id ) | [protected, virtual] |
virtual int vtkKWLogWidget::GetIndexOfRowWithRecordId | ( | int | record_id ) | [protected, virtual] |
static vtkKWLogWidget* vtkKWLogWidget::New | ( | ) | [static] |
Reimplemented from vtkKWCompositeWidget.
virtual const char* vtkKWLogWidget::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkKWCompositeWidget.
static int vtkKWLogWidget::IsTypeOf | ( | const char * | type ) | [static] |
Reimplemented from vtkKWCompositeWidget.
virtual int vtkKWLogWidget::IsA | ( | const char * | type ) | [virtual] |
Reimplemented from vtkKWCompositeWidget.
static vtkKWLogWidget* vtkKWLogWidget::SafeDownCast | ( | vtkObject * | o ) | [static] |
Reimplemented from vtkKWCompositeWidget.
void vtkKWLogWidget::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
Reimplemented from vtkKWCompositeWidget.
virtual int vtkKWLogWidget::AddErrorRecord | ( | const char * | description ) | [virtual] |
virtual int vtkKWLogWidget::AddWarningRecord | ( | const char * | description ) | [virtual] |
virtual int vtkKWLogWidget::AddInformationRecord | ( | const char * | description ) | [virtual] |
virtual int vtkKWLogWidget::AddDebugRecord | ( | const char * | description ) | [virtual] |
virtual int vtkKWLogWidget::GetNumberOfRecords | ( | ) | [virtual] |
virtual void vtkKWLogWidget::RemoveAllRecords | ( | ) | [virtual] |
virtual void vtkKWLogWidget::SetMaximumNumberOfRecords | ( | int | ) | [virtual] |
virtual int vtkKWLogWidget::GetMaximumNumberOfRecords | ( | ) | [virtual] |
virtual int vtkKWLogWidget::WriteRecordsToStream | ( | ostream & | os ) | [virtual] |
virtual int vtkKWLogWidget::WriteRecordsToFile | ( | const char * | filename ) | [virtual] |
virtual int vtkKWLogWidget::EmailRecords | ( | const char * | recipient ) | [virtual] |
virtual char* vtkKWLogWidget::GetFormatTimeStringCallback | ( | const char * | celltext ) | [virtual] |
virtual void vtkKWLogWidget::WriteRecordsToFileCallback | ( | ) | [virtual] |
virtual void vtkKWLogWidget::RemoveSelectedRecordsCallback | ( | ) | [virtual] |
virtual void vtkKWLogWidget::RemoveAllRecordsCallback | ( | ) | [virtual] |
virtual void vtkKWLogWidget::EmailRecordsCallback | ( | ) | [virtual] |
virtual void vtkKWLogWidget::SelectionChangedCallback | ( | ) | [virtual] |
virtual void vtkKWLogWidget::UpdateEnableState | ( | ) | [virtual] |
Reimplemented from vtkKWWidget.
virtual void vtkKWLogWidget::Update | ( | ) | [virtual] |
virtual void vtkKWLogWidget::CreateWidget | ( | ) | [protected, virtual] |
Reimplemented from vtkKWCompositeWidget.
virtual void vtkKWLogWidget::CreateRecordList | ( | ) | [protected, virtual] |
virtual unsigned int vtkKWLogWidget::GetCurrentTimeInSeconds | ( | ) | [protected, virtual] |
virtual void vtkKWLogWidget::RemoveInternalRecord | ( | int | record_id ) | [protected, virtual] |
virtual const char* vtkKWLogWidget::GetRecordDescription | ( | int | record_id ) | [protected, virtual] |
virtual int vtkKWLogWidget::AddRecord | ( | const char * | description, |
int | type | ||
) | [protected, virtual] |
virtual void vtkKWLogWidget::PruneRecords | ( | ) | [protected, virtual] |
virtual void vtkKWLogWidget::RemoveRowWithRecordId | ( | int | record_id ) | [protected, virtual] |
virtual int vtkKWLogWidget::GetIndexOfRowWithRecordId | ( | int | record_id ) | [protected, virtual] |
vtkKWLogWidgetInternals * vtkKWLogWidget::Internals [protected] |
Reimplemented from vtkKWCoreWidget.
Definition at line 186 of file debian/tmp/usr/include/KWWidgets/vtkKWLogWidget.h.
vtkKWMultiColumnListWithScrollbars * vtkKWLogWidget::RecordList [protected] |
Definition at line 187 of file debian/tmp/usr/include/KWWidgets/vtkKWLogWidget.h.
vtkKWToolbar * vtkKWLogWidget::Toolbar [protected] |
Definition at line 188 of file debian/tmp/usr/include/KWWidgets/vtkKWLogWidget.h.
vtkKWLoadSaveButton * vtkKWLogWidget::SaveButton [protected] |
Definition at line 189 of file debian/tmp/usr/include/KWWidgets/vtkKWLogWidget.h.
vtkKWPushButton * vtkKWLogWidget::RemoveSelectedButton [protected] |
Definition at line 190 of file debian/tmp/usr/include/KWWidgets/vtkKWLogWidget.h.
vtkKWPushButton * vtkKWLogWidget::RemoveAllButton [protected] |
Definition at line 191 of file debian/tmp/usr/include/KWWidgets/vtkKWLogWidget.h.
vtkKWPushButton * vtkKWLogWidget::EmailButton [protected] |
Definition at line 192 of file debian/tmp/usr/include/KWWidgets/vtkKWLogWidget.h.
vtkKWFrameWithLabel * vtkKWLogWidget::DescriptionFrame [protected] |
Definition at line 193 of file debian/tmp/usr/include/KWWidgets/vtkKWLogWidget.h.
vtkKWTextWithScrollbars * vtkKWLogWidget::DescriptionText [protected] |
Definition at line 194 of file debian/tmp/usr/include/KWWidgets/vtkKWLogWidget.h.
int vtkKWLogWidget::MaximumNumberOfRecords [protected] |
Definition at line 196 of file debian/tmp/usr/include/KWWidgets/vtkKWLogWidget.h.