MiniatureWindow::RectangleArea Class Reference

List of all members.


Detailed Description

An object to store size and position of the red rectangle (which represents the visible visual window)

Definition at line 365 of file MiniatureWindow.py.


Public Member Functions

def __init__
def GetSize
def SetSize
def GetPosition
def SetPosition
def SetRelativePosition
def SetX
def SetY

Public Attributes

 size
 position

Member Function Documentation

def MiniatureWindow::RectangleArea::__init__ (   self,
  position,
  size 
)

Constructor. Parameters: - x and y position of the object in a wxPoint() object - width and height of the object in a wxSize() object

Definition at line 372 of file MiniatureWindow.py.

def MiniatureWindow::RectangleArea::GetSize (   self  ) 

Get the size of the rectangle. !returns a wxSize() object with width and height of the rectangle

Definition at line 380 of file MiniatureWindow.py.

def MiniatureWindow::RectangleArea::SetSize (   self,
  size 
)

Set the size of the rectangle. Parameters: - wxSize(w,h) object

Definition at line 388 of file MiniatureWindow.py.

def MiniatureWindow::RectangleArea::GetPosition (   self  ) 

Get the position of the rectangle. !returns a wxPoint() object width x and y position

Definition at line 395 of file MiniatureWindow.py.

def MiniatureWindow::RectangleArea::SetPosition (   self,
  position 
)

Set the absolute position of the rectangle. Parameters: - wxPoint(x,y) object

Definition at line 403 of file MiniatureWindow.py.

def MiniatureWindow::RectangleArea::SetRelativePosition (   self,
  position 
)

Set the relative position of the rectangle. Parameters: - wxPoint(x,y) object

Definition at line 411 of file MiniatureWindow.py.

def MiniatureWindow::RectangleArea::SetX (   self,
  x 
)

Set the absolute x position of the rectangle. Parameters: - x position of the rectangle

Definition at line 419 of file MiniatureWindow.py.

def MiniatureWindow::RectangleArea::SetY (   self,
  y 
)

Set the absolute y position of the rectangle. Parameters: - y position of the rectangle

Definition at line 427 of file MiniatureWindow.py.


Member Data Documentation

MiniatureWindow::RectangleArea::size

Definition at line 373 of file MiniatureWindow.py.

MiniatureWindow::RectangleArea::position

Definition at line 374 of file MiniatureWindow.py.


The documentation for this class was generated from the following file:
Generated on Fri Aug 31 11:11:19 2007 for CDBVis by  doxygen 1.5.3