umbrello/umbrello
JavaCodeGenerationPolicyPage Class Reference
#include <javacodegenerationpolicypage.h>
Inheritance diagram for JavaCodeGenerationPolicyPage:

Public Slots | |
| void | apply () |
Public Slots inherited from CodeGenerationPolicyPage | |
| virtual void | apply () |
Public Member Functions | |
| JavaCodeGenerationPolicyPage (QWidget *parent=0, const char *name=0, JavaCodeGenerationPolicy *policy=0) | |
| virtual | ~JavaCodeGenerationPolicyPage () |
Public Member Functions inherited from CodeGenerationPolicyPage | |
| CodeGenerationPolicyPage (QWidget *parent=0, const char *name=0, CodeGenPolicyExt *policy=0) | |
| virtual | ~CodeGenerationPolicyPage () |
| void | setDefaults () |
Protected Attributes | |
| JavaCodeGenerationFormBase * | form |
Protected Attributes inherited from CodeGenerationPolicyPage | |
| CodeGenPolicyExt * | m_parentPolicy |
Detailed Description
Definition at line 33 of file javacodegenerationpolicypage.h.
Constructor & Destructor Documentation
|
explicit |
- Todo:
- unclean - CreateANTBuildFile attribute should be in java policy CodeGenerator codegen = UMLApp::app()->getGenerator(); JavaCodeGenerator *javacodegen = dynamic_cast<JavaCodeGenerator>(codegen); if (javacodegen) form->m_makeANTDocumentCheckBox->setChecked(javacodegen->getCreateANTBuildFile());
Definition at line 21 of file javacodegenerationpolicypage.cpp.
|
virtual |
Definition at line 42 of file javacodegenerationpolicypage.cpp.
Member Function Documentation
|
slot |
- Todo:
- unclean - CreateANTBuildFile attribute should be in java policy CodeGenerator codegen = UMLApp::app()->getGenerator(); JavaCodeGenerator *javacodegen = dynamic_cast<JavaCodeGenerator>(codegen); if (javacodegen) javacodegen->setCreateANTBuildFile(form->m_makeANTDocumentCheckBox->isChecked());
Definition at line 46 of file javacodegenerationpolicypage.cpp.
Member Data Documentation
|
protected |
Definition at line 44 of file javacodegenerationpolicypage.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:06:02 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:06:02 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Slots inherited from