umbrello 2.38.4
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
Public Member Functions | Private Member Functions | Private Attributes | List of all members
JavaCodeGenerationPolicy Class Reference

#include <javacodegenerationpolicy.h>

Inheritance diagram for JavaCodeGenerationPolicy:
Collaboration diagram for JavaCodeGenerationPolicy:

Public Member Functions

 JavaCodeGenerationPolicy ()
 
virtual ~JavaCodeGenerationPolicy ()
 
void setAutoGenerateAttribAccessors (bool var)
 
bool getAutoGenerateAttribAccessors ()
 
void setAutoGenerateAssocAccessors (bool var)
 
bool getAutoGenerateAssocAccessors ()
 
virtual void setDefaults (CodeGenPolicyExt *defaults, bool emitUpdateSignal=true)
 
virtual void setDefaults (bool emitUpdateSignal=true)
 
CodeGenerationPolicyPagecreatePage (QWidget *parent=0, const char *name=0)
 
- Public Member Functions inherited from CodeGenPolicyExt
 CodeGenPolicyExt ()
 
virtual ~CodeGenPolicyExt ()
 

Private Member Functions

void init ()
 

Private Attributes

CodeGenerationPolicym_commonPolicy
 

Constructor & Destructor Documentation

◆ JavaCodeGenerationPolicy()

JavaCodeGenerationPolicy::JavaCodeGenerationPolicy ( )

Constructor.

Here is the call graph for this function:

◆ ~JavaCodeGenerationPolicy()

JavaCodeGenerationPolicy::~JavaCodeGenerationPolicy ( )
virtual

Empty Destructor.

Member Function Documentation

◆ createPage()

CodeGenerationPolicyPage * JavaCodeGenerationPolicy::createPage ( QWidget *  parent = 0,
const char *  name = 0 
)
virtual

Create a new dialog interface for this object.

Parameters
parentthe parent widget
namepage name
Returns
dialog object

Implements CodeGenPolicyExt.

◆ getAutoGenerateAssocAccessors()

bool JavaCodeGenerationPolicy::getAutoGenerateAssocAccessors ( )

Get the value of m_autoGenerateAssocAccessors

Returns
the value of m_autoGenerateAssocAccessors
Here is the call graph for this function:

◆ getAutoGenerateAttribAccessors()

bool JavaCodeGenerationPolicy::getAutoGenerateAttribAccessors ( )

Get the value of m_autoGenerateAttribAccessors.

Returns
the value of m_autoGenerateAttribAccessors
Here is the call graph for this function:

◆ init()

void JavaCodeGenerationPolicy::init ( )
private

Initialisation.

Here is the call graph for this function:

◆ setAutoGenerateAssocAccessors()

void JavaCodeGenerationPolicy::setAutoGenerateAssocAccessors ( bool  var)

Set the value of m_autoGenerateAssocAccessors.

Parameters
varthe new value
Here is the call graph for this function:

◆ setAutoGenerateAttribAccessors()

void JavaCodeGenerationPolicy::setAutoGenerateAttribAccessors ( bool  var)

Set the value of m_autoGenerateAttribAccessors.

Parameters
varthe new value
Here is the call graph for this function:

◆ setDefaults() [1/2]

void JavaCodeGenerationPolicy::setDefaults ( bool  emitUpdateSignal = true)
virtual

Set the defaults from a config file for this code generator from the passed KConfig pointer.

Parameters
emitUpdateSignalflag whether update signal has to be emitted

Implements CodeGenPolicyExt.

Here is the call graph for this function:

◆ setDefaults() [2/2]

void JavaCodeGenerationPolicy::setDefaults ( CodeGenPolicyExt defaults,
bool  emitUpdateSignal = true 
)
virtual

Set the defaults for this code generator from the passed generator.

Parameters
defaultsthe defaults to set
emitUpdateSignalflag whether update signal has to be emitted
Here is the call graph for this function:

Member Data Documentation

◆ m_commonPolicy

CodeGenerationPolicy* JavaCodeGenerationPolicy::m_commonPolicy
private

The documentation for this class was generated from the following files: