Class implementing the color dialog wizard.
        
            | Methods |  | 
        
        | __init__ callForm
 getAction
 handle
 
 | 
            |  | __init__ | 
        
        | 
__init__ ( self,  parent=None )
 Constructor        Arguments
            parentparent widget (QWidget) | 
            |  | callForm | 
        
        | 
callForm ( self,  editor )
 Private method to display a dialog and get the code.        Arguments
            editorreference to the current editor         Returns            the generated code (string) | 
            |  | getAction | 
        
        | 
getAction ( self )
 Public method to get the action associated with this class wizard.         Returns            the associated action | 
            |  | handle | 
        
        | 
handle ( self )
 Worker method associated with the wizard action |