KWWidgets
|
#include <vtkKWLogWidget.h>
Public Types | |
enum | { RecordsClearedEvent = 15000 } |
enum | { RecordsClearedEvent = 15000 } |
typedef vtkKWCompositeWidget | Superclass |
typedef vtkKWCompositeWidget | Superclass |
![]() | |
typedef vtkKWFrame | Superclass |
typedef vtkKWFrame | Superclass |
![]() | |
typedef vtkKWCoreWidget | Superclass |
typedef vtkKWCoreWidget | Superclass |
![]() | |
typedef vtkKWWidget | Superclass |
typedef vtkKWWidget | Superclass |
![]() | |
enum | { WidgetCreatedEvent = 30000 } |
enum | { WidgetCreatedEvent = 30000 } |
typedef vtkKWObject | Superclass |
typedef vtkKWObject | Superclass |
![]() | |
typedef vtkObject | Superclass |
typedef vtkObject | 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) |
![]() | |
vtkKWCompositeWidget () | |
~vtkKWCompositeWidget () | |
vtkKWCompositeWidget () | |
~vtkKWCompositeWidget () | |
![]() | |
vtkKWFrame () | |
~vtkKWFrame () | |
vtkKWFrame () | |
~vtkKWFrame () | |
![]() | |
vtkKWCoreWidget () | |
~vtkKWCoreWidget () | |
virtual const char * | GetType () |
const char * | ConvertTclStringToInternalString (const char *source, int options=0) |
const char * | ConvertInternalStringToTclString (const char *source, int options=0) |
virtual void | SetTextOption (const char *option, const char *value) |
virtual const char * | GetTextOption (const char *option) |
vtkKWCoreWidget () | |
~vtkKWCoreWidget () | |
virtual const char * | GetType () |
const char * | ConvertTclStringToInternalString (const char *source, int options=0) |
const char * | ConvertInternalStringToTclString (const char *source, int options=0) |
virtual void | SetTextOption (const char *option, const char *value) |
virtual const char * | GetTextOption (const char *option) |
![]() | |
vtkKWWidget () | |
~vtkKWWidget () | |
virtual void | AddChild (vtkKWWidget *w) |
virtual void | RemoveChild (vtkKWWidget *w) |
virtual void | AddBalloonHelpBindings () |
virtual void | PropagateEnableState (vtkKWWidget *widget) |
virtual void | SetGenericBinding (const char *target, const char *event, vtkObject *object, const char *method) |
virtual void | AddGenericBinding (const char *target, const char *event, vtkObject *object, const char *method) |
virtual void | RemoveGenericBinding (const char *target, const char *event) |
virtual void | RemoveGenericBinding (const char *target, const char *event, vtkObject *object, const char *method) |
vtkKWWidget () | |
~vtkKWWidget () | |
virtual void | AddChild (vtkKWWidget *w) |
virtual void | RemoveChild (vtkKWWidget *w) |
virtual void | AddBalloonHelpBindings () |
virtual void | PropagateEnableState (vtkKWWidget *widget) |
virtual void | SetGenericBinding (const char *target, const char *event, vtkObject *object, const char *method) |
virtual void | AddGenericBinding (const char *target, const char *event, vtkObject *object, const char *method) |
virtual void | RemoveGenericBinding (const char *target, const char *event) |
virtual void | RemoveGenericBinding (const char *target, const char *event, vtkObject *object, const char *method) |
![]() | |
vtkKWObject () | |
~vtkKWObject () | |
virtual void | SetObjectMethodCommand (char **command, vtkObject *object, const char *method) |
virtual void | InvokeObjectMethodCommand (const char *command) |
virtual vtkCallbackCommand * | GetCallbackCommand () |
virtual void | ProcessCallbackCommandEvents (vtkObject *caller, unsigned long event, void *calldata) |
vtkKWObject () | |
~vtkKWObject () | |
virtual void | SetObjectMethodCommand (char **command, vtkObject *object, const char *method) |
virtual void | InvokeObjectMethodCommand (const char *command) |
virtual vtkCallbackCommand * | GetCallbackCommand () |
virtual void | ProcessCallbackCommandEvents (vtkObject *caller, unsigned long event, void *calldata) |
Protected Attributes | |
vtkKWLogWidgetInternals * | Internals |
vtkKWMultiColumnListWithScrollbars * | RecordList |
vtkKWToolbar * | Toolbar |
vtkKWLoadSaveButton * | SaveButton |
vtkKWPushButton * | RemoveSelectedButton |
vtkKWPushButton * | RemoveAllButton |
vtkKWPushButton * | EmailButton |
vtkKWFrameWithLabel * | DescriptionFrame |
vtkKWTextWithScrollbars * | DescriptionText |
int | MaximumNumberOfRecords |
Additional Inherited Members | |
![]() | |
static int | CreateSpecificTkWidget (vtkKWWidget *obj, const char *type, const char *args=NULL) |
static int | CreateSpecificTkWidget (vtkKWWidget *obj, const char *type, const char *args=NULL) |
Definition at line 44 of file debian/tmp/usr/include/KWWidgets/vtkKWLogWidget.h.
Definition at line 48 of file debian/tmp/usr/include/KWWidgets/vtkKWLogWidget.h.
Definition at line 48 of file vtkKWLogWidget.h.
anonymous enum |
Definition at line 121 of file debian/tmp/usr/include/KWWidgets/vtkKWLogWidget.h.
|
protected |
Definition at line 138 of file debian/tmp/usr/include/KWWidgets/vtkKWLogWidget.h.
anonymous enum |
Definition at line 121 of file vtkKWLogWidget.h.
|
protected |
Definition at line 138 of file vtkKWLogWidget.h.
|
protected |
|
protected |
|
protected |
|
protected |
|
static |
Reimplemented from vtkKWCompositeWidget.
|
virtual |
Reimplemented from vtkKWCompositeWidget.
|
static |
Reimplemented from vtkKWCompositeWidget.
|
virtual |
Reimplemented from vtkKWCompositeWidget.
|
static |
Reimplemented from vtkKWCompositeWidget.
void vtkKWLogWidget::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
Reimplemented from vtkKWCompositeWidget.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Reimplemented from vtkKWWidget.
|
virtual |
|
protectedvirtual |
Reimplemented from vtkKWCompositeWidget.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
static |
Reimplemented from vtkKWCompositeWidget.
|
virtual |
Reimplemented from vtkKWCompositeWidget.
|
static |
Reimplemented from vtkKWCompositeWidget.
|
virtual |
Reimplemented from vtkKWCompositeWidget.
|
static |
Reimplemented from vtkKWCompositeWidget.
void vtkKWLogWidget::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
Reimplemented from vtkKWCompositeWidget.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Reimplemented from vtkKWWidget.
|
virtual |
|
protectedvirtual |
Reimplemented from vtkKWCompositeWidget.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protected |
Definition at line 186 of file debian/tmp/usr/include/KWWidgets/vtkKWLogWidget.h.
|
protected |
Definition at line 187 of file debian/tmp/usr/include/KWWidgets/vtkKWLogWidget.h.
|
protected |
Definition at line 188 of file debian/tmp/usr/include/KWWidgets/vtkKWLogWidget.h.
|
protected |
Definition at line 189 of file debian/tmp/usr/include/KWWidgets/vtkKWLogWidget.h.
|
protected |
Definition at line 190 of file debian/tmp/usr/include/KWWidgets/vtkKWLogWidget.h.
|
protected |
Definition at line 191 of file debian/tmp/usr/include/KWWidgets/vtkKWLogWidget.h.
|
protected |
Definition at line 192 of file debian/tmp/usr/include/KWWidgets/vtkKWLogWidget.h.
|
protected |
Definition at line 193 of file debian/tmp/usr/include/KWWidgets/vtkKWLogWidget.h.
|
protected |
Definition at line 194 of file debian/tmp/usr/include/KWWidgets/vtkKWLogWidget.h.
|
protected |
Definition at line 196 of file debian/tmp/usr/include/KWWidgets/vtkKWLogWidget.h.