Panda3D
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
TaskManagerPanel Class Reference
Inheritance diagram for TaskManagerPanel:
AppShell DirectObject

Public Member Functions

def __init__
 
def createInterface
 
def onDestroy
 
- Public Member Functions inherited from AppShell
def __init__
 
def addVariable
 
def addWidget
 WIDGET UTILITY FUNCTIONS ##. More...
 
def alignbuttons
 
def appInit
 USER METHODS ### To be overridden. More...
 
def balloon
 
def bind
 
def buttonAdd
 
def buttonBox
 
def createInterface
 
def createMenuBar
 
def createWidget
 
def getVariable
 
def getWidget
 
def interior
 
def messageBar
 
def newCreateButton
 
def newCreateCheckbutton
 
def newCreateColorEntry
 
def newCreateComboBox
 
def newCreateDial
 
def newCreateEntryScale
 
def newCreateFloater
 
def newCreateLabeledEntry
 
def newCreateOptionMenu
 
def newCreateRadiobutton
 
def newCreateSider
 
def newCreateVector2Entry
 
def newCreateVector3Entry
 
def onDestroy
 
def quit
 
def showAbout
 
def toggleBalloon
 
def transformRGB
 
def updateProgress
 
- Public Member Functions inherited from DirectObject
def __init__
 
def accept
 
def acceptOnce
 
def addTask
 
def detectLeaks
 
def doMethodLater
 
def getAllAccepting
 
def ignore
 
def ignoreAll
 
def isAccepting
 
def isIgnoring
 
def removeAllTasks
 
def removeTask
 

Public Attributes

 taskMgr
 
 taskMgrWidget
 
- Public Attributes inherited from AppShell
 about
 
 balloonState
 
 dataArea
 
 id
 
 menuBar
 
 menuFrame
 
 parent
 
 toggleBalloonVar
 
 variableDict
 
 widgetDict
 

Static Public Attributes

string appname = 'TaskManager Panel'
 
int frameHeight = 400
 
int frameWidth = 300
 
int usecommandarea = 0
 
int usestatusarea = 0
 
- Static Public Attributes inherited from AppShell
string appname = 'Generic Application Frame'
 
string appversion = '1.0'
 
string balloonState = 'none'
 
string contactemail = 'Mark.Mine@disney.com'
 
string contactname = 'Mark R. Mine'
 
string contactphone = '(818) 544-2921'
 
tuple copyright
 
int frameHeight = 320
 
int frameWidth = 450
 
int padx = 5
 
int pady = 5
 
int panelCount = 0
 
int usecommandarea = 0
 
int usestatusarea = 0
 

Constructor & Destructor Documentation

def __init__ (   self,
  taskMgr,
  parent = None,
  kw 
)

Member Function Documentation

def createInterface (   self)
def onDestroy (   self,
  event 
)

Member Data Documentation

string appname = 'TaskManager Panel'
static
int frameHeight = 400
static
int frameWidth = 300
static
taskMgr
taskMgrWidget
int usecommandarea = 0
static
int usestatusarea = 0
static