#include <rubycodegenerationpolicy.h>
RubyCodeGenerationPolicy::RubyCodeGenerationPolicy |
( |
| ) |
|
RubyCodeGenerationPolicy::~RubyCodeGenerationPolicy |
( |
| ) |
|
|
virtual |
Create a new dialog interface for this object.
- Parameters
-
parent | the parent widget |
name | the name of the page |
- Returns
- dialog object
Implements CodeGenPolicyExt.
bool RubyCodeGenerationPolicy::getAutoGenerateAssocAccessors |
( |
| ) |
|
Get the value of m_autoGenerateAssocAccessors.
- Returns
- the value of m_autoGenerateAssocAccessors
bool RubyCodeGenerationPolicy::getAutoGenerateAttribAccessors |
( |
| ) |
|
Get the value of m_autoGenerateAttribAccessors
- Returns
- the value of m_autoGenerateAttribAccessors
void RubyCodeGenerationPolicy::init |
( |
| ) |
|
|
private |
void RubyCodeGenerationPolicy::setAutoGenerateAssocAccessors |
( |
bool |
var | ) |
|
Set the value of m_autoGenerateAssocAccessors.
- Parameters
-
void RubyCodeGenerationPolicy::setAutoGenerateAttribAccessors |
( |
bool |
var | ) |
|
Set the value of m_autoGenerateAttribAccessors.
- Parameters
-
void RubyCodeGenerationPolicy::setDefaults |
( |
CodeGenPolicyExt * |
defaults, |
|
|
bool |
emitUpdateSignal = true |
|
) |
| |
|
virtual |
Set the defaults for this code generator from the passed generator.
- Parameters
-
defaults | the defaults to set |
emitUpdateSignal | flag whether to emit the update signal |
void RubyCodeGenerationPolicy::setDefaults |
( |
bool |
emitUpdateSignal = true | ) |
|
|
virtual |
Set the defaults from a config file for this code generator from the passed KConfig pointer.
- Parameters
-
emitUpdateSignal | flag whether to emit the update signal |
Implements CodeGenPolicyExt.
The documentation for this class was generated from the following files: