Panda3D
|
Public Member Functions | |
__init__ (self) | |
__str__ (self) | |
getCategories (self) | |
getCategory (self, categoryName) | |
giveNotify (self, cls) | |
newCategory (self, categoryName, logger=None) | |
popupControls (self, tl=None) | |
setDconfigLevel (self, categoryName) | |
setDconfigLevels (self) | |
setVerbose (self) | |
Public Attributes | |
logger | |
notify | |
streamWriter | |
DirectNotify class: this class contains methods for creating mulitple notify categories via a dictionary of Notifiers.
__init__ | ( | self | ) |
DirectNotify class keeps a dictionary of Notfiers
__str__ | ( | self | ) |
Print handling routine
getCategories | ( | self | ) |
Return list of category dictionary keys
getCategory | ( | self, | |
categoryName ) |
getCategory(self, string) Return the category with given name if present, None otherwise
giveNotify | ( | self, | |
cls ) |
newCategory | ( | self, | |
categoryName, | |||
logger = None ) |
newCategory(self, string) Make a new notify category named categoryName. Return new category if no such category exists, else return existing category
popupControls | ( | self, | |
tl = None ) |
setDconfigLevel | ( | self, | |
categoryName ) |
Check to see if this category has a dconfig variable to set the notify severity and then set that level. You cannot set these until config is set.
setDconfigLevels | ( | self | ) |
setVerbose | ( | self | ) |
logger |
notify |
streamWriter |