Panda3D
|
Public Member Functions | |
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 | |
about | |
menuBar | |
menuFile | |
menuHelp | |
Static Public Attributes | |
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 |
def __init__ | ( | self, | |
args, | |||
kw | |||
) |
def appInit | ( | self | ) |
USER METHODS ### To be overridden.
def createInterface | ( | self | ) |
def createMenuBar | ( | self | ) |
def onDestroy | ( | self, | |
event | |||
) |
def quit | ( | self, | |
event = None |
|||
) |
def showAbout | ( | self, | |
event | |||
) |
about |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
menuBar |
menuFile |
menuHelp |
|
static |
|
static |
|
static |
|
static |
|
static |