Panda3D
|
Public Member Functions | |
def | __init__ (self, fStartDirect=False) |
def | appInit (self) |
def | createInterface (self) |
def | createMenu (self) |
def | getCurrentView (self) |
def | initialize (self) |
def | onViewChange (self, evt, viewIdx) |
def | wxStep (self, task=None) |
![]() | |
def | __init__ (self, args, kw) |
def | appInit (self) |
USER METHODS ### To be overridden. More... | |
def | createInterface (self) |
def | createMenuBar (self) |
def | onDestroy (self, event) |
def | quit (self, event=None) |
def | showAbout (self, event) |
Public Attributes | |
baseFrame | |
currentView | |
evtLoop | |
frontView | |
fStartDirect | |
leftBarDownPane | |
leftBarUpPane | |
leftFrame | |
leftView | |
mainFrame | |
menuView | |
oldLoop | |
perspView | |
perspViewMenuItem | |
rightBarDownPane | |
rightBarUpPane | |
rightFrame | |
topView | |
viewFrame | |
wxApp | |
![]() | |
about | |
menuBar | |
menuFile | |
menuHelp | |
Static Public Attributes | |
string | appname = 'Panda3D Generic WX Frame' |
string | appversion = '1.0' |
tuple | copyright |
int | frameHeight = 600 |
int | frameWidth = 800 |
dictionary | MENU_TEXTS |
![]() | |
string | appname = 'Generic Application Frame' |
string | appversion = '1.0' |
string | balloonState = 'none' |
string | contactemail = 'Gyedo.Jeon@disney.com' |
string | 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 |
Class for Panda3D LevelEditor
def __init__ | ( | self, | |
fStartDirect = False |
|||
) |
def appInit | ( | self | ) |
Overridden from WxAppShell.py.
def createInterface | ( | self | ) |
def createMenu | ( | self | ) |
def getCurrentView | ( | self | ) |
Function for get the current Viewport
def initialize | ( | self | ) |
Initializes the viewports and editor.
def onViewChange | ( | self, | |
evt, | |||
viewIdx | |||
) |
def wxStep | ( | self, | |
task = None |
|||
) |
A step in the WX event loop. You can either call this yourself or use as task.
|
static |
|
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 |