|
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 | |
| menuBar = wx.MenuBar() | |
| menuFile = wx.Menu() | |
| menuHelp = wx.Menu() | |
| quit = self.menuFile.Append(wx.ID_EXIT, "&Quit") | |
| showAbout = self.menuHelp.Append(wx.ID_ABOUT, "&About...") | |
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 = None | |
| __init__ | ( | self, | |
| * | args, | ||
| ** | kw ) |
| 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 |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| menuBar = wx.MenuBar() |
| menuFile = wx.Menu() |
| menuHelp = wx.Menu() |
|
static |
|
static |
|
static |
| quit = self.menuFile.Append(wx.ID_EXIT, "&Quit") |
| showAbout = self.menuHelp.Append(wx.ID_ABOUT, "&About...") |
|
static |
|
static |