Panda3D
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | Protected Attributes | List of all members
WxAppShell Class Reference
Inheritance diagram for WxAppShell:
WxPandaShell LevelEditorUIBase LevelEditorUI

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
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args,
** kw )

Reimplemented in LevelEditorUI, LevelEditorUIBase, and WxPandaShell.

Member Function Documentation

◆ appInit()

appInit ( self)

USER METHODS ### To be overridden.

Reimplemented in WxPandaShell.

◆ createInterface()

createInterface ( self)

Reimplemented in LevelEditorUIBase, and WxPandaShell.

◆ createMenuBar()

createMenuBar ( self)

◆ onDestroy()

onDestroy ( self,
event )

Reimplemented in LevelEditorUIBase.

◆ quit()

quit ( self,
event = None )

◆ showAbout()

showAbout ( self,
event )

Member Data Documentation

◆ _logWin

_logWin
protected

◆ about

about

◆ appname [1/2]

str appname = 'Generic Application Frame'
static

◆ appname [2/2]

appname

◆ appversion

str appversion = '1.0'
static

◆ balloonState

str balloonState = 'none'
static

◆ contactemail [1/2]

str contactemail = 'Gyedo.Jeon@disney.com'
static

◆ contactemail [2/2]

contactemail

◆ contactname [1/2]

str contactname = 'Gyedo Jeon'
static

◆ contactname [2/2]

contactname

◆ copyright

tuple copyright
static
Initial value:
= ('Copyright 2008 Walt Disney Internet Group.' +
'\nAll Rights Reserved.')

◆ frameHeight

int frameHeight = 320
static

◆ frameWidth

int frameWidth = 450
static

◆ menuBar

menuBar

◆ menuFile

menuFile

◆ menuHelp

menuHelp

◆ padx

int padx = 5
static

◆ pady

int pady = 5
static

◆ panelCount

int panelCount = 0
static

◆ quit

quit

◆ showAbout

showAbout

◆ usecommandarea

int usecommandarea = 0
static

◆ usestatusarea

int usestatusarea = 0
static