KWWidgets
|
#include <vtkKWMessageDialog.h>
Public Types | |
enum | { StatusOther = 100 } |
enum | { StyleMessage = 0, StyleYesNo, StyleOkCancel, StyleOkOtherCancel, StyleCancel } |
enum | { RememberYes = 0x00002, RememberNo = 0x00004, ErrorIcon = 0x00008, WarningIcon = 0x00010, QuestionIcon = 0x00020, YesDefault = 0x00040, NoDefault = 0x00080, OkDefault = 0x00100, CancelDefault = 0x00200, Beep = 0x00400, PackVertically = 0x00800, InvokeAtPointer = 0x01000, CustomIcon = 0x02000, Resizable = 0x04000 } |
enum | { StatusOther = 100 } |
enum | { StyleMessage = 0, StyleYesNo, StyleOkCancel, StyleOkOtherCancel, StyleCancel } |
enum | { RememberYes = 0x00002, RememberNo = 0x00004, ErrorIcon = 0x00008, WarningIcon = 0x00010, QuestionIcon = 0x00020, YesDefault = 0x00040, NoDefault = 0x00080, OkDefault = 0x00100, CancelDefault = 0x00200, Beep = 0x00400, PackVertically = 0x00800, InvokeAtPointer = 0x01000, CustomIcon = 0x02000, Resizable = 0x04000 } |
typedef vtkKWDialog | Superclass |
typedef vtkKWDialog | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetText (const char *) |
virtual void | SetTextWidth (int) |
virtual int | GetTextWidth () |
virtual void | SetStyle (int) |
virtual int | GetStyle () |
void | SetStyleToMessage () |
void | SetStyleToYesNo () |
void | SetStyleToOkCancel () |
void | SetStyleToOkOtherCancel () |
void | SetStyleToCancel () |
virtual void | SetOptions (int) |
virtual int | GetOptions () |
virtual void | SetOKButtonText (const char *) |
virtual char * | GetOKButtonText () |
virtual void | SetCancelButtonText (const char *) |
virtual char * | GetCancelButtonText () |
virtual void | SetOtherButtonText (const char *) |
virtual char * | GetOtherButtonText () |
virtual vtkKWFrame * | GetTopFrame () |
virtual vtkKWFrame * | GetMessageDialogFrame () |
virtual vtkKWFrame * | GetBottomFrame () |
virtual vtkKWLabel * | GetIcon () |
virtual vtkKWPushButton * | GetOKButton () |
virtual vtkKWPushButton * | GetCancelButton () |
virtual vtkKWPushButton * | GetOtherButton () |
virtual void | SetDialogName (const char *) |
virtual char * | GetDialogName () |
virtual void | Display () |
virtual int | PreInvoke () |
virtual void | PostInvoke () |
virtual void | Other () |
virtual void | SetIcon () |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetText (const char *) |
virtual void | SetTextWidth (int) |
virtual int | GetTextWidth () |
virtual void | SetStyle (int) |
virtual int | GetStyle () |
void | SetStyleToMessage () |
void | SetStyleToYesNo () |
void | SetStyleToOkCancel () |
void | SetStyleToOkOtherCancel () |
void | SetStyleToCancel () |
virtual void | SetOptions (int) |
virtual int | GetOptions () |
virtual void | SetOKButtonText (const char *) |
virtual char * | GetOKButtonText () |
virtual void | SetCancelButtonText (const char *) |
virtual char * | GetCancelButtonText () |
virtual void | SetOtherButtonText (const char *) |
virtual char * | GetOtherButtonText () |
virtual vtkKWFrame * | GetTopFrame () |
virtual vtkKWFrame * | GetMessageDialogFrame () |
virtual vtkKWFrame * | GetBottomFrame () |
virtual vtkKWLabel * | GetIcon () |
virtual vtkKWPushButton * | GetOKButton () |
virtual vtkKWPushButton * | GetCancelButton () |
virtual vtkKWPushButton * | GetOtherButton () |
virtual void | SetDialogName (const char *) |
virtual char * | GetDialogName () |
virtual void | Display () |
virtual int | PreInvoke () |
virtual void | PostInvoke () |
virtual void | Other () |
virtual void | SetIcon () |
Static Public Member Functions | |
static vtkKWMessageDialog * | New () |
static int | IsTypeOf (const char *type) |
static vtkKWMessageDialog * | SafeDownCast (vtkObject *o) |
static void | PopupMessage (vtkKWApplication *app, vtkKWWidget *masterWin, const char *title, const char *message, int options=0) |
static int | PopupYesNo (vtkKWApplication *app, vtkKWWidget *masterWin, const char *title, const char *message, int options=0) |
static int | PopupYesNo (vtkKWApplication *app, vtkKWWidget *masterWin, const char *name, const char *title, const char *message, int options=0) |
static int | PopupOkCancel (vtkKWApplication *app, vtkKWWidget *masterWin, const char *title, const char *message, int options=0) |
static int | RestoreMessageDialogResponseFromRegistry (vtkKWApplication *app, const char *dialogname) |
static void | SaveMessageDialogResponseToRegistry (vtkKWApplication *app, const char *dialogname, int response) |
static vtkKWMessageDialog * | New () |
static int | IsTypeOf (const char *type) |
static vtkKWMessageDialog * | SafeDownCast (vtkObject *o) |
static void | PopupMessage (vtkKWApplication *app, vtkKWWidget *masterWin, const char *title, const char *message, int options=0) |
static int | PopupYesNo (vtkKWApplication *app, vtkKWWidget *masterWin, const char *title, const char *message, int options=0) |
static int | PopupYesNo (vtkKWApplication *app, vtkKWWidget *masterWin, const char *name, const char *title, const char *message, int options=0) |
static int | PopupOkCancel (vtkKWApplication *app, vtkKWWidget *masterWin, const char *title, const char *message, int options=0) |
static int | RestoreMessageDialogResponseFromRegistry (vtkKWApplication *app, const char *dialogname) |
static void | SaveMessageDialogResponseToRegistry (vtkKWApplication *app, const char *dialogname, int response) |
Protected Member Functions | |
vtkKWMessageDialog () | |
~vtkKWMessageDialog () | |
virtual void | CreateWidget () |
virtual void | SetDialogText (const char *) |
virtual char * | GetDialogText () |
int | GetRememberMessage () |
virtual void | UpdateButtons () |
virtual void | PackButtons () |
virtual void | UpdateMessage () |
virtual void | Pack () |
vtkKWMessageDialog () | |
~vtkKWMessageDialog () | |
virtual void | CreateWidget () |
virtual void | SetDialogText (const char *) |
virtual char * | GetDialogText () |
int | GetRememberMessage () |
virtual void | UpdateButtons () |
virtual void | PackButtons () |
virtual void | UpdateMessage () |
virtual void | Pack () |
Protected Attributes | |
int | Style |
int | Default |
int | Options |
char * | DialogName |
char * | DialogText |
vtkKWFrame * | TopFrame |
vtkKWFrame * | MessageDialogFrame |
vtkKWFrame * | BottomFrame |
vtkKWMessage * | Message |
vtkKWFrame * | ButtonFrame |
vtkKWPushButton * | OKButton |
vtkKWPushButton * | CancelButton |
vtkKWPushButton * | OtherButton |
vtkKWLabel * | Icon |
vtkKWFrame * | OKFrame |
vtkKWFrame * | CancelFrame |
vtkKWFrame * | OtherFrame |
vtkKWCheckButton * | CheckButton |
char * | OKButtonText |
char * | CancelButtonText |
char * | OtherButtonText |
Definition at line 30 of file debian/tmp/usr/include/KWWidgets/vtkKWMessageDialog.h.
Reimplemented from vtkKWDialog.
Reimplemented in vtkKWLogDialog, vtkKWLogDialog, vtkKWSimpleEntryDialog, and vtkKWSimpleEntryDialog.
Definition at line 34 of file debian/tmp/usr/include/KWWidgets/vtkKWMessageDialog.h.
Reimplemented from vtkKWDialog.
Reimplemented in vtkKWLogDialog, vtkKWLogDialog, vtkKWSimpleEntryDialog, and vtkKWSimpleEntryDialog.
Definition at line 34 of file vtkKWMessageDialog.h.
anonymous enum |
Definition at line 51 of file debian/tmp/usr/include/KWWidgets/vtkKWMessageDialog.h.
anonymous enum |
Definition at line 61 of file debian/tmp/usr/include/KWWidgets/vtkKWMessageDialog.h.
anonymous enum |
RememberYes | |
RememberNo | |
ErrorIcon | |
WarningIcon | |
QuestionIcon | |
YesDefault | |
NoDefault | |
OkDefault | |
CancelDefault | |
Beep | |
PackVertically | |
InvokeAtPointer | |
CustomIcon | |
Resizable |
Definition at line 81 of file debian/tmp/usr/include/KWWidgets/vtkKWMessageDialog.h.
anonymous enum |
Definition at line 51 of file vtkKWMessageDialog.h.
anonymous enum |
Definition at line 61 of file vtkKWMessageDialog.h.
anonymous enum |
RememberYes | |
RememberNo | |
ErrorIcon | |
WarningIcon | |
QuestionIcon | |
YesDefault | |
NoDefault | |
OkDefault | |
CancelDefault | |
Beep | |
PackVertically | |
InvokeAtPointer | |
CustomIcon | |
Resizable |
Definition at line 81 of file vtkKWMessageDialog.h.
vtkKWMessageDialog::vtkKWMessageDialog | ( | ) | [protected] |
vtkKWMessageDialog::~vtkKWMessageDialog | ( | ) | [protected] |
vtkKWMessageDialog::vtkKWMessageDialog | ( | ) | [protected] |
vtkKWMessageDialog::~vtkKWMessageDialog | ( | ) | [protected] |
static vtkKWMessageDialog* vtkKWMessageDialog::New | ( | ) | [static] |
Reimplemented from vtkKWDialog.
Reimplemented in vtkKWLogDialog, vtkKWLogDialog, vtkKWSimpleEntryDialog, and vtkKWSimpleEntryDialog.
virtual const char* vtkKWMessageDialog::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkKWDialog.
Reimplemented in vtkKWLogDialog, vtkKWLogDialog, vtkKWSimpleEntryDialog, and vtkKWSimpleEntryDialog.
static int vtkKWMessageDialog::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkKWDialog.
Reimplemented in vtkKWLogDialog, vtkKWLogDialog, vtkKWSimpleEntryDialog, and vtkKWSimpleEntryDialog.
virtual int vtkKWMessageDialog::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkKWDialog.
Reimplemented in vtkKWLogDialog, vtkKWLogDialog, vtkKWSimpleEntryDialog, and vtkKWSimpleEntryDialog.
static vtkKWMessageDialog* vtkKWMessageDialog::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkKWDialog.
Reimplemented in vtkKWLogDialog, vtkKWLogDialog, vtkKWSimpleEntryDialog, and vtkKWSimpleEntryDialog.
void vtkKWMessageDialog::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
Reimplemented from vtkKWDialog.
Reimplemented in vtkKWLogDialog, vtkKWLogDialog, vtkKWSimpleEntryDialog, and vtkKWSimpleEntryDialog.
virtual void vtkKWMessageDialog::SetText | ( | const char * | ) | [virtual] |
virtual void vtkKWMessageDialog::SetTextWidth | ( | int | ) | [virtual] |
virtual int vtkKWMessageDialog::GetTextWidth | ( | ) | [virtual] |
virtual void vtkKWMessageDialog::SetStyle | ( | int | ) | [virtual] |
virtual int vtkKWMessageDialog::GetStyle | ( | ) | [virtual] |
void vtkKWMessageDialog::SetStyleToYesNo | ( | ) |
void vtkKWMessageDialog::SetStyleToCancel | ( | ) |
virtual void vtkKWMessageDialog::SetOptions | ( | int | ) | [virtual] |
virtual int vtkKWMessageDialog::GetOptions | ( | ) | [virtual] |
virtual void vtkKWMessageDialog::SetOKButtonText | ( | const char * | ) | [virtual] |
virtual char* vtkKWMessageDialog::GetOKButtonText | ( | ) | [virtual] |
virtual void vtkKWMessageDialog::SetCancelButtonText | ( | const char * | ) | [virtual] |
virtual char* vtkKWMessageDialog::GetCancelButtonText | ( | ) | [virtual] |
virtual void vtkKWMessageDialog::SetOtherButtonText | ( | const char * | ) | [virtual] |
virtual char* vtkKWMessageDialog::GetOtherButtonText | ( | ) | [virtual] |
static void vtkKWMessageDialog::PopupMessage | ( | vtkKWApplication * | app, |
vtkKWWidget * | masterWin, | ||
const char * | title, | ||
const char * | message, | ||
int | options = 0 |
||
) | [static] |
static int vtkKWMessageDialog::PopupYesNo | ( | vtkKWApplication * | app, |
vtkKWWidget * | masterWin, | ||
const char * | title, | ||
const char * | message, | ||
int | options = 0 |
||
) | [static] |
static int vtkKWMessageDialog::PopupYesNo | ( | vtkKWApplication * | app, |
vtkKWWidget * | masterWin, | ||
const char * | name, | ||
const char * | title, | ||
const char * | message, | ||
int | options = 0 |
||
) | [static] |
static int vtkKWMessageDialog::PopupOkCancel | ( | vtkKWApplication * | app, |
vtkKWWidget * | masterWin, | ||
const char * | title, | ||
const char * | message, | ||
int | options = 0 |
||
) | [static] |
virtual vtkKWFrame* vtkKWMessageDialog::GetTopFrame | ( | ) | [virtual] |
virtual vtkKWFrame* vtkKWMessageDialog::GetMessageDialogFrame | ( | ) | [virtual] |
virtual vtkKWFrame* vtkKWMessageDialog::GetBottomFrame | ( | ) | [virtual] |
virtual vtkKWLabel* vtkKWMessageDialog::GetIcon | ( | ) | [virtual] |
virtual vtkKWPushButton* vtkKWMessageDialog::GetOKButton | ( | ) | [virtual] |
virtual vtkKWPushButton* vtkKWMessageDialog::GetCancelButton | ( | ) | [virtual] |
virtual vtkKWPushButton* vtkKWMessageDialog::GetOtherButton | ( | ) | [virtual] |
virtual void vtkKWMessageDialog::SetDialogName | ( | const char * | ) | [virtual] |
virtual char* vtkKWMessageDialog::GetDialogName | ( | ) | [virtual] |
static int vtkKWMessageDialog::RestoreMessageDialogResponseFromRegistry | ( | vtkKWApplication * | app, |
const char * | dialogname | ||
) | [static] |
static void vtkKWMessageDialog::SaveMessageDialogResponseToRegistry | ( | vtkKWApplication * | app, |
const char * | dialogname, | ||
int | response | ||
) | [static] |
virtual void vtkKWMessageDialog::Display | ( | ) | [virtual] |
Reimplemented from vtkKWDialog.
virtual int vtkKWMessageDialog::PreInvoke | ( | ) | [virtual] |
Reimplemented from vtkKWDialog.
virtual void vtkKWMessageDialog::PostInvoke | ( | ) | [virtual] |
Reimplemented from vtkKWDialog.
virtual void vtkKWMessageDialog::Other | ( | ) | [virtual] |
virtual void vtkKWMessageDialog::SetIcon | ( | ) | [virtual] |
virtual void vtkKWMessageDialog::CreateWidget | ( | ) | [protected, virtual] |
Reimplemented from vtkKWDialog.
Reimplemented in vtkKWLogDialog, vtkKWLogDialog, vtkKWSimpleEntryDialog, and vtkKWSimpleEntryDialog.
virtual void vtkKWMessageDialog::SetDialogText | ( | const char * | ) | [protected, virtual] |
virtual char* vtkKWMessageDialog::GetDialogText | ( | ) | [protected, virtual] |
int vtkKWMessageDialog::GetRememberMessage | ( | ) | [protected] |
virtual void vtkKWMessageDialog::UpdateButtons | ( | ) | [protected, virtual] |
virtual void vtkKWMessageDialog::PackButtons | ( | ) | [protected, virtual] |
virtual void vtkKWMessageDialog::UpdateMessage | ( | ) | [protected, virtual] |
virtual void vtkKWMessageDialog::Pack | ( | ) | [protected, virtual] |
Reimplemented in vtkKWSimpleEntryDialog, and vtkKWSimpleEntryDialog.
static vtkKWMessageDialog* vtkKWMessageDialog::New | ( | ) | [static] |
Reimplemented from vtkKWDialog.
Reimplemented in vtkKWLogDialog, vtkKWLogDialog, vtkKWSimpleEntryDialog, and vtkKWSimpleEntryDialog.
virtual const char* vtkKWMessageDialog::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkKWDialog.
Reimplemented in vtkKWLogDialog, vtkKWLogDialog, vtkKWSimpleEntryDialog, and vtkKWSimpleEntryDialog.
static int vtkKWMessageDialog::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkKWDialog.
Reimplemented in vtkKWLogDialog, vtkKWLogDialog, vtkKWSimpleEntryDialog, and vtkKWSimpleEntryDialog.
virtual int vtkKWMessageDialog::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkKWDialog.
Reimplemented in vtkKWLogDialog, vtkKWLogDialog, vtkKWSimpleEntryDialog, and vtkKWSimpleEntryDialog.
static vtkKWMessageDialog* vtkKWMessageDialog::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkKWDialog.
Reimplemented in vtkKWLogDialog, vtkKWLogDialog, vtkKWSimpleEntryDialog, and vtkKWSimpleEntryDialog.
void vtkKWMessageDialog::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
Reimplemented from vtkKWDialog.
Reimplemented in vtkKWLogDialog, vtkKWLogDialog, vtkKWSimpleEntryDialog, and vtkKWSimpleEntryDialog.
virtual void vtkKWMessageDialog::SetText | ( | const char * | ) | [virtual] |
virtual void vtkKWMessageDialog::SetTextWidth | ( | int | ) | [virtual] |
virtual int vtkKWMessageDialog::GetTextWidth | ( | ) | [virtual] |
virtual void vtkKWMessageDialog::SetStyle | ( | int | ) | [virtual] |
virtual int vtkKWMessageDialog::GetStyle | ( | ) | [virtual] |
void vtkKWMessageDialog::SetStyleToYesNo | ( | ) |
void vtkKWMessageDialog::SetStyleToCancel | ( | ) |
virtual void vtkKWMessageDialog::SetOptions | ( | int | ) | [virtual] |
virtual int vtkKWMessageDialog::GetOptions | ( | ) | [virtual] |
virtual void vtkKWMessageDialog::SetOKButtonText | ( | const char * | ) | [virtual] |
virtual char* vtkKWMessageDialog::GetOKButtonText | ( | ) | [virtual] |
virtual void vtkKWMessageDialog::SetCancelButtonText | ( | const char * | ) | [virtual] |
virtual char* vtkKWMessageDialog::GetCancelButtonText | ( | ) | [virtual] |
virtual void vtkKWMessageDialog::SetOtherButtonText | ( | const char * | ) | [virtual] |
virtual char* vtkKWMessageDialog::GetOtherButtonText | ( | ) | [virtual] |
static void vtkKWMessageDialog::PopupMessage | ( | vtkKWApplication * | app, |
vtkKWWidget * | masterWin, | ||
const char * | title, | ||
const char * | message, | ||
int | options = 0 |
||
) | [static] |
static int vtkKWMessageDialog::PopupYesNo | ( | vtkKWApplication * | app, |
vtkKWWidget * | masterWin, | ||
const char * | title, | ||
const char * | message, | ||
int | options = 0 |
||
) | [static] |
static int vtkKWMessageDialog::PopupYesNo | ( | vtkKWApplication * | app, |
vtkKWWidget * | masterWin, | ||
const char * | name, | ||
const char * | title, | ||
const char * | message, | ||
int | options = 0 |
||
) | [static] |
static int vtkKWMessageDialog::PopupOkCancel | ( | vtkKWApplication * | app, |
vtkKWWidget * | masterWin, | ||
const char * | title, | ||
const char * | message, | ||
int | options = 0 |
||
) | [static] |
virtual vtkKWFrame* vtkKWMessageDialog::GetTopFrame | ( | ) | [virtual] |
virtual vtkKWFrame* vtkKWMessageDialog::GetMessageDialogFrame | ( | ) | [virtual] |
virtual vtkKWFrame* vtkKWMessageDialog::GetBottomFrame | ( | ) | [virtual] |
virtual vtkKWLabel* vtkKWMessageDialog::GetIcon | ( | ) | [virtual] |
virtual vtkKWPushButton* vtkKWMessageDialog::GetOKButton | ( | ) | [virtual] |
virtual vtkKWPushButton* vtkKWMessageDialog::GetCancelButton | ( | ) | [virtual] |
virtual vtkKWPushButton* vtkKWMessageDialog::GetOtherButton | ( | ) | [virtual] |
virtual void vtkKWMessageDialog::SetDialogName | ( | const char * | ) | [virtual] |
virtual char* vtkKWMessageDialog::GetDialogName | ( | ) | [virtual] |
static int vtkKWMessageDialog::RestoreMessageDialogResponseFromRegistry | ( | vtkKWApplication * | app, |
const char * | dialogname | ||
) | [static] |
static void vtkKWMessageDialog::SaveMessageDialogResponseToRegistry | ( | vtkKWApplication * | app, |
const char * | dialogname, | ||
int | response | ||
) | [static] |
virtual void vtkKWMessageDialog::Display | ( | ) | [virtual] |
Reimplemented from vtkKWDialog.
virtual int vtkKWMessageDialog::PreInvoke | ( | ) | [virtual] |
Reimplemented from vtkKWDialog.
virtual void vtkKWMessageDialog::PostInvoke | ( | ) | [virtual] |
Reimplemented from vtkKWDialog.
virtual void vtkKWMessageDialog::Other | ( | ) | [virtual] |
virtual void vtkKWMessageDialog::SetIcon | ( | ) | [virtual] |
virtual void vtkKWMessageDialog::CreateWidget | ( | ) | [protected, virtual] |
Reimplemented from vtkKWDialog.
Reimplemented in vtkKWLogDialog, vtkKWLogDialog, vtkKWSimpleEntryDialog, and vtkKWSimpleEntryDialog.
virtual void vtkKWMessageDialog::SetDialogText | ( | const char * | ) | [protected, virtual] |
virtual char* vtkKWMessageDialog::GetDialogText | ( | ) | [protected, virtual] |
int vtkKWMessageDialog::GetRememberMessage | ( | ) | [protected] |
virtual void vtkKWMessageDialog::UpdateButtons | ( | ) | [protected, virtual] |
virtual void vtkKWMessageDialog::PackButtons | ( | ) | [protected, virtual] |
virtual void vtkKWMessageDialog::UpdateMessage | ( | ) | [protected, virtual] |
virtual void vtkKWMessageDialog::Pack | ( | ) | [protected, virtual] |
Reimplemented in vtkKWSimpleEntryDialog, and vtkKWSimpleEntryDialog.
int vtkKWMessageDialog::Style [protected] |
Definition at line 214 of file debian/tmp/usr/include/KWWidgets/vtkKWMessageDialog.h.
int vtkKWMessageDialog::Default [protected] |
Definition at line 215 of file debian/tmp/usr/include/KWWidgets/vtkKWMessageDialog.h.
int vtkKWMessageDialog::Options [protected] |
Definition at line 216 of file debian/tmp/usr/include/KWWidgets/vtkKWMessageDialog.h.
char * vtkKWMessageDialog::DialogName [protected] |
Definition at line 217 of file debian/tmp/usr/include/KWWidgets/vtkKWMessageDialog.h.
char * vtkKWMessageDialog::DialogText [protected] |
Definition at line 218 of file debian/tmp/usr/include/KWWidgets/vtkKWMessageDialog.h.
vtkKWFrame * vtkKWMessageDialog::TopFrame [protected] |
Definition at line 221 of file debian/tmp/usr/include/KWWidgets/vtkKWMessageDialog.h.
vtkKWFrame * vtkKWMessageDialog::MessageDialogFrame [protected] |
Definition at line 224 of file debian/tmp/usr/include/KWWidgets/vtkKWMessageDialog.h.
vtkKWFrame * vtkKWMessageDialog::BottomFrame [protected] |
Definition at line 225 of file debian/tmp/usr/include/KWWidgets/vtkKWMessageDialog.h.
vtkKWMessage * vtkKWMessageDialog::Message [protected] |
Definition at line 226 of file debian/tmp/usr/include/KWWidgets/vtkKWMessageDialog.h.
vtkKWFrame * vtkKWMessageDialog::ButtonFrame [protected] |
Definition at line 227 of file debian/tmp/usr/include/KWWidgets/vtkKWMessageDialog.h.
vtkKWPushButton * vtkKWMessageDialog::OKButton [protected] |
Definition at line 228 of file debian/tmp/usr/include/KWWidgets/vtkKWMessageDialog.h.
vtkKWPushButton * vtkKWMessageDialog::CancelButton [protected] |
Definition at line 229 of file debian/tmp/usr/include/KWWidgets/vtkKWMessageDialog.h.
vtkKWPushButton * vtkKWMessageDialog::OtherButton [protected] |
Definition at line 230 of file debian/tmp/usr/include/KWWidgets/vtkKWMessageDialog.h.
vtkKWLabel * vtkKWMessageDialog::Icon [protected] |
Definition at line 231 of file debian/tmp/usr/include/KWWidgets/vtkKWMessageDialog.h.
vtkKWFrame * vtkKWMessageDialog::OKFrame [protected] |
Definition at line 232 of file debian/tmp/usr/include/KWWidgets/vtkKWMessageDialog.h.
vtkKWFrame * vtkKWMessageDialog::CancelFrame [protected] |
Definition at line 233 of file debian/tmp/usr/include/KWWidgets/vtkKWMessageDialog.h.
vtkKWFrame * vtkKWMessageDialog::OtherFrame [protected] |
Definition at line 234 of file debian/tmp/usr/include/KWWidgets/vtkKWMessageDialog.h.
vtkKWCheckButton * vtkKWMessageDialog::CheckButton [protected] |
Definition at line 235 of file debian/tmp/usr/include/KWWidgets/vtkKWMessageDialog.h.
char * vtkKWMessageDialog::OKButtonText [protected] |
Definition at line 242 of file debian/tmp/usr/include/KWWidgets/vtkKWMessageDialog.h.
char * vtkKWMessageDialog::CancelButtonText [protected] |
Definition at line 243 of file debian/tmp/usr/include/KWWidgets/vtkKWMessageDialog.h.
char * vtkKWMessageDialog::OtherButtonText [protected] |
Definition at line 244 of file debian/tmp/usr/include/KWWidgets/vtkKWMessageDialog.h.