Panda3D
|
Public Member Functions | |
def | __init__ |
def | appInit |
def | createInterface |
def | createMenu |
def | createMenuBar |
def | getCurrentView |
def | initialize |
def | onDestroy |
def | onViewChange |
def | quit |
def | showAbout |
def | wxStep |
Public Attributes | |
about | |
baseFrame | |
currentView | |
evtLoop | |
frontView | |
fStartDirect | |
leftBarDownPane | |
leftBarUpPane | |
leftFrame | |
leftView | |
mainFrame | |
menuBar | |
menuFile | |
menuHelp | |
menuView | |
oldLoop | |
perspView | |
perspViewMenuItem | |
rightBarDownPane | |
rightBarUpPane | |
rightFrame | |
topView | |
viewFrame | |
wxApp | |
Static Public Attributes | |
string | appname = 'Panda3D Generic WX Frame' |
string | appversion = '1.0' |
string | balloonState = 'none' |
string | contactemail = 'Gyedo.Jeon@disney.com' |
string | contactname = 'Gyedo Jeon' |
tuple | copyright |
int | frameHeight = 600 |
int | frameWidth = 800 |
dictionary | MENU_TEXTS |
int | padx = 5 |
int | pady = 5 |
int | panelCount = 0 |
int | usecommandarea = 0 |
int | usestatusarea = 0 |
Class for Panda3D LevelEditor
def __init__ | ( | self, | |
fStartDirect = False |
|||
) |
def appInit | ( | self | ) |
Overridden from WxAppShell.py.
Reimplemented from WxAppShell.
def createInterface | ( | self | ) |
Reimplemented from WxAppShell.
def createMenu | ( | self | ) |
def createMenuBar | ( | self | ) | [inherited] |
def getCurrentView | ( | self | ) |
Function for get the current Viewport
def initialize | ( | self | ) |
Initializes the viewports and editor.
def onDestroy | ( | self, | |
event | |||
) | [inherited] |
def onViewChange | ( | self, | |
evt, | |||
viewIdx | |||
) |
def quit | ( | self, | |
event = None |
|||
) | [inherited] |
def showAbout | ( | self, | |
event | |||
) | [inherited] |
def wxStep | ( | self, | |
task = None |
|||
) |
A step in the WX event loop. You can either call this yourself or use as task.
about [inherited] |
string appname = 'Panda3D Generic WX Frame' [static] |
Reimplemented from WxAppShell.
string appversion = '1.0' [static] |
Reimplemented from WxAppShell.
string balloonState = 'none' [static, inherited] |
string contactemail = 'Gyedo.Jeon@disney.com' [static, inherited] |
string contactname = 'Gyedo Jeon' [static, inherited] |
tuple copyright [static] |
('Copyright 2010 Disney Online Studios.' + '\nAll Rights Reserved.')
Reimplemented from WxAppShell.
int frameHeight = 600 [static] |
Reimplemented from WxAppShell.
int frameWidth = 800 [static] |
Reimplemented from WxAppShell.
dictionary MENU_TEXTS [static] |
{ ID_FOUR_VIEW : ("Four Views", None), ID_TOP_VIEW : ("Top View", None), ID_FRONT_VIEW : ("Front View", None), ID_LEFT_VIEW : ("Left View", None), ID_PERSP_VIEW : ("Persp View", None), }
menuBar [inherited] |
menuFile [inherited] |
menuHelp [inherited] |
int padx = 5 [static, inherited] |
int pady = 5 [static, inherited] |
int panelCount = 0 [static, inherited] |
int usecommandarea = 0 [static, inherited] |
int usestatusarea = 0 [static, inherited] |