Panda3D
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Classes | Functions | Variables
wxwidgets::ViewPort Namespace Reference

Classes

class  Viewport
class  ViewportManager

Functions

def Close
 self.accept("wheel_down", self.zoomOut) self.accept("wheel_up", self.zoomIn) self.accept("page_down", self.zoomOut) self.accept("page_down-repeat", self.zoomOut) self.accept("page_up", self.zoomIn) self.accept("page_up-repeat", self.zoomIn) self.accept("mouse3", self.onRightDown)
def onRightDown
def onSize
def zoomIn
def zoomOut

Variables

list __all__ = ["Viewport", "ViewportManager"]
int CREATENEW = 99
 HORIZONTAL = wx.SPLIT_HORIZONTAL
 VERTICAL = wx.SPLIT_VERTICAL
int VPFRONT = 11
int VPLEFT = 10
int VPPERSPECTIVE = 13
int VPTOP = 12

Detailed Description

Contains classes useful for 3D viewports.

Originally written by pro-rsoft,
Modified by gjeon.
Modified by Summer 2010 Carnegie Mellon University ETC PandaLE team: fixed a bug in Viewport.Close 

Function Documentation

def wxwidgets.ViewPort.Close (   self)

self.accept("wheel_down", self.zoomOut) self.accept("wheel_up", self.zoomIn) self.accept("page_down", self.zoomOut) self.accept("page_down-repeat", self.zoomOut) self.accept("page_up", self.zoomIn) self.accept("page_up-repeat", self.zoomIn) self.accept("mouse3", self.onRightDown)

Closes the viewport.
def wxwidgets.ViewPort.onRightDown (   self,
  evt = None 
)
Invoked when the viewport is right-clicked.
def wxwidgets.ViewPort.onSize (   self,
  evt 
)
Invoked when the viewport is resized.
def wxwidgets.ViewPort.zoomIn (   self)

Variable Documentation

list __all__ = ["Viewport", "ViewportManager"]
int CREATENEW = 99
HORIZONTAL = wx.SPLIT_HORIZONTAL
VERTICAL = wx.SPLIT_VERTICAL
int VPFRONT = 11
int VPLEFT = 10
int VPPERSPECTIVE = 13
int VPTOP = 12
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties