CodeGenPolicyExt Class Reference
Base class for programming language specific code generation policy extensions. More...
#include <codegenpolicyext.h>
Public Member Functions | |
| virtual CodeGenerationPolicyPage * | createPage (QWidget *parent=0, const char *name=0)=0 |
| Create a new dialog interface for this object. | |
| virtual void | setDefaults (KConfig *config, bool emitUpdateSignal=true)=0 |
| set the defaults from a config file for this code generator from the passed KConfig pointer. | |
| virtual void | writeConfig (KConfig *config)=0 |
| write Default params to passed KConfig pointer. | |
Detailed Description
Base class for programming language specific code generation policy extensions.Not to be confused with CodeGenerationPolicy which contains the programming language independent policies.
- Author:
- Oliver Kellogg <okellogg@users.sourceforge.net> Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org
Definition at line 30 of file codegenpolicyext.h.
Member Function Documentation
|
||||||||||||
|
Create a new dialog interface for this object.
|
|
||||||||||||
|
set the defaults from a config file for this code generator from the passed KConfig pointer.
Referenced by UMLApp::setGenerator(). |
|
|
write Default params to passed KConfig pointer.
Referenced by UMLApp::saveOptions(). |
The documentation for this class was generated from the following file:
