Class implementing the high level interface.
Methods
|
|
__init__
handleHappydoc
initActions
initMenu
|
|
__init__
|
__init__ (
self,
project,
parent,
)
Constructor
Arguments
- project
- project object of the current project
- parent
- parent object of this class (QObject)
|
|
handleHappydoc
|
handleHappydoc ( self )
Private slot to perform the happydoc api documentation generation.
|
|
initActions
|
initActions ( self )
Private method to initialize the API documentation actions.
|
|
initMenu
|
initMenu ( self )
Private method called to build the project API documentation submenu.
Returns
the menu or None
|
|