Panda3D
|
Public Member Functions | |
__init__ (self, fStartDirect=False) | |
appInit (self) | |
createInterface (self) | |
createMenu (self) | |
getCurrentView (self) | |
initialize (self) | |
onViewChange (self, evt, viewIdx) | |
wxStep (self, task=None) | |
![]() | |
createMenuBar (self) | |
onDestroy (self, event) | |
quit (self, event=None) | |
showAbout (self, event) | |
Public Attributes | |
appname | |
baseFrame | |
currentView | |
evtLoop | |
frontView | |
fStartDirect | |
leftBarDownPane | |
leftBarUpPane | |
leftFrame | |
leftView | |
mainFrame | |
menuView | |
oldLoop | |
perspView | |
perspViewMenuItem | |
rightBarDownPane | |
rightBarUpPane | |
rightFrame | |
topView | |
viewFrame | |
wxApp | |
wxStep | |
![]() | |
about | |
appname | |
contactemail | |
contactname | |
menuBar | |
menuFile | |
menuHelp | |
quit | |
showAbout | |
Static Public Attributes | |
str | appname = 'Panda3D Generic WX Frame' |
str | appversion = '1.0' |
tuple | copyright |
int | frameHeight = 600 |
int | frameWidth = 800 |
dict | MENU_TEXTS |
![]() | |
str | appname = 'Generic Application Frame' |
str | appversion = '1.0' |
str | balloonState = 'none' |
str | contactemail = 'Gyedo.Jeon@disney.com' |
str | contactname = 'Gyedo Jeon' |
tuple | copyright |
int | frameHeight = 320 |
int | frameWidth = 450 |
int | padx = 5 |
int | pady = 5 |
int | panelCount = 0 |
int | usecommandarea = 0 |
int | usestatusarea = 0 |
Additional Inherited Members | |
![]() | |
_logWin | |
Class for Panda3D LevelEditor
__init__ | ( | self, | |
fStartDirect = False ) |
Reimplemented from WxAppShell.
Reimplemented in LevelEditorUI, and LevelEditorUIBase.
appInit | ( | self | ) |
Overridden from WxAppShell.py.
Reimplemented from WxAppShell.
createInterface | ( | self | ) |
Reimplemented from WxAppShell.
Reimplemented in LevelEditorUIBase.
createMenu | ( | self | ) |
Reimplemented in LevelEditorUIBase.
getCurrentView | ( | self | ) |
Function for get the current Viewport
initialize | ( | self | ) |
Initializes the viewports and editor.
onViewChange | ( | self, | |
evt, | |||
viewIdx ) |
wxStep | ( | self, | |
task = None ) |
A step in the WX event loop. You can either call this yourself or use as task.
|
static |
appname |
|
static |
baseFrame |
|
static |
currentView |
evtLoop |
|
static |
|
static |
frontView |
fStartDirect |
leftBarDownPane |
leftBarUpPane |
leftFrame |
leftView |
mainFrame |
|
static |
menuView |
oldLoop |
perspView |
perspViewMenuItem |
rightBarDownPane |
rightBarUpPane |
rightFrame |
topView |
viewFrame |
wxApp |
wxStep |