KWWidgets
|
#include <vtkKWSelectionFrameLayoutManager.h>
Definition at line 46 of file debian/tmp/usr/include/KWWidgets/vtkKWSelectionFrameLayoutManager.h.
Reimplemented from vtkKWCompositeWidget.
Definition at line 50 of file debian/tmp/usr/include/KWWidgets/vtkKWSelectionFrameLayoutManager.h.
Reimplemented from vtkKWCompositeWidget.
Definition at line 50 of file vtkKWSelectionFrameLayoutManager.h.
anonymous enum |
Definition at line 291 of file debian/tmp/usr/include/KWWidgets/vtkKWSelectionFrameLayoutManager.h.
anonymous enum |
Definition at line 291 of file vtkKWSelectionFrameLayoutManager.h.
static vtkKWSelectionFrameLayoutManager* vtkKWSelectionFrameLayoutManager::New | ( | ) | [static] |
Reimplemented from vtkKWCompositeWidget.
virtual const char* vtkKWSelectionFrameLayoutManager::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkKWCompositeWidget.
static int vtkKWSelectionFrameLayoutManager::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkKWCompositeWidget.
virtual int vtkKWSelectionFrameLayoutManager::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkKWCompositeWidget.
static vtkKWSelectionFrameLayoutManager* vtkKWSelectionFrameLayoutManager::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkKWCompositeWidget.
void vtkKWSelectionFrameLayoutManager::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
Reimplemented from vtkKWCompositeWidget.
virtual void vtkKWSelectionFrameLayoutManager::SetResolution | ( | int | nb_cols, |
int | nb_rows | ||
) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::SetResolution | ( | int | res[2] | ) | [inline, virtual] |
Definition at line 56 of file debian/tmp/usr/include/KWWidgets/vtkKWSelectionFrameLayoutManager.h.
virtual int* vtkKWSelectionFrameLayoutManager::GetResolution | ( | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::GetResolution | ( | int & | , |
int & | |||
) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::GetResolution | ( | int | [2] | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::SetOrigin | ( | int | col, |
int | row | ||
) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::SetOrigin | ( | int | origin[2] | ) | [inline, virtual] |
Definition at line 64 of file debian/tmp/usr/include/KWWidgets/vtkKWSelectionFrameLayoutManager.h.
virtual int* vtkKWSelectionFrameLayoutManager::GetOrigin | ( | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::GetOrigin | ( | int & | , |
int & | |||
) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::GetOrigin | ( | int | [2] | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::AddWidget | ( | vtkKWSelectionFrame * | widget | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::AddWidgetWithTagAndGroup | ( | vtkKWSelectionFrame * | widget, |
const char * | tag, | ||
const char * | group | ||
) | [virtual] |
virtual vtkKWSelectionFrame* vtkKWSelectionFrameLayoutManager::AllocateAndAddWidget | ( | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::SetWidgetTag | ( | vtkKWSelectionFrame * | , |
const char * | tag | ||
) | [virtual] |
virtual const char* vtkKWSelectionFrameLayoutManager::GetWidgetTag | ( | vtkKWSelectionFrame * | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::SetWidgetGroup | ( | vtkKWSelectionFrame * | , |
const char * | group | ||
) | [virtual] |
virtual const char* vtkKWSelectionFrameLayoutManager::GetWidgetGroup | ( | vtkKWSelectionFrame * | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::GetNumberOfWidgets | ( | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::GetNumberOfWidgetsWithTag | ( | const char * | tag | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::GetNumberOfWidgetsWithGroup | ( | const char * | group | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::HasWidget | ( | vtkKWSelectionFrame * | widget | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::HasWidgetWithTag | ( | const char * | tag | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::HasWidgetWithTagAndGroup | ( | const char * | tag, |
const char * | group | ||
) | [virtual] |
virtual vtkKWSelectionFrame* vtkKWSelectionFrameLayoutManager::GetWidgetWithTag | ( | const char * | tag | ) | [virtual] |
virtual vtkKWSelectionFrame* vtkKWSelectionFrameLayoutManager::GetWidgetWithTagAndGroup | ( | const char * | tag, |
const char * | group | ||
) | [virtual] |
virtual vtkKWSelectionFrame* vtkKWSelectionFrameLayoutManager::GetWidgetWithTitle | ( | const char * | title | ) | [virtual] |
virtual vtkKWSelectionFrame* vtkKWSelectionFrameLayoutManager::GetNthWidget | ( | int | index | ) | [virtual] |
virtual vtkKWSelectionFrame* vtkKWSelectionFrameLayoutManager::GetNthWidgetNotMatching | ( | int | index, |
vtkKWSelectionFrame * | avoid | ||
) | [virtual] |
virtual vtkKWSelectionFrame* vtkKWSelectionFrameLayoutManager::GetNthWidgetWithGroup | ( | int | index, |
const char * | group | ||
) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::GetWidgetPosition | ( | vtkKWSelectionFrame * | w, |
int * | col, | ||
int * | row | ||
) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::GetWidgetPosition | ( | vtkKWSelectionFrame * | w, |
int | pos[2] | ||
) | [inline, virtual] |
Definition at line 142 of file debian/tmp/usr/include/KWWidgets/vtkKWSelectionFrameLayoutManager.h.
virtual int vtkKWSelectionFrameLayoutManager::SetWidgetPosition | ( | vtkKWSelectionFrame * | w, |
int | col, | ||
int | row | ||
) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::SetWidgetPosition | ( | vtkKWSelectionFrame * | w, |
int | pos[2] | ||
) | [inline, virtual] |
Definition at line 145 of file debian/tmp/usr/include/KWWidgets/vtkKWSelectionFrameLayoutManager.h.
virtual vtkKWSelectionFrame* vtkKWSelectionFrameLayoutManager::GetWidgetAtPosition | ( | int | col, |
int | row | ||
) | [virtual] |
virtual vtkKWSelectionFrame* vtkKWSelectionFrameLayoutManager::GetWidgetAtPosition | ( | int | pos[2] | ) | [inline, virtual] |
Definition at line 148 of file debian/tmp/usr/include/KWWidgets/vtkKWSelectionFrameLayoutManager.h.
virtual int vtkKWSelectionFrameLayoutManager::SwitchWidgetsPosition | ( | vtkKWSelectionFrame * | w1, |
vtkKWSelectionFrame * | w2 | ||
) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::ReorganizeWidgetPositionsAutomaticallyOn | ( | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::ReorganizeWidgetPositionsAutomaticallyOff | ( | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::SetReorganizeWidgetPositionsAutomatically | ( | int | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::GetReorganizeWidgetPositionsAutomatically | ( | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::SetMaximumResolution | ( | int | nb_cols, |
int | nb_rows | ||
) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::SetMaximumResolution | ( | int | res[2] | ) | [inline, virtual] |
Definition at line 168 of file debian/tmp/usr/include/KWWidgets/vtkKWSelectionFrameLayoutManager.h.
virtual int* vtkKWSelectionFrameLayoutManager::GetMaximumResolution | ( | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::GetMaximumResolution | ( | int & | , |
int & | |||
) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::GetMaximumResolution | ( | int | [2] | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::GetWidgetVisibility | ( | vtkKWSelectionFrame * | w | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::IsWidgetMaximized | ( | vtkKWSelectionFrame * | w | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::MaximizeWidget | ( | vtkKWSelectionFrame * | w | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::UndoMaximizeWidget | ( | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::ToggleMaximizeWidget | ( | vtkKWSelectionFrame * | w | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::SelectWidget | ( | vtkKWSelectionFrame * | widget | ) | [virtual] |
virtual vtkKWSelectionFrame* vtkKWSelectionFrameLayoutManager::GetSelectedWidget | ( | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::SetSelectionChangedCommand | ( | vtkObject * | object, |
const char * | method | ||
) | [virtual] |
virtual char* vtkKWSelectionFrameLayoutManager::GetSelectionChangedCommand | ( | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::RemoveWidget | ( | vtkKWSelectionFrame * | widget | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::RemoveAllWidgets | ( | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::RemoveAllWidgetsWithGroup | ( | const char * | group | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::ShowWidgetsWithGroup | ( | const char * | group | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::SaveScreenshotAllWidgets | ( | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::SaveScreenshotAllWidgetsToFile | ( | const char * | fileName | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::CopyScreenshotAllWidgetsToClipboard | ( | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::AppendAllWidgetsToImageData | ( | vtkImageData * | image, |
int | OnScreenRendering = 0 |
||
) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::AppendAllWidgetsToImageDataFast | ( | vtkImageData * | image | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::AppendSelectedWidgetToImageData | ( | vtkImageData * | image | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::AppendSelectedWidgetToImageDataFast | ( | vtkImageData * | image | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::UseAlphaChannelInScreenshotOn | ( | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::UseAlphaChannelInScreenshotOff | ( | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::GetUseAlphaChannelInScreenshot | ( | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::SetUseAlphaChannelInScreenshot | ( | int | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::PrintAllWidgets | ( | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::PrintAllWidgetsAtResolution | ( | double | dpi | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::PrintSelectedWidget | ( | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::PrintSelectedWidgetAtResolution | ( | double | dpi | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::CreateResolutionEntriesMenu | ( | vtkKWMenu * | parent | ) | [virtual] |
virtual vtkKWMenu* vtkKWSelectionFrameLayoutManager::GetResolutionEntriesMenu | ( | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::UpdateResolutionEntriesMenu | ( | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::CreateResolutionEntriesToolbar | ( | vtkKWWidget * | parent | ) | [virtual] |
virtual vtkKWToolbar* vtkKWSelectionFrameLayoutManager::GetResolutionEntriesToolbar | ( | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::UpdateResolutionEntriesToolbar | ( | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::SetDoubleClickOnLayoutFrameCommand | ( | vtkObject * | object, |
const char * | method | ||
) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::UpdateEnableState | ( | ) | [virtual] |
Reimplemented from vtkKWWidget.
virtual void vtkKWSelectionFrameLayoutManager::UpdateSelectionLists | ( | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::SelectWidgetCallback | ( | vtkKWSelectionFrame * | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::SelectAndMaximizeWidgetCallback | ( | vtkKWSelectionFrame * | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::CloseWidgetCallback | ( | vtkKWSelectionFrame * | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::ChangeWidgetTitleCallback | ( | vtkKWSelectionFrame * | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::WidgetTitleChangedCallback | ( | vtkKWSelectionFrame * | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::SwitchWidgetCallback | ( | const char * | title, |
vtkKWSelectionFrame * | widget | ||
) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::ResolutionCallback | ( | int | i, |
int | j | ||
) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::NumberOfWidgetsHasChangedCallback | ( | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::DoubleClickOnLayoutFrameCallback | ( | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::Pack | ( | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::SetImmediateWidgetPosition | ( | vtkKWSelectionFrame * | w, |
int | pos[2] | ||
) | [inline, virtual] |
Definition at line 342 of file debian/tmp/usr/include/KWWidgets/vtkKWSelectionFrameLayoutManager.h.
virtual int vtkKWSelectionFrameLayoutManager::SetImmediateWidgetPosition | ( | vtkKWSelectionFrame * | w, |
int | col, | ||
int | row | ||
) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::AdjustResolution | ( | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::SetResolutionAndOrigin | ( | int | res[2], |
int | origin[2] | ||
) | [inline, virtual] |
Definition at line 353 of file debian/tmp/usr/include/KWWidgets/vtkKWSelectionFrameLayoutManager.h.
virtual void vtkKWSelectionFrameLayoutManager::SetResolutionAndOrigin | ( | int | nb_cols, |
int | nb_rows, | ||
int | col, | ||
int | row | ||
) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::IsPositionInLayout | ( | int | col, |
int | row | ||
) | [protected, virtual] |
virtual int vtkKWSelectionFrameLayoutManager::IsPositionInLayout | ( | int | pos[2] | ) | [inline, protected, virtual] |
Definition at line 366 of file debian/tmp/usr/include/KWWidgets/vtkKWSelectionFrameLayoutManager.h.
virtual void vtkKWSelectionFrameLayoutManager::CreateWidget | ( | ) | [protected, virtual] |
Reimplemented from vtkKWCompositeWidget.
virtual void vtkKWSelectionFrameLayoutManager::InvokeSelectionChangedCommand | ( | ) | [protected, virtual] |
virtual void vtkKWSelectionFrameLayoutManager::InvokeDoubleClickOnLayoutFrameCommand | ( | ) | [protected, virtual] |
virtual vtkKWSelectionFrame* vtkKWSelectionFrameLayoutManager::AllocateWidget | ( | ) | [protected, virtual] |
virtual void vtkKWSelectionFrameLayoutManager::CreateWidget | ( | vtkKWSelectionFrame * | ) | [protected, virtual] |
virtual void vtkKWSelectionFrameLayoutManager::ConfigureWidget | ( | vtkKWSelectionFrame * | ) | [protected, virtual] |
virtual vtkKWRenderWidget* vtkKWSelectionFrameLayoutManager::GetRenderWidget | ( | vtkKWSelectionFrame * | ) | [protected, virtual] |
virtual int vtkKWSelectionFrameLayoutManager::PrintWidgets | ( | double | dpi, |
int | selection_only | ||
) | [protected, virtual] |
virtual int vtkKWSelectionFrameLayoutManager::AppendWidgetsToImageData | ( | vtkImageData * | image, |
int | selection_only, | ||
int | direct = 0 , |
||
int | ForceUpdateOnScreenRendering = 0 |
||
) | [protected, virtual] |
virtual void vtkKWSelectionFrameLayoutManager::NumberOfWidgetsHasChanged | ( | ) | [protected, virtual] |
virtual void vtkKWSelectionFrameLayoutManager::ScheduleNumberOfWidgetsHasChanged | ( | ) | [protected, virtual] |
virtual int vtkKWSelectionFrameLayoutManager::ReorganizeWidgetPositions | ( | ) | [protected, virtual] |
virtual int vtkKWSelectionFrameLayoutManager::CanWidgetTitleBeChanged | ( | vtkKWSelectionFrame * | widget, |
const char * | new_title | ||
) | [protected, virtual] |
virtual void vtkKWSelectionFrameLayoutManager::AddCallbacksToWidget | ( | vtkKWSelectionFrame * | widget | ) | [protected, virtual] |
virtual void vtkKWSelectionFrameLayoutManager::RemoveCallbacksFromWidget | ( | vtkKWSelectionFrame * | widget | ) | [protected, virtual] |
virtual void vtkKWSelectionFrameLayoutManager::DeleteWidget | ( | vtkKWSelectionFrame * | widget | ) | [protected, virtual] |
virtual void vtkKWSelectionFrameLayoutManager::MoveSelectionInsideVisibleLayout | ( | int * | pos_hint | ) | [protected, virtual] |
virtual int vtkKWSelectionFrameLayoutManager::PushResolution | ( | int | nb_cols, |
int | nb_rows | ||
) | [protected, virtual] |
virtual int vtkKWSelectionFrameLayoutManager::PushResolution | ( | int | res[2] | ) | [inline, protected, virtual] |
Definition at line 474 of file debian/tmp/usr/include/KWWidgets/vtkKWSelectionFrameLayoutManager.h.
virtual int vtkKWSelectionFrameLayoutManager::PopResolution | ( | int * | nb_cols, |
int * | nb_rows | ||
) | [protected, virtual] |
virtual int vtkKWSelectionFrameLayoutManager::PopResolution | ( | int | res[2] | ) | [inline, protected, virtual] |
Definition at line 477 of file debian/tmp/usr/include/KWWidgets/vtkKWSelectionFrameLayoutManager.h.
virtual int vtkKWSelectionFrameLayoutManager::PushPosition | ( | int | col, |
int | row | ||
) | [protected, virtual] |
virtual int vtkKWSelectionFrameLayoutManager::PushPosition | ( | int | origin[2] | ) | [inline, protected, virtual] |
Definition at line 480 of file debian/tmp/usr/include/KWWidgets/vtkKWSelectionFrameLayoutManager.h.
virtual int vtkKWSelectionFrameLayoutManager::PopPosition | ( | int * | col, |
int * | row | ||
) | [protected, virtual] |
virtual int vtkKWSelectionFrameLayoutManager::PopPosition | ( | int | origin[2] | ) | [inline, protected, virtual] |
Definition at line 483 of file debian/tmp/usr/include/KWWidgets/vtkKWSelectionFrameLayoutManager.h.
virtual int vtkKWSelectionFrameLayoutManager::SaveLayoutBeforeMaximize | ( | ) | [protected, virtual] |
virtual int vtkKWSelectionFrameLayoutManager::RestoreLayoutBeforeMaximize | ( | ) | [protected, virtual] |
static vtkKWSelectionFrameLayoutManager* vtkKWSelectionFrameLayoutManager::New | ( | ) | [static] |
Reimplemented from vtkKWCompositeWidget.
virtual const char* vtkKWSelectionFrameLayoutManager::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkKWCompositeWidget.
static int vtkKWSelectionFrameLayoutManager::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkKWCompositeWidget.
virtual int vtkKWSelectionFrameLayoutManager::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkKWCompositeWidget.
static vtkKWSelectionFrameLayoutManager* vtkKWSelectionFrameLayoutManager::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkKWCompositeWidget.
void vtkKWSelectionFrameLayoutManager::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
Reimplemented from vtkKWCompositeWidget.
virtual void vtkKWSelectionFrameLayoutManager::SetResolution | ( | int | nb_cols, |
int | nb_rows | ||
) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::SetResolution | ( | int | res[2] | ) | [inline, virtual] |
Definition at line 56 of file vtkKWSelectionFrameLayoutManager.h.
virtual int* vtkKWSelectionFrameLayoutManager::GetResolution | ( | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::GetResolution | ( | int & | , |
int & | |||
) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::GetResolution | ( | int | [2] | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::SetOrigin | ( | int | col, |
int | row | ||
) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::SetOrigin | ( | int | origin[2] | ) | [inline, virtual] |
Definition at line 64 of file vtkKWSelectionFrameLayoutManager.h.
virtual int* vtkKWSelectionFrameLayoutManager::GetOrigin | ( | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::GetOrigin | ( | int & | , |
int & | |||
) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::GetOrigin | ( | int | [2] | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::AddWidget | ( | vtkKWSelectionFrame * | widget | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::AddWidgetWithTagAndGroup | ( | vtkKWSelectionFrame * | widget, |
const char * | tag, | ||
const char * | group | ||
) | [virtual] |
virtual vtkKWSelectionFrame* vtkKWSelectionFrameLayoutManager::AllocateAndAddWidget | ( | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::SetWidgetTag | ( | vtkKWSelectionFrame * | , |
const char * | tag | ||
) | [virtual] |
virtual const char* vtkKWSelectionFrameLayoutManager::GetWidgetTag | ( | vtkKWSelectionFrame * | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::SetWidgetGroup | ( | vtkKWSelectionFrame * | , |
const char * | group | ||
) | [virtual] |
virtual const char* vtkKWSelectionFrameLayoutManager::GetWidgetGroup | ( | vtkKWSelectionFrame * | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::GetNumberOfWidgets | ( | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::GetNumberOfWidgetsWithTag | ( | const char * | tag | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::GetNumberOfWidgetsWithGroup | ( | const char * | group | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::HasWidget | ( | vtkKWSelectionFrame * | widget | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::HasWidgetWithTag | ( | const char * | tag | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::HasWidgetWithTagAndGroup | ( | const char * | tag, |
const char * | group | ||
) | [virtual] |
virtual vtkKWSelectionFrame* vtkKWSelectionFrameLayoutManager::GetWidgetWithTag | ( | const char * | tag | ) | [virtual] |
virtual vtkKWSelectionFrame* vtkKWSelectionFrameLayoutManager::GetWidgetWithTagAndGroup | ( | const char * | tag, |
const char * | group | ||
) | [virtual] |
virtual vtkKWSelectionFrame* vtkKWSelectionFrameLayoutManager::GetWidgetWithTitle | ( | const char * | title | ) | [virtual] |
virtual vtkKWSelectionFrame* vtkKWSelectionFrameLayoutManager::GetNthWidget | ( | int | index | ) | [virtual] |
virtual vtkKWSelectionFrame* vtkKWSelectionFrameLayoutManager::GetNthWidgetNotMatching | ( | int | index, |
vtkKWSelectionFrame * | avoid | ||
) | [virtual] |
virtual vtkKWSelectionFrame* vtkKWSelectionFrameLayoutManager::GetNthWidgetWithGroup | ( | int | index, |
const char * | group | ||
) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::GetWidgetPosition | ( | vtkKWSelectionFrame * | w, |
int * | col, | ||
int * | row | ||
) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::GetWidgetPosition | ( | vtkKWSelectionFrame * | w, |
int | pos[2] | ||
) | [inline, virtual] |
Definition at line 142 of file vtkKWSelectionFrameLayoutManager.h.
virtual int vtkKWSelectionFrameLayoutManager::SetWidgetPosition | ( | vtkKWSelectionFrame * | w, |
int | col, | ||
int | row | ||
) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::SetWidgetPosition | ( | vtkKWSelectionFrame * | w, |
int | pos[2] | ||
) | [inline, virtual] |
Definition at line 145 of file vtkKWSelectionFrameLayoutManager.h.
virtual vtkKWSelectionFrame* vtkKWSelectionFrameLayoutManager::GetWidgetAtPosition | ( | int | col, |
int | row | ||
) | [virtual] |
virtual vtkKWSelectionFrame* vtkKWSelectionFrameLayoutManager::GetWidgetAtPosition | ( | int | pos[2] | ) | [inline, virtual] |
Definition at line 148 of file vtkKWSelectionFrameLayoutManager.h.
virtual int vtkKWSelectionFrameLayoutManager::SwitchWidgetsPosition | ( | vtkKWSelectionFrame * | w1, |
vtkKWSelectionFrame * | w2 | ||
) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::ReorganizeWidgetPositionsAutomaticallyOn | ( | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::ReorganizeWidgetPositionsAutomaticallyOff | ( | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::SetReorganizeWidgetPositionsAutomatically | ( | int | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::GetReorganizeWidgetPositionsAutomatically | ( | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::SetMaximumResolution | ( | int | nb_cols, |
int | nb_rows | ||
) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::SetMaximumResolution | ( | int | res[2] | ) | [inline, virtual] |
Definition at line 168 of file vtkKWSelectionFrameLayoutManager.h.
virtual int* vtkKWSelectionFrameLayoutManager::GetMaximumResolution | ( | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::GetMaximumResolution | ( | int & | , |
int & | |||
) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::GetMaximumResolution | ( | int | [2] | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::GetWidgetVisibility | ( | vtkKWSelectionFrame * | w | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::IsWidgetMaximized | ( | vtkKWSelectionFrame * | w | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::MaximizeWidget | ( | vtkKWSelectionFrame * | w | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::UndoMaximizeWidget | ( | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::ToggleMaximizeWidget | ( | vtkKWSelectionFrame * | w | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::SelectWidget | ( | vtkKWSelectionFrame * | widget | ) | [virtual] |
virtual vtkKWSelectionFrame* vtkKWSelectionFrameLayoutManager::GetSelectedWidget | ( | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::SetSelectionChangedCommand | ( | vtkObject * | object, |
const char * | method | ||
) | [virtual] |
virtual char* vtkKWSelectionFrameLayoutManager::GetSelectionChangedCommand | ( | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::RemoveWidget | ( | vtkKWSelectionFrame * | widget | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::RemoveAllWidgets | ( | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::RemoveAllWidgetsWithGroup | ( | const char * | group | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::ShowWidgetsWithGroup | ( | const char * | group | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::SaveScreenshotAllWidgets | ( | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::SaveScreenshotAllWidgetsToFile | ( | const char * | fileName | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::CopyScreenshotAllWidgetsToClipboard | ( | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::AppendAllWidgetsToImageData | ( | vtkImageData * | image, |
int | OnScreenRendering = 0 |
||
) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::AppendAllWidgetsToImageDataFast | ( | vtkImageData * | image | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::AppendSelectedWidgetToImageData | ( | vtkImageData * | image | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::AppendSelectedWidgetToImageDataFast | ( | vtkImageData * | image | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::UseAlphaChannelInScreenshotOn | ( | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::UseAlphaChannelInScreenshotOff | ( | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::GetUseAlphaChannelInScreenshot | ( | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::SetUseAlphaChannelInScreenshot | ( | int | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::PrintAllWidgets | ( | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::PrintAllWidgetsAtResolution | ( | double | dpi | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::PrintSelectedWidget | ( | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::PrintSelectedWidgetAtResolution | ( | double | dpi | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::CreateResolutionEntriesMenu | ( | vtkKWMenu * | parent | ) | [virtual] |
virtual vtkKWMenu* vtkKWSelectionFrameLayoutManager::GetResolutionEntriesMenu | ( | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::UpdateResolutionEntriesMenu | ( | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::CreateResolutionEntriesToolbar | ( | vtkKWWidget * | parent | ) | [virtual] |
virtual vtkKWToolbar* vtkKWSelectionFrameLayoutManager::GetResolutionEntriesToolbar | ( | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::UpdateResolutionEntriesToolbar | ( | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::SetDoubleClickOnLayoutFrameCommand | ( | vtkObject * | object, |
const char * | method | ||
) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::UpdateEnableState | ( | ) | [virtual] |
Reimplemented from vtkKWWidget.
virtual void vtkKWSelectionFrameLayoutManager::UpdateSelectionLists | ( | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::SelectWidgetCallback | ( | vtkKWSelectionFrame * | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::SelectAndMaximizeWidgetCallback | ( | vtkKWSelectionFrame * | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::CloseWidgetCallback | ( | vtkKWSelectionFrame * | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::ChangeWidgetTitleCallback | ( | vtkKWSelectionFrame * | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::WidgetTitleChangedCallback | ( | vtkKWSelectionFrame * | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::SwitchWidgetCallback | ( | const char * | title, |
vtkKWSelectionFrame * | widget | ||
) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::ResolutionCallback | ( | int | i, |
int | j | ||
) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::NumberOfWidgetsHasChangedCallback | ( | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::DoubleClickOnLayoutFrameCallback | ( | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::Pack | ( | ) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::SetImmediateWidgetPosition | ( | vtkKWSelectionFrame * | w, |
int | pos[2] | ||
) | [inline, virtual] |
Definition at line 342 of file vtkKWSelectionFrameLayoutManager.h.
virtual int vtkKWSelectionFrameLayoutManager::SetImmediateWidgetPosition | ( | vtkKWSelectionFrame * | w, |
int | col, | ||
int | row | ||
) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::AdjustResolution | ( | ) | [virtual] |
virtual void vtkKWSelectionFrameLayoutManager::SetResolutionAndOrigin | ( | int | res[2], |
int | origin[2] | ||
) | [inline, virtual] |
Definition at line 353 of file vtkKWSelectionFrameLayoutManager.h.
virtual void vtkKWSelectionFrameLayoutManager::SetResolutionAndOrigin | ( | int | nb_cols, |
int | nb_rows, | ||
int | col, | ||
int | row | ||
) | [virtual] |
virtual int vtkKWSelectionFrameLayoutManager::IsPositionInLayout | ( | int | col, |
int | row | ||
) | [protected, virtual] |
virtual int vtkKWSelectionFrameLayoutManager::IsPositionInLayout | ( | int | pos[2] | ) | [inline, protected, virtual] |
Definition at line 366 of file vtkKWSelectionFrameLayoutManager.h.
virtual void vtkKWSelectionFrameLayoutManager::CreateWidget | ( | ) | [protected, virtual] |
Reimplemented from vtkKWCompositeWidget.
virtual void vtkKWSelectionFrameLayoutManager::InvokeSelectionChangedCommand | ( | ) | [protected, virtual] |
virtual void vtkKWSelectionFrameLayoutManager::InvokeDoubleClickOnLayoutFrameCommand | ( | ) | [protected, virtual] |
virtual vtkKWSelectionFrame* vtkKWSelectionFrameLayoutManager::AllocateWidget | ( | ) | [protected, virtual] |
virtual void vtkKWSelectionFrameLayoutManager::CreateWidget | ( | vtkKWSelectionFrame * | ) | [protected, virtual] |
virtual void vtkKWSelectionFrameLayoutManager::ConfigureWidget | ( | vtkKWSelectionFrame * | ) | [protected, virtual] |
virtual vtkKWRenderWidget* vtkKWSelectionFrameLayoutManager::GetRenderWidget | ( | vtkKWSelectionFrame * | ) | [protected, virtual] |
virtual int vtkKWSelectionFrameLayoutManager::PrintWidgets | ( | double | dpi, |
int | selection_only | ||
) | [protected, virtual] |
virtual int vtkKWSelectionFrameLayoutManager::AppendWidgetsToImageData | ( | vtkImageData * | image, |
int | selection_only, | ||
int | direct = 0 , |
||
int | ForceUpdateOnScreenRendering = 0 |
||
) | [protected, virtual] |
virtual void vtkKWSelectionFrameLayoutManager::NumberOfWidgetsHasChanged | ( | ) | [protected, virtual] |
virtual void vtkKWSelectionFrameLayoutManager::ScheduleNumberOfWidgetsHasChanged | ( | ) | [protected, virtual] |
virtual int vtkKWSelectionFrameLayoutManager::ReorganizeWidgetPositions | ( | ) | [protected, virtual] |
virtual int vtkKWSelectionFrameLayoutManager::CanWidgetTitleBeChanged | ( | vtkKWSelectionFrame * | widget, |
const char * | new_title | ||
) | [protected, virtual] |
virtual void vtkKWSelectionFrameLayoutManager::AddCallbacksToWidget | ( | vtkKWSelectionFrame * | widget | ) | [protected, virtual] |
virtual void vtkKWSelectionFrameLayoutManager::RemoveCallbacksFromWidget | ( | vtkKWSelectionFrame * | widget | ) | [protected, virtual] |
virtual void vtkKWSelectionFrameLayoutManager::DeleteWidget | ( | vtkKWSelectionFrame * | widget | ) | [protected, virtual] |
virtual void vtkKWSelectionFrameLayoutManager::MoveSelectionInsideVisibleLayout | ( | int * | pos_hint | ) | [protected, virtual] |
virtual int vtkKWSelectionFrameLayoutManager::PushResolution | ( | int | nb_cols, |
int | nb_rows | ||
) | [protected, virtual] |
virtual int vtkKWSelectionFrameLayoutManager::PushResolution | ( | int | res[2] | ) | [inline, protected, virtual] |
Definition at line 474 of file vtkKWSelectionFrameLayoutManager.h.
virtual int vtkKWSelectionFrameLayoutManager::PopResolution | ( | int * | nb_cols, |
int * | nb_rows | ||
) | [protected, virtual] |
virtual int vtkKWSelectionFrameLayoutManager::PopResolution | ( | int | res[2] | ) | [inline, protected, virtual] |
Definition at line 477 of file vtkKWSelectionFrameLayoutManager.h.
virtual int vtkKWSelectionFrameLayoutManager::PushPosition | ( | int | col, |
int | row | ||
) | [protected, virtual] |
virtual int vtkKWSelectionFrameLayoutManager::PushPosition | ( | int | origin[2] | ) | [inline, protected, virtual] |
Definition at line 480 of file vtkKWSelectionFrameLayoutManager.h.
virtual int vtkKWSelectionFrameLayoutManager::PopPosition | ( | int * | col, |
int * | row | ||
) | [protected, virtual] |
virtual int vtkKWSelectionFrameLayoutManager::PopPosition | ( | int | origin[2] | ) | [inline, protected, virtual] |
Definition at line 483 of file vtkKWSelectionFrameLayoutManager.h.
virtual int vtkKWSelectionFrameLayoutManager::SaveLayoutBeforeMaximize | ( | ) | [protected, virtual] |
virtual int vtkKWSelectionFrameLayoutManager::RestoreLayoutBeforeMaximize | ( | ) | [protected, virtual] |
int vtkKWSelectionFrameLayoutManager::Resolution [protected] |
Definition at line 373 of file debian/tmp/usr/include/KWWidgets/vtkKWSelectionFrameLayoutManager.h.
int vtkKWSelectionFrameLayoutManager::MaximumResolution [protected] |
Definition at line 374 of file debian/tmp/usr/include/KWWidgets/vtkKWSelectionFrameLayoutManager.h.
int vtkKWSelectionFrameLayoutManager::Origin [protected] |
Definition at line 375 of file debian/tmp/usr/include/KWWidgets/vtkKWSelectionFrameLayoutManager.h.
Definition at line 376 of file debian/tmp/usr/include/KWWidgets/vtkKWSelectionFrameLayoutManager.h.
int vtkKWSelectionFrameLayoutManager::UseAlphaChannelInScreenshot [protected] |
Definition at line 377 of file debian/tmp/usr/include/KWWidgets/vtkKWSelectionFrameLayoutManager.h.
Definition at line 379 of file debian/tmp/usr/include/KWWidgets/vtkKWSelectionFrameLayoutManager.h.
Definition at line 380 of file debian/tmp/usr/include/KWWidgets/vtkKWSelectionFrameLayoutManager.h.
char * vtkKWSelectionFrameLayoutManager::SelectionChangedCommand [protected] |
Definition at line 383 of file debian/tmp/usr/include/KWWidgets/vtkKWSelectionFrameLayoutManager.h.
char * vtkKWSelectionFrameLayoutManager::DoubleClickOnLayoutFrameCommand [protected] |
Definition at line 385 of file debian/tmp/usr/include/KWWidgets/vtkKWSelectionFrameLayoutManager.h.
vtkKWFrame * vtkKWSelectionFrameLayoutManager::LayoutFrame [protected] |
Definition at line 388 of file debian/tmp/usr/include/KWWidgets/vtkKWSelectionFrameLayoutManager.h.
vtkKWSelectionFrameLayoutManagerInternals * vtkKWSelectionFrameLayoutManager::Internals [protected] |
Reimplemented from vtkKWCoreWidget.
Definition at line 451 of file debian/tmp/usr/include/KWWidgets/vtkKWSelectionFrameLayoutManager.h.