KWWidgets
|
#include <vtkKWNotebook.h>
Classes | |
class | Page |
Public Types | |
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) |
int | AddPage (const char *title, const char *balloon, vtkKWIcon *icon, int tag) |
int | AddPage (const char *title, const char *balloon, vtkKWIcon *icon) |
int | AddPage (const char *title, const char *balloon) |
int | AddPage (const char *title) |
int | HasPage (int id) |
int | HasPage (const char *title, int tag) |
int | GetPageId (const char *title, int tag) |
const char * | GetPageTitle (int id) |
virtual void | SetPageTitle (int id, const char *title) |
const char * | GetPageBalloonHelpString (int id) |
virtual void | SetPageBalloonHelpString (int id, const char *str) |
vtkKWIcon * | GetPageIcon (int id) |
virtual void | SetPageIcon (int id, vtkKWIcon *icon) |
virtual void | SetPageIconToPredefinedIcon (int id, int icon_index) |
int | GetPageSmallCounterValue (int id) |
virtual void | SetPageSmallCounterValue (int id, int v) |
unsigned int | GetNumberOfPages () |
unsigned int | GetNumberOfPagesMatchingTag (int tag) |
void | SetPageTag (int id, int tag) |
void | SetPageTag (const char *title, int tag) |
int | GetPageTag (int id) |
int | GetPageTag (const char *title) |
void | RaisePage (int id) |
void | RaisePage (const char *title) |
void | RaisePage (const char *title, int tag) |
int | GetRaisedPageId () |
void | RaiseFirstPageMatchingTag (int tag) |
vtkKWFrame * | GetFrame (int id) |
vtkKWFrame * | GetFrame (const char *title) |
vtkKWFrame * | GetFrame (const char *title, int tag) |
int | GetPageIdFromFrameWidgetName (const char *frame_wname) |
int | RemovePage (int id) |
int | RemovePage (const char *title) |
void | RemovePagesMatchingTag (int tag) |
void | ShowPage (int id) |
void | ShowPage (const char *title) |
void | ShowPage (const char *title, int tag) |
void | HidePage (int id) |
void | HidePage (const char *title) |
void | HidePage (const char *title, int tag) |
void | SetPageVisibility (int id, int flag) |
void | SetPageVisibility (const char *title, int flag) |
void | SetPageVisibility (const char *title, int tag, int flag) |
int | GetPageVisibility (int id) |
int | GetPageVisibility (const char *title) |
int | GetPageVisibility (const char *title, int tag) |
void | TogglePageVisibility (int id) |
void | TogglePageVisibility (const char *title) |
void | TogglePageVisibility (const char *title, int tag) |
int | CanBeHidden (int id) |
int | CanBeHidden (const char *title) |
int | CanBeHidden (const char *title, int tag) |
void | HideAllPages () |
void | SetPageEnabled (int id, int flag) |
void | SetPageEnabled (const char *title, int flag) |
void | SetPageEnabled (const char *title, int tag, int fkag) |
unsigned int | GetNumberOfVisiblePages () |
unsigned int | GetNumberOfVisiblePagesMatchingTag (int tag) |
int | GetVisiblePageId (int idx) |
void | HidePagesMatchingTag (int tag) |
void | ShowPagesMatchingTag (int tag) |
void | ShowPagesMatchingTagReverse (int tag) |
void | HidePagesNotMatchingTag (int tag) |
void | ShowPagesNotMatchingTag (int tag) |
virtual void | SetShowAllPagesWithSameTag (int) |
virtual int | GetShowAllPagesWithSameTag () |
virtual void | ShowAllPagesWithSameTagOn () |
virtual void | ShowAllPagesWithSameTagOff () |
virtual void | SetShowOnlyPagesWithSameTag (int) |
virtual int | GetShowOnlyPagesWithSameTag () |
virtual void | ShowOnlyPagesWithSameTagOn () |
virtual void | ShowOnlyPagesWithSameTagOff () |
virtual void | SetShowOnlyMostRecentPages (int) |
virtual int | GetShowOnlyMostRecentPages () |
virtual void | ShowOnlyMostRecentPagesOn () |
virtual void | ShowOnlyMostRecentPagesOff () |
virtual void | SetNumberOfMostRecentPages (int) |
virtual int | GetNumberOfMostRecentPages () |
int | GetMostRecentPageId (int idx) |
void | PinPage (int id) |
void | PinPage (const char *title) |
void | PinPage (const char *title, int tag) |
void | UnpinPage (int id) |
void | UnpinPage (const char *title) |
void | UnpinPage (const char *title, int tag) |
void | TogglePagePinned (int id) |
void | TogglePagePinned (const char *title) |
void | TogglePagePinned (const char *title, int tag) |
int | GetPagePinned (int id) |
int | GetPagePinned (const char *title) |
int | GetPagePinned (const char *title, int tag) |
void | PinPagesMatchingTag (int tag) |
void | UnpinPagesMatchingTag (int tag) |
virtual void | SetPagesCanBePinned (int) |
virtual int | GetPagesCanBePinned () |
virtual void | PagesCanBePinnedOn () |
virtual void | PagesCanBePinnedOff () |
unsigned int | GetNumberOfPinnedPages () |
int | GetPinnedPageId (int idx) |
virtual void | SetUseFrameWithScrollbars (int) |
virtual int | GetUseFrameWithScrollbars () |
virtual void | UseFrameWithScrollbarsOn () |
virtual void | UseFrameWithScrollbarsOff () |
virtual void | SetMinimumWidth (int) |
virtual int | GetMinimumWidth () |
virtual void | SetMinimumHeight (int) |
virtual int | GetMinimumHeight () |
virtual void | SetAlwaysShowTabs (int) |
virtual int | GetAlwaysShowTabs () |
virtual void | AlwaysShowTabsOn () |
virtual void | AlwaysShowTabsOff () |
virtual void | SetShowIcons (int) |
virtual int | GetShowIcons () |
virtual void | ShowIconsOn () |
virtual void | ShowIconsOff () |
virtual void | SetEnablePageTabContextMenu (int) |
virtual int | GetEnablePageTabContextMenu () |
virtual void | EnablePageTabContextMenuOn () |
virtual void | EnablePageTabContextMenuOff () |
virtual void | SetBackgroundColor (double r, double g, double b) |
virtual void | SetBackgroundColor (double rgb[3]) |
virtual double * | GetPageTabColor () |
virtual void | GetPageTabColor (double &, double &, double &) |
virtual void | GetPageTabColor (double[3]) |
virtual void | SetPageTabColor (double r, double g, double b) |
virtual void | SetPageTabColor (double rgb[3]) |
virtual double * | GetSelectedPageTabColor () |
virtual void | GetSelectedPageTabColor (double &, double &, double &) |
virtual void | GetSelectedPageTabColor (double[3]) |
virtual void | SetSelectedPageTabColor (double r, double g, double b) |
virtual void | SetSelectedPageTabColor (double rgb[3]) |
virtual double * | GetPinnedPageTabOutlineColor () |
virtual void | GetPinnedPageTabOutlineColor (double &, double &, double &) |
virtual void | GetPinnedPageTabOutlineColor (double[3]) |
virtual void | SetPinnedPageTabOutlineColor (double r, double g, double b) |
virtual void | SetPinnedPageTabOutlineColor (double rgb[3]) |
virtual double * | GetPageTabTextColor () |
virtual void | GetPageTabTextColor (double &, double &, double &) |
virtual void | GetPageTabTextColor (double[3]) |
virtual void | SetPageTabTextColor (double r, double g, double b) |
virtual void | SetPageTabTextColor (double rgb[3]) |
virtual double * | GetSelectedPageTabTextColor () |
virtual void | GetSelectedPageTabTextColor (double &, double &, double &) |
virtual void | GetSelectedPageTabTextColor (double[3]) |
virtual void | SetSelectedPageTabTextColor (double r, double g, double b) |
virtual void | SetSelectedPageTabTextColor (double rgb[3]) |
virtual int | GetSelectedPageTabPadding () |
virtual void | SetSelectedPageTabPadding (int arg) |
virtual int | GetPageIdContainingCoordinatesInTab (int x, int y) |
virtual void | UpdateEnableState () |
virtual void | ScheduleResize () |
virtual void | Resize () |
virtual void | PageTabContextMenuCallback (int id, int x, int y) |
virtual void | RaiseCallback (int id) |
virtual void | TogglePagePinnedCallback (int id) |
virtual void | TogglePageVisibilityCallback (int id) |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
int | AddPage (const char *title, const char *balloon, vtkKWIcon *icon, int tag) |
int | AddPage (const char *title, const char *balloon, vtkKWIcon *icon) |
int | AddPage (const char *title, const char *balloon) |
int | AddPage (const char *title) |
int | HasPage (int id) |
int | HasPage (const char *title, int tag) |
int | GetPageId (const char *title, int tag) |
const char * | GetPageTitle (int id) |
virtual void | SetPageTitle (int id, const char *title) |
const char * | GetPageBalloonHelpString (int id) |
virtual void | SetPageBalloonHelpString (int id, const char *str) |
vtkKWIcon * | GetPageIcon (int id) |
virtual void | SetPageIcon (int id, vtkKWIcon *icon) |
virtual void | SetPageIconToPredefinedIcon (int id, int icon_index) |
int | GetPageSmallCounterValue (int id) |
virtual void | SetPageSmallCounterValue (int id, int v) |
unsigned int | GetNumberOfPages () |
unsigned int | GetNumberOfPagesMatchingTag (int tag) |
void | SetPageTag (int id, int tag) |
void | SetPageTag (const char *title, int tag) |
int | GetPageTag (int id) |
int | GetPageTag (const char *title) |
void | RaisePage (int id) |
void | RaisePage (const char *title) |
void | RaisePage (const char *title, int tag) |
int | GetRaisedPageId () |
void | RaiseFirstPageMatchingTag (int tag) |
vtkKWFrame * | GetFrame (int id) |
vtkKWFrame * | GetFrame (const char *title) |
vtkKWFrame * | GetFrame (const char *title, int tag) |
int | GetPageIdFromFrameWidgetName (const char *frame_wname) |
int | RemovePage (int id) |
int | RemovePage (const char *title) |
void | RemovePagesMatchingTag (int tag) |
void | ShowPage (int id) |
void | ShowPage (const char *title) |
void | ShowPage (const char *title, int tag) |
void | HidePage (int id) |
void | HidePage (const char *title) |
void | HidePage (const char *title, int tag) |
void | SetPageVisibility (int id, int flag) |
void | SetPageVisibility (const char *title, int flag) |
void | SetPageVisibility (const char *title, int tag, int flag) |
int | GetPageVisibility (int id) |
int | GetPageVisibility (const char *title) |
int | GetPageVisibility (const char *title, int tag) |
void | TogglePageVisibility (int id) |
void | TogglePageVisibility (const char *title) |
void | TogglePageVisibility (const char *title, int tag) |
int | CanBeHidden (int id) |
int | CanBeHidden (const char *title) |
int | CanBeHidden (const char *title, int tag) |
void | HideAllPages () |
void | SetPageEnabled (int id, int flag) |
void | SetPageEnabled (const char *title, int flag) |
void | SetPageEnabled (const char *title, int tag, int fkag) |
unsigned int | GetNumberOfVisiblePages () |
unsigned int | GetNumberOfVisiblePagesMatchingTag (int tag) |
int | GetVisiblePageId (int idx) |
void | HidePagesMatchingTag (int tag) |
void | ShowPagesMatchingTag (int tag) |
void | ShowPagesMatchingTagReverse (int tag) |
void | HidePagesNotMatchingTag (int tag) |
void | ShowPagesNotMatchingTag (int tag) |
virtual void | SetShowAllPagesWithSameTag (int) |
virtual int | GetShowAllPagesWithSameTag () |
virtual void | ShowAllPagesWithSameTagOn () |
virtual void | ShowAllPagesWithSameTagOff () |
virtual void | SetShowOnlyPagesWithSameTag (int) |
virtual int | GetShowOnlyPagesWithSameTag () |
virtual void | ShowOnlyPagesWithSameTagOn () |
virtual void | ShowOnlyPagesWithSameTagOff () |
virtual void | SetShowOnlyMostRecentPages (int) |
virtual int | GetShowOnlyMostRecentPages () |
virtual void | ShowOnlyMostRecentPagesOn () |
virtual void | ShowOnlyMostRecentPagesOff () |
virtual void | SetNumberOfMostRecentPages (int) |
virtual int | GetNumberOfMostRecentPages () |
int | GetMostRecentPageId (int idx) |
void | PinPage (int id) |
void | PinPage (const char *title) |
void | PinPage (const char *title, int tag) |
void | UnpinPage (int id) |
void | UnpinPage (const char *title) |
void | UnpinPage (const char *title, int tag) |
void | TogglePagePinned (int id) |
void | TogglePagePinned (const char *title) |
void | TogglePagePinned (const char *title, int tag) |
int | GetPagePinned (int id) |
int | GetPagePinned (const char *title) |
int | GetPagePinned (const char *title, int tag) |
void | PinPagesMatchingTag (int tag) |
void | UnpinPagesMatchingTag (int tag) |
virtual void | SetPagesCanBePinned (int) |
virtual int | GetPagesCanBePinned () |
virtual void | PagesCanBePinnedOn () |
virtual void | PagesCanBePinnedOff () |
unsigned int | GetNumberOfPinnedPages () |
int | GetPinnedPageId (int idx) |
virtual void | SetUseFrameWithScrollbars (int) |
virtual int | GetUseFrameWithScrollbars () |
virtual void | UseFrameWithScrollbarsOn () |
virtual void | UseFrameWithScrollbarsOff () |
virtual void | SetMinimumWidth (int) |
virtual int | GetMinimumWidth () |
virtual void | SetMinimumHeight (int) |
virtual int | GetMinimumHeight () |
virtual void | SetAlwaysShowTabs (int) |
virtual int | GetAlwaysShowTabs () |
virtual void | AlwaysShowTabsOn () |
virtual void | AlwaysShowTabsOff () |
virtual void | SetShowIcons (int) |
virtual int | GetShowIcons () |
virtual void | ShowIconsOn () |
virtual void | ShowIconsOff () |
virtual void | SetEnablePageTabContextMenu (int) |
virtual int | GetEnablePageTabContextMenu () |
virtual void | EnablePageTabContextMenuOn () |
virtual void | EnablePageTabContextMenuOff () |
virtual void | SetBackgroundColor (double r, double g, double b) |
virtual void | SetBackgroundColor (double rgb[3]) |
virtual double * | GetPageTabColor () |
virtual void | GetPageTabColor (double &, double &, double &) |
virtual void | GetPageTabColor (double[3]) |
virtual void | SetPageTabColor (double r, double g, double b) |
virtual void | SetPageTabColor (double rgb[3]) |
virtual double * | GetSelectedPageTabColor () |
virtual void | GetSelectedPageTabColor (double &, double &, double &) |
virtual void | GetSelectedPageTabColor (double[3]) |
virtual void | SetSelectedPageTabColor (double r, double g, double b) |
virtual void | SetSelectedPageTabColor (double rgb[3]) |
virtual double * | GetPinnedPageTabOutlineColor () |
virtual void | GetPinnedPageTabOutlineColor (double &, double &, double &) |
virtual void | GetPinnedPageTabOutlineColor (double[3]) |
virtual void | SetPinnedPageTabOutlineColor (double r, double g, double b) |
virtual void | SetPinnedPageTabOutlineColor (double rgb[3]) |
virtual double * | GetPageTabTextColor () |
virtual void | GetPageTabTextColor (double &, double &, double &) |
virtual void | GetPageTabTextColor (double[3]) |
virtual void | SetPageTabTextColor (double r, double g, double b) |
virtual void | SetPageTabTextColor (double rgb[3]) |
virtual double * | GetSelectedPageTabTextColor () |
virtual void | GetSelectedPageTabTextColor (double &, double &, double &) |
virtual void | GetSelectedPageTabTextColor (double[3]) |
virtual void | SetSelectedPageTabTextColor (double r, double g, double b) |
virtual void | SetSelectedPageTabTextColor (double rgb[3]) |
virtual int | GetSelectedPageTabPadding () |
virtual void | SetSelectedPageTabPadding (int arg) |
virtual int | GetPageIdContainingCoordinatesInTab (int x, int y) |
virtual void | UpdateEnableState () |
virtual void | ScheduleResize () |
virtual void | Resize () |
virtual void | PageTabContextMenuCallback (int id, int x, int y) |
virtual void | RaiseCallback (int id) |
virtual void | TogglePagePinnedCallback (int id) |
virtual void | TogglePageVisibilityCallback (int id) |
Static Public Member Functions | |
static vtkKWNotebook * | New () |
static int | IsTypeOf (const char *type) |
static vtkKWNotebook * | SafeDownCast (vtkObject *o) |
static vtkKWNotebook * | New () |
static int | IsTypeOf (const char *type) |
static vtkKWNotebook * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkKWNotebook () | |
~vtkKWNotebook () | |
virtual void | CreateWidget () |
Page * | GetPage (int id) |
Page * | GetPage (const char *title) |
Page * | GetPage (const char *title, int tag) |
Page * | GetFirstVisiblePage () |
Page * | GetFirstPageMatchingTag (int tag) |
Page * | GetFirstPackedPageNotMatchingTag (int tag) |
void | SetPageTag (Page *, int tag) |
void | RaisePage (Page *) |
void | ShowPageTab (Page *) |
void | ShowPageTabAsLow (Page *) |
void | LowerPage (Page *) |
int | RemovePage (Page *) |
void | ShowPage (Page *) |
void | HidePage (Page *) |
void | PinPage (Page *) |
void | UnpinPage (Page *) |
void | TogglePagePinned (Page *) |
int | GetPageVisibility (Page *) |
void | TogglePageVisibility (Page *) |
int | CanBeHidden (Page *) |
int | GetPageTag (Page *) |
int | GetPagePinned (Page *) |
const char * | GetPageTitle (Page *) |
const char * | GetPageBalloonHelpString (Page *) |
vtkKWIcon * | GetPageIcon (Page *) |
void | SetPageEnabled (Page *, int flag) |
void | BuildPage (Page *, const char *title, const char *balloon, vtkKWIcon *icon) |
int | AddToMostRecentPages (Page *) |
int | RemoveFromMostRecentPages (Page *) |
int | PutOnTopOfMostRecentPages (Page *) |
virtual void | UpdatePageTabAspect (Page *) |
virtual void | UpdateAllPagesTabAspect () |
int | AreTabsVisible () |
void | UpdateBodyPosition () |
void | UpdateMaskPosition () |
void | ConstrainVisiblePages () |
void | SendEventForPage (unsigned long event, int id) |
virtual void | Bind () |
virtual void | UnBind () |
vtkKWNotebook () | |
~vtkKWNotebook () | |
virtual void | CreateWidget () |
Page * | GetPage (int id) |
Page * | GetPage (const char *title) |
Page * | GetPage (const char *title, int tag) |
Page * | GetFirstVisiblePage () |
Page * | GetFirstPageMatchingTag (int tag) |
Page * | GetFirstPackedPageNotMatchingTag (int tag) |
void | SetPageTag (Page *, int tag) |
void | RaisePage (Page *) |
void | ShowPageTab (Page *) |
void | ShowPageTabAsLow (Page *) |
void | LowerPage (Page *) |
int | RemovePage (Page *) |
void | ShowPage (Page *) |
void | HidePage (Page *) |
void | PinPage (Page *) |
void | UnpinPage (Page *) |
void | TogglePagePinned (Page *) |
int | GetPageVisibility (Page *) |
void | TogglePageVisibility (Page *) |
int | CanBeHidden (Page *) |
int | GetPageTag (Page *) |
int | GetPagePinned (Page *) |
const char * | GetPageTitle (Page *) |
const char * | GetPageBalloonHelpString (Page *) |
vtkKWIcon * | GetPageIcon (Page *) |
void | SetPageEnabled (Page *, int flag) |
void | BuildPage (Page *, const char *title, const char *balloon, vtkKWIcon *icon) |
int | AddToMostRecentPages (Page *) |
int | RemoveFromMostRecentPages (Page *) |
int | PutOnTopOfMostRecentPages (Page *) |
virtual void | UpdatePageTabAspect (Page *) |
virtual void | UpdateAllPagesTabAspect () |
int | AreTabsVisible () |
void | UpdateBodyPosition () |
void | UpdateMaskPosition () |
void | ConstrainVisiblePages () |
void | SendEventForPage (unsigned long event, int id) |
virtual void | Bind () |
virtual void | UnBind () |
![]() | |
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 | |
int | MinimumWidth |
int | MinimumHeight |
int | AlwaysShowTabs |
int | ShowIcons |
int | ShowAllPagesWithSameTag |
int | ShowOnlyPagesWithSameTag |
int | ShowOnlyMostRecentPages |
int | NumberOfMostRecentPages |
int | PagesCanBePinned |
int | EnablePageTabContextMenu |
int | UseFrameWithScrollbars |
double | PageTabColor [3] |
double | SelectedPageTabColor [3] |
double | PageTabTextColor [3] |
double | SelectedPageTabTextColor [3] |
double | PinnedPageTabOutlineColor [3] |
int | SelectedPageTabPadding |
vtkKWFrame * | TabsFrame |
vtkKWFrame * | Body |
vtkKWFrame * | Mask |
vtkKWMenu * | TabPopupMenu |
vtkKWNotebookInternals * | Internals |
int | IdCounter |
int | CurrentId |
int | Expanding |
vtkKWBalloonHelpManager * | TabBalloonHelpManager |
Friends | |
class | vtkKWNotebookInternals |
Additional Inherited Members | |
![]() | |
enum | { ConvertStringEscapeCurlyBraces = 1, ConvertStringEscapeInterpretable = 2 } |
enum | { ConvertStringEscapeCurlyBraces = 1, ConvertStringEscapeInterpretable = 2 } |
![]() | |
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 32 of file debian/tmp/usr/include/KWWidgets/vtkKWNotebook.h.
Definition at line 36 of file debian/tmp/usr/include/KWWidgets/vtkKWNotebook.h.
Definition at line 36 of file vtkKWNotebook.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 vtkKWNotebook::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
Reimplemented from vtkKWCompositeWidget.
int vtkKWNotebook::AddPage | ( | const char * | title, |
const char * | balloon, | ||
vtkKWIcon * | icon, | ||
int | tag | ||
) |
int vtkKWNotebook::AddPage | ( | const char * | title, |
const char * | balloon, | ||
vtkKWIcon * | icon | ||
) |
int vtkKWNotebook::AddPage | ( | const char * | title, |
const char * | balloon | ||
) |
int vtkKWNotebook::AddPage | ( | const char * | title | ) |
int vtkKWNotebook::HasPage | ( | int | id | ) |
int vtkKWNotebook::HasPage | ( | const char * | title, |
int | tag | ||
) |
int vtkKWNotebook::GetPageId | ( | const char * | title, |
int | tag | ||
) |
const char* vtkKWNotebook::GetPageTitle | ( | int | id | ) |
|
virtual |
const char* vtkKWNotebook::GetPageBalloonHelpString | ( | int | id | ) |
|
virtual |
vtkKWIcon* vtkKWNotebook::GetPageIcon | ( | int | id | ) |
|
virtual |
|
virtual |
int vtkKWNotebook::GetPageSmallCounterValue | ( | int | id | ) |
|
virtual |
unsigned int vtkKWNotebook::GetNumberOfPages | ( | ) |
unsigned int vtkKWNotebook::GetNumberOfPagesMatchingTag | ( | int | tag | ) |
void vtkKWNotebook::SetPageTag | ( | int | id, |
int | tag | ||
) |
void vtkKWNotebook::SetPageTag | ( | const char * | title, |
int | tag | ||
) |
int vtkKWNotebook::GetPageTag | ( | int | id | ) |
int vtkKWNotebook::GetPageTag | ( | const char * | title | ) |
void vtkKWNotebook::RaisePage | ( | int | id | ) |
void vtkKWNotebook::RaisePage | ( | const char * | title | ) |
void vtkKWNotebook::RaisePage | ( | const char * | title, |
int | tag | ||
) |
int vtkKWNotebook::GetRaisedPageId | ( | ) |
void vtkKWNotebook::RaiseFirstPageMatchingTag | ( | int | tag | ) |
vtkKWFrame* vtkKWNotebook::GetFrame | ( | int | id | ) |
vtkKWFrame* vtkKWNotebook::GetFrame | ( | const char * | title | ) |
vtkKWFrame* vtkKWNotebook::GetFrame | ( | const char * | title, |
int | tag | ||
) |
int vtkKWNotebook::GetPageIdFromFrameWidgetName | ( | const char * | frame_wname | ) |
int vtkKWNotebook::RemovePage | ( | int | id | ) |
int vtkKWNotebook::RemovePage | ( | const char * | title | ) |
void vtkKWNotebook::RemovePagesMatchingTag | ( | int | tag | ) |
void vtkKWNotebook::ShowPage | ( | int | id | ) |
void vtkKWNotebook::ShowPage | ( | const char * | title | ) |
void vtkKWNotebook::ShowPage | ( | const char * | title, |
int | tag | ||
) |
void vtkKWNotebook::HidePage | ( | int | id | ) |
void vtkKWNotebook::HidePage | ( | const char * | title | ) |
void vtkKWNotebook::HidePage | ( | const char * | title, |
int | tag | ||
) |
void vtkKWNotebook::SetPageVisibility | ( | int | id, |
int | flag | ||
) |
void vtkKWNotebook::SetPageVisibility | ( | const char * | title, |
int | flag | ||
) |
void vtkKWNotebook::SetPageVisibility | ( | const char * | title, |
int | tag, | ||
int | flag | ||
) |
int vtkKWNotebook::GetPageVisibility | ( | int | id | ) |
int vtkKWNotebook::GetPageVisibility | ( | const char * | title | ) |
int vtkKWNotebook::GetPageVisibility | ( | const char * | title, |
int | tag | ||
) |
void vtkKWNotebook::TogglePageVisibility | ( | int | id | ) |
void vtkKWNotebook::TogglePageVisibility | ( | const char * | title | ) |
void vtkKWNotebook::TogglePageVisibility | ( | const char * | title, |
int | tag | ||
) |
int vtkKWNotebook::CanBeHidden | ( | int | id | ) |
int vtkKWNotebook::CanBeHidden | ( | const char * | title | ) |
int vtkKWNotebook::CanBeHidden | ( | const char * | title, |
int | tag | ||
) |
void vtkKWNotebook::HideAllPages | ( | ) |
void vtkKWNotebook::SetPageEnabled | ( | int | id, |
int | flag | ||
) |
void vtkKWNotebook::SetPageEnabled | ( | const char * | title, |
int | flag | ||
) |
void vtkKWNotebook::SetPageEnabled | ( | const char * | title, |
int | tag, | ||
int | fkag | ||
) |
unsigned int vtkKWNotebook::GetNumberOfVisiblePages | ( | ) |
unsigned int vtkKWNotebook::GetNumberOfVisiblePagesMatchingTag | ( | int | tag | ) |
int vtkKWNotebook::GetVisiblePageId | ( | int | idx | ) |
void vtkKWNotebook::HidePagesMatchingTag | ( | int | tag | ) |
void vtkKWNotebook::ShowPagesMatchingTag | ( | int | tag | ) |
void vtkKWNotebook::ShowPagesMatchingTagReverse | ( | int | tag | ) |
void vtkKWNotebook::HidePagesNotMatchingTag | ( | int | tag | ) |
void vtkKWNotebook::ShowPagesNotMatchingTag | ( | int | tag | ) |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
int vtkKWNotebook::GetMostRecentPageId | ( | int | idx | ) |
void vtkKWNotebook::PinPage | ( | int | id | ) |
void vtkKWNotebook::PinPage | ( | const char * | title | ) |
void vtkKWNotebook::PinPage | ( | const char * | title, |
int | tag | ||
) |
void vtkKWNotebook::UnpinPage | ( | int | id | ) |
void vtkKWNotebook::UnpinPage | ( | const char * | title | ) |
void vtkKWNotebook::UnpinPage | ( | const char * | title, |
int | tag | ||
) |
void vtkKWNotebook::TogglePagePinned | ( | int | id | ) |
void vtkKWNotebook::TogglePagePinned | ( | const char * | title | ) |
void vtkKWNotebook::TogglePagePinned | ( | const char * | title, |
int | tag | ||
) |
int vtkKWNotebook::GetPagePinned | ( | int | id | ) |
int vtkKWNotebook::GetPagePinned | ( | const char * | title | ) |
int vtkKWNotebook::GetPagePinned | ( | const char * | title, |
int | tag | ||
) |
void vtkKWNotebook::PinPagesMatchingTag | ( | int | tag | ) |
void vtkKWNotebook::UnpinPagesMatchingTag | ( | int | tag | ) |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
unsigned int vtkKWNotebook::GetNumberOfPinnedPages | ( | ) |
int vtkKWNotebook::GetPinnedPageId | ( | int | idx | ) |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Reimplemented from vtkKWFrame.
|
inlinevirtual |
Reimplemented from vtkKWFrame.
Definition at line 327 of file debian/tmp/usr/include/KWWidgets/vtkKWNotebook.h.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
inlinevirtual |
Definition at line 340 of file debian/tmp/usr/include/KWWidgets/vtkKWNotebook.h.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
inlinevirtual |
Definition at line 344 of file debian/tmp/usr/include/KWWidgets/vtkKWNotebook.h.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
inlinevirtual |
Definition at line 348 of file debian/tmp/usr/include/KWWidgets/vtkKWNotebook.h.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
inlinevirtual |
Definition at line 352 of file debian/tmp/usr/include/KWWidgets/vtkKWNotebook.h.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
inlinevirtual |
Definition at line 356 of file debian/tmp/usr/include/KWWidgets/vtkKWNotebook.h.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Reimplemented from vtkKWWidget.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protectedvirtual |
Reimplemented from vtkKWCompositeWidget.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protectedvirtual |
|
protectedvirtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protectedvirtual |
|
protectedvirtual |
|
static |
Reimplemented from vtkKWCompositeWidget.
|
virtual |
Reimplemented from vtkKWCompositeWidget.
|
static |
Reimplemented from vtkKWCompositeWidget.
|
virtual |
Reimplemented from vtkKWCompositeWidget.
|
static |
Reimplemented from vtkKWCompositeWidget.
void vtkKWNotebook::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
Reimplemented from vtkKWCompositeWidget.
int vtkKWNotebook::AddPage | ( | const char * | title, |
const char * | balloon, | ||
vtkKWIcon * | icon, | ||
int | tag | ||
) |
int vtkKWNotebook::AddPage | ( | const char * | title, |
const char * | balloon, | ||
vtkKWIcon * | icon | ||
) |
int vtkKWNotebook::AddPage | ( | const char * | title, |
const char * | balloon | ||
) |
int vtkKWNotebook::AddPage | ( | const char * | title | ) |
int vtkKWNotebook::HasPage | ( | int | id | ) |
int vtkKWNotebook::HasPage | ( | const char * | title, |
int | tag | ||
) |
int vtkKWNotebook::GetPageId | ( | const char * | title, |
int | tag | ||
) |
const char* vtkKWNotebook::GetPageTitle | ( | int | id | ) |
|
virtual |
const char* vtkKWNotebook::GetPageBalloonHelpString | ( | int | id | ) |
|
virtual |
vtkKWIcon* vtkKWNotebook::GetPageIcon | ( | int | id | ) |
|
virtual |
|
virtual |
int vtkKWNotebook::GetPageSmallCounterValue | ( | int | id | ) |
|
virtual |
unsigned int vtkKWNotebook::GetNumberOfPages | ( | ) |
unsigned int vtkKWNotebook::GetNumberOfPagesMatchingTag | ( | int | tag | ) |
void vtkKWNotebook::SetPageTag | ( | int | id, |
int | tag | ||
) |
void vtkKWNotebook::SetPageTag | ( | const char * | title, |
int | tag | ||
) |
int vtkKWNotebook::GetPageTag | ( | int | id | ) |
int vtkKWNotebook::GetPageTag | ( | const char * | title | ) |
void vtkKWNotebook::RaisePage | ( | int | id | ) |
void vtkKWNotebook::RaisePage | ( | const char * | title | ) |
void vtkKWNotebook::RaisePage | ( | const char * | title, |
int | tag | ||
) |
int vtkKWNotebook::GetRaisedPageId | ( | ) |
void vtkKWNotebook::RaiseFirstPageMatchingTag | ( | int | tag | ) |
vtkKWFrame* vtkKWNotebook::GetFrame | ( | int | id | ) |
vtkKWFrame* vtkKWNotebook::GetFrame | ( | const char * | title | ) |
vtkKWFrame* vtkKWNotebook::GetFrame | ( | const char * | title, |
int | tag | ||
) |
int vtkKWNotebook::GetPageIdFromFrameWidgetName | ( | const char * | frame_wname | ) |
int vtkKWNotebook::RemovePage | ( | int | id | ) |
int vtkKWNotebook::RemovePage | ( | const char * | title | ) |
void vtkKWNotebook::RemovePagesMatchingTag | ( | int | tag | ) |
void vtkKWNotebook::ShowPage | ( | int | id | ) |
void vtkKWNotebook::ShowPage | ( | const char * | title | ) |
void vtkKWNotebook::ShowPage | ( | const char * | title, |
int | tag | ||
) |
void vtkKWNotebook::HidePage | ( | int | id | ) |
void vtkKWNotebook::HidePage | ( | const char * | title | ) |
void vtkKWNotebook::HidePage | ( | const char * | title, |
int | tag | ||
) |
void vtkKWNotebook::SetPageVisibility | ( | int | id, |
int | flag | ||
) |
void vtkKWNotebook::SetPageVisibility | ( | const char * | title, |
int | flag | ||
) |
void vtkKWNotebook::SetPageVisibility | ( | const char * | title, |
int | tag, | ||
int | flag | ||
) |
int vtkKWNotebook::GetPageVisibility | ( | int | id | ) |
int vtkKWNotebook::GetPageVisibility | ( | const char * | title | ) |
int vtkKWNotebook::GetPageVisibility | ( | const char * | title, |
int | tag | ||
) |
void vtkKWNotebook::TogglePageVisibility | ( | int | id | ) |
void vtkKWNotebook::TogglePageVisibility | ( | const char * | title | ) |
void vtkKWNotebook::TogglePageVisibility | ( | const char * | title, |
int | tag | ||
) |
int vtkKWNotebook::CanBeHidden | ( | int | id | ) |
int vtkKWNotebook::CanBeHidden | ( | const char * | title | ) |
int vtkKWNotebook::CanBeHidden | ( | const char * | title, |
int | tag | ||
) |
void vtkKWNotebook::HideAllPages | ( | ) |
void vtkKWNotebook::SetPageEnabled | ( | int | id, |
int | flag | ||
) |
void vtkKWNotebook::SetPageEnabled | ( | const char * | title, |
int | flag | ||
) |
void vtkKWNotebook::SetPageEnabled | ( | const char * | title, |
int | tag, | ||
int | fkag | ||
) |
unsigned int vtkKWNotebook::GetNumberOfVisiblePages | ( | ) |
unsigned int vtkKWNotebook::GetNumberOfVisiblePagesMatchingTag | ( | int | tag | ) |
int vtkKWNotebook::GetVisiblePageId | ( | int | idx | ) |
void vtkKWNotebook::HidePagesMatchingTag | ( | int | tag | ) |
void vtkKWNotebook::ShowPagesMatchingTag | ( | int | tag | ) |
void vtkKWNotebook::ShowPagesMatchingTagReverse | ( | int | tag | ) |
void vtkKWNotebook::HidePagesNotMatchingTag | ( | int | tag | ) |
void vtkKWNotebook::ShowPagesNotMatchingTag | ( | int | tag | ) |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
int vtkKWNotebook::GetMostRecentPageId | ( | int | idx | ) |
void vtkKWNotebook::PinPage | ( | int | id | ) |
void vtkKWNotebook::PinPage | ( | const char * | title | ) |
void vtkKWNotebook::PinPage | ( | const char * | title, |
int | tag | ||
) |
void vtkKWNotebook::UnpinPage | ( | int | id | ) |
void vtkKWNotebook::UnpinPage | ( | const char * | title | ) |
void vtkKWNotebook::UnpinPage | ( | const char * | title, |
int | tag | ||
) |
void vtkKWNotebook::TogglePagePinned | ( | int | id | ) |
void vtkKWNotebook::TogglePagePinned | ( | const char * | title | ) |
void vtkKWNotebook::TogglePagePinned | ( | const char * | title, |
int | tag | ||
) |
int vtkKWNotebook::GetPagePinned | ( | int | id | ) |
int vtkKWNotebook::GetPagePinned | ( | const char * | title | ) |
int vtkKWNotebook::GetPagePinned | ( | const char * | title, |
int | tag | ||
) |
void vtkKWNotebook::PinPagesMatchingTag | ( | int | tag | ) |
void vtkKWNotebook::UnpinPagesMatchingTag | ( | int | tag | ) |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
unsigned int vtkKWNotebook::GetNumberOfPinnedPages | ( | ) |
int vtkKWNotebook::GetPinnedPageId | ( | int | idx | ) |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Reimplemented from vtkKWFrame.
|
inlinevirtual |
Reimplemented from vtkKWFrame.
Definition at line 327 of file vtkKWNotebook.h.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
inlinevirtual |
Definition at line 340 of file vtkKWNotebook.h.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
inlinevirtual |
Definition at line 344 of file vtkKWNotebook.h.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
inlinevirtual |
Definition at line 348 of file vtkKWNotebook.h.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
inlinevirtual |
Definition at line 352 of file vtkKWNotebook.h.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
inlinevirtual |
Definition at line 356 of file vtkKWNotebook.h.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Reimplemented from vtkKWWidget.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protectedvirtual |
Reimplemented from vtkKWCompositeWidget.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protectedvirtual |
|
protectedvirtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protectedvirtual |
|
protectedvirtual |
|
friend |
Definition at line 468 of file debian/tmp/usr/include/KWWidgets/vtkKWNotebook.h.
|
protected |
Definition at line 414 of file debian/tmp/usr/include/KWWidgets/vtkKWNotebook.h.
|
protected |
Definition at line 415 of file debian/tmp/usr/include/KWWidgets/vtkKWNotebook.h.
|
protected |
Definition at line 416 of file debian/tmp/usr/include/KWWidgets/vtkKWNotebook.h.
|
protected |
Definition at line 417 of file debian/tmp/usr/include/KWWidgets/vtkKWNotebook.h.
|
protected |
Definition at line 418 of file debian/tmp/usr/include/KWWidgets/vtkKWNotebook.h.
|
protected |
Definition at line 419 of file debian/tmp/usr/include/KWWidgets/vtkKWNotebook.h.
|
protected |
Definition at line 420 of file debian/tmp/usr/include/KWWidgets/vtkKWNotebook.h.
|
protected |
Definition at line 421 of file debian/tmp/usr/include/KWWidgets/vtkKWNotebook.h.
|
protected |
Definition at line 422 of file debian/tmp/usr/include/KWWidgets/vtkKWNotebook.h.
|
protected |
Definition at line 423 of file debian/tmp/usr/include/KWWidgets/vtkKWNotebook.h.
|
protected |
Definition at line 424 of file debian/tmp/usr/include/KWWidgets/vtkKWNotebook.h.
|
protected |
Definition at line 426 of file debian/tmp/usr/include/KWWidgets/vtkKWNotebook.h.
|
protected |
Definition at line 427 of file debian/tmp/usr/include/KWWidgets/vtkKWNotebook.h.
|
protected |
Definition at line 428 of file debian/tmp/usr/include/KWWidgets/vtkKWNotebook.h.
|
protected |
Definition at line 429 of file debian/tmp/usr/include/KWWidgets/vtkKWNotebook.h.
|
protected |
Definition at line 430 of file debian/tmp/usr/include/KWWidgets/vtkKWNotebook.h.
|
protected |
Definition at line 431 of file debian/tmp/usr/include/KWWidgets/vtkKWNotebook.h.
|
protected |
Definition at line 433 of file debian/tmp/usr/include/KWWidgets/vtkKWNotebook.h.
|
protected |
Definition at line 434 of file debian/tmp/usr/include/KWWidgets/vtkKWNotebook.h.
|
protected |
Definition at line 435 of file debian/tmp/usr/include/KWWidgets/vtkKWNotebook.h.
|
protected |
Definition at line 436 of file debian/tmp/usr/include/KWWidgets/vtkKWNotebook.h.
|
protected |
Definition at line 467 of file debian/tmp/usr/include/KWWidgets/vtkKWNotebook.h.
|
protected |
Definition at line 522 of file debian/tmp/usr/include/KWWidgets/vtkKWNotebook.h.
|
protected |
Definition at line 523 of file debian/tmp/usr/include/KWWidgets/vtkKWNotebook.h.
|
protected |
Definition at line 524 of file debian/tmp/usr/include/KWWidgets/vtkKWNotebook.h.
|
protected |
Definition at line 551 of file debian/tmp/usr/include/KWWidgets/vtkKWNotebook.h.