PaneInfo Class Reference

Inheritance diagram for PaneInfo:

wxObject IDisposable

List of all members.

Public Types

enum  wxPaneState {
  optionFloating = 1 << 0,
  optionHidden = 1 << 1,
  optionLeftDockable = 1 << 2,
  optionRightDockable = 1 << 3,
  optionTopDockable = 1 << 4,
  optionBottomDockable = 1 << 5,
  optionFloatable = 1 << 6,
  optionMovable = 1 << 7,
  optionResizable = 1 << 8,
  optionPaneBorder = 1 << 9,
  optionCaption = 1 << 10,
  optionGripper = 1 << 11,
  optionDestroyOnClose = 1 << 12,
  optionToolbar = 1 << 13,
  optionActive = 1 << 14,
  buttonClose = 1 << 24,
  buttonMaximize = 1 << 25,
  buttonMinimize = 1 << 26,
  buttonPin = 1 << 27,
  buttonCustom1 = 1 << 28,
  buttonCustom2 = 1 << 29,
  buttonCustom3 = 1 << 30,
  actionPane = 1 << 31
}

Public Member Functions

 this (IntPtr wxobj)
 this ()
 this (PaneInfo c)
bool IsOk ()
bool IsFixed ()
bool IsResizable ()
bool IsShown ()
bool IsFloating ()
bool IsDocked ()
bool IsToolbar ()
bool IsTopDockable ()
bool IsBottomDockable ()
bool IsLeftDockable ()
bool IsRightDockable ()
bool IsFloatable ()
bool IsMovable ()
bool HasCaption ()
bool HasGripper ()
bool HasBorder ()
bool HasCloseButton ()
bool HasMaximizeButton ()
bool HasMinimizeButton ()
bool HasPinButton ()
PaneInfo Window (wxWindow w)
PaneInfo Name (char[] n)
PaneInfo Caption (char[] c)
PaneInfo Left ()
PaneInfo Right ()
PaneInfo Top ()
PaneInfo Bottom ()
PaneInfo Center ()
PaneInfo Centre ()
PaneInfo Direction (int direction)
PaneInfo Layer (int layer)
PaneInfo Row (int row)
PaneInfo Position (int pos)
PaneInfo BestSize (ref Size size)
PaneInfo MinSize (ref Size size)
PaneInfo MaxSize (ref Size size)
PaneInfo BestSize (int x, int y)
PaneInfo MinSize (int x, int y)
PaneInfo MaxSize (int x, int y)
PaneInfo FloatingPosition (ref Point pos)
PaneInfo FloatingPosition (int x, int y)
PaneInfo FloatingSize (ref Size size)
PaneInfo FloatingSize (int x, int y)
PaneInfo Fixed ()
PaneInfo Resizable (bool resizable=true)
PaneInfo Dock ()
PaneInfo Float ()
PaneInfo Hide ()
PaneInfo Show (bool show=true)
PaneInfo CaptionVisible (bool visible=true)
PaneInfo PaneBorder (bool visible=true)
PaneInfo Gripper (bool visible=true)
PaneInfo CloseButton (bool visible=true)
PaneInfo MaximizeButton (bool visible=true)
PaneInfo MinimizeButton (bool visible=true)
PaneInfo PinButton (bool visible=true)
PaneInfo DestroyOnClose (bool b=true)
PaneInfo TopDockable (bool b=true)
PaneInfo BottomDockable (bool b=true)
PaneInfo LeftDockable (bool b=true)
PaneInfo RightDockable (bool b=true)
PaneInfo Floatable (bool b=true)
PaneInfo Movable (bool b=true)
PaneInfo Dockable (bool b=true)
PaneInfo DefaultPane ()
PaneInfo CentrePane ()
PaneInfo CenterPane ()
PaneInfo ToolbarPane ()
PaneInfo SetFlag (uint flag, bool option_state)
bool HasFlag (uint flag)
char[] name ()
char[] caption ()
wxWindow window ()
wxWindow frame ()
uint state ()
int dock_direction ()
int dock_layer ()
int dock_row ()
int dock_pos ()
Size best_size ()
Size min_size ()
Size max_size ()
Point floating_pos ()
Size floating_size ()
int dock_proportion ()
Rectangle rect ()


Member Enumeration Documentation

enum wxPaneState

Enumerator:
optionFloating 
optionHidden 
optionLeftDockable 
optionRightDockable 
optionTopDockable 
optionBottomDockable 
optionFloatable 
optionMovable 
optionResizable 
optionPaneBorder 
optionCaption 
optionGripper 
optionDestroyOnClose 
optionToolbar 
optionActive 
buttonClose 
buttonMaximize 
buttonMinimize 
buttonPin 
buttonCustom1 
buttonCustom2 
buttonCustom3 
actionPane 


Constructor & Destructor Documentation

this ( IntPtr  wxobj  ) 

Reimplemented from wxObject.

this (  ) 

this ( PaneInfo  c  ) 


Member Function Documentation

bool IsOk (  ) 

bool IsFixed (  ) 

bool IsResizable (  ) 

bool IsShown (  ) 

bool IsFloating (  ) 

bool IsDocked (  ) 

bool IsToolbar (  ) 

bool IsTopDockable (  ) 

bool IsBottomDockable (  ) 

bool IsLeftDockable (  ) 

bool IsRightDockable (  ) 

bool IsFloatable (  ) 

bool IsMovable (  ) 

bool HasCaption (  ) 

bool HasGripper (  ) 

bool HasBorder (  ) 

bool HasCloseButton (  ) 

bool HasMaximizeButton (  ) 

bool HasMinimizeButton (  ) 

bool HasPinButton (  ) 

PaneInfo Window ( wxWindow  w  ) 

PaneInfo Name ( char[]  n  ) 

PaneInfo Caption ( char[]  c  ) 

PaneInfo Left (  ) 

PaneInfo Right (  ) 

PaneInfo Top (  ) 

PaneInfo Bottom (  ) 

PaneInfo Center (  ) 

PaneInfo Centre (  ) 

PaneInfo Direction ( int  direction  ) 

PaneInfo Layer ( int  layer  ) 

PaneInfo Row ( int  row  ) 

PaneInfo Position ( int  pos  ) 

PaneInfo BestSize ( ref Size  size  ) 

PaneInfo MinSize ( ref Size  size  ) 

PaneInfo MaxSize ( ref Size  size  ) 

PaneInfo BestSize ( int  x,
int  y 
)

PaneInfo MinSize ( int  x,
int  y 
)

PaneInfo MaxSize ( int  x,
int  y 
)

PaneInfo FloatingPosition ( ref Point  pos  ) 

PaneInfo FloatingPosition ( int  x,
int  y 
)

PaneInfo FloatingSize ( ref Size  size  ) 

PaneInfo FloatingSize ( int  x,
int  y 
)

PaneInfo Fixed (  ) 

PaneInfo Resizable ( bool  resizable = true  ) 

PaneInfo Dock (  ) 

PaneInfo Float (  ) 

PaneInfo Hide (  ) 

PaneInfo Show ( bool  show = true  ) 

PaneInfo CaptionVisible ( bool  visible = true  ) 

PaneInfo PaneBorder ( bool  visible = true  ) 

PaneInfo Gripper ( bool  visible = true  ) 

PaneInfo CloseButton ( bool  visible = true  ) 

PaneInfo MaximizeButton ( bool  visible = true  ) 

PaneInfo MinimizeButton ( bool  visible = true  ) 

PaneInfo PinButton ( bool  visible = true  ) 

PaneInfo DestroyOnClose ( bool  b = true  ) 

PaneInfo TopDockable ( bool  b = true  ) 

PaneInfo BottomDockable ( bool  b = true  ) 

PaneInfo LeftDockable ( bool  b = true  ) 

PaneInfo RightDockable ( bool  b = true  ) 

PaneInfo Floatable ( bool  b = true  ) 

PaneInfo Movable ( bool  b = true  ) 

PaneInfo Dockable ( bool  b = true  ) 

PaneInfo DefaultPane (  ) 

PaneInfo CentrePane (  ) 

PaneInfo CenterPane (  ) 

PaneInfo ToolbarPane (  ) 

PaneInfo SetFlag ( uint  flag,
bool  option_state 
)

bool HasFlag ( uint  flag  ) 

char [] name (  ) 

char [] caption (  ) 

wxWindow window (  ) 

wxWindow frame (  ) 

uint state (  ) 

int dock_direction (  ) 

int dock_layer (  ) 

int dock_row (  ) 

int dock_pos (  ) 

Size best_size (  ) 

Size min_size (  ) 

Size max_size (  ) 

Point floating_pos (  ) 

Size floating_size (  ) 

int dock_proportion (  ) 

Rectangle rect (  ) 


The documentation for this class was generated from the following file:
Generated on Sun Feb 1 21:30:22 2009 for wxD by  doxygen 1.5.4