Panda3D
|
Public Member Functions | |
__init__ (self, *args, **kw) | |
appInit (self) | |
USER METHODS ### To be overridden. | |
createInterface (self) | |
createMenuBar (self) | |
onDestroy (self, event) | |
quit (self, event=None) | |
showAbout (self, event) | |
Public Attributes | |
about | |
appname | |
contactemail | |
contactname | |
menuBar | |
menuFile | |
menuHelp | |
quit | |
showAbout | |
Static Public Attributes | |
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 |
Protected Attributes | |
_logWin | |
__init__ | ( | self, | |
* | args, | ||
** | kw ) |
Reimplemented in LevelEditorUI, LevelEditorUIBase, and WxPandaShell.
appInit | ( | self | ) |
USER METHODS ### To be overridden.
Reimplemented in WxPandaShell.
createInterface | ( | self | ) |
Reimplemented in LevelEditorUIBase, and WxPandaShell.
createMenuBar | ( | self | ) |
onDestroy | ( | self, | |
event ) |
Reimplemented in LevelEditorUIBase.
quit | ( | self, | |
event = None ) |
showAbout | ( | self, | |
event ) |
|
protected |
about |
|
static |
appname |
|
static |
|
static |
|
static |
contactemail |
|
static |
contactname |
|
static |
|
static |
|
static |
menuBar |
menuFile |
menuHelp |
|
static |
|
static |
|
static |
quit |
showAbout |
|
static |
|
static |