#include <cppcodegenerationform.h>
|
void | setupUi (QWidget *CPPCodeGenerationFormBase) |
|
void | retranslateUi (QWidget *CPPCodeGenerationFormBase) |
|
CPPCodeGenerationForm::CPPCodeGenerationForm |
( |
QWidget * |
parent = 0 , |
|
|
const char * |
name = 0 |
|
) |
| |
|
explicit |
Constructor.
- Parameters
-
parent | the parent of this widget |
name | the object name |
CPPCodeGenerationForm::~CPPCodeGenerationForm |
( |
| ) |
|
|
virtual |
void CPPCodeGenerationForm::browseClicked |
( |
| ) |
|
|
virtualslot |
Slot for clicking on the browse buttons.
void CPPCodeGenerationForm::generalOptionsListWidgetClicked |
( |
QListWidgetItem * |
pSender | ) |
|
|
privatevirtualslot |
Slot for clicking in the list widget.
- Parameters
-
pSender | the sender of the signal, the item in the list |
bool CPPCodeGenerationForm::getAccessorMethodsStartWithUpperCase |
( |
| ) |
|
Get the display state of the related option
- Returns
- the state of the flag
bool CPPCodeGenerationForm::getAccessorsAreInline |
( |
| ) |
|
Get the display state of option "Accessors Are Inline".
- Returns
- the state of the flag
bool CPPCodeGenerationForm::getAccessorsArePublic |
( |
| ) |
|
Get the display state of option "Accessors Are Public".
- Returns
- the state of the flag
QString CPPCodeGenerationForm::getClassMemberPrefix |
( |
| ) |
|
Get the class member prefix
- Returns
- value
QString CPPCodeGenerationForm::getDocToolTag |
( |
| ) |
|
Get the display state of the related option
- Returns
- the state of the flag
bool CPPCodeGenerationForm::getGenerateAccessorMethods |
( |
| ) |
|
Get the display state of option "Generate Accessor Methods".
- Returns
- the state of the flag
bool CPPCodeGenerationForm::getGenerateEmptyConstructors |
( |
| ) |
|
Get the display state of option "Generate Empty Constructors".
- Returns
- the state of the flag
bool CPPCodeGenerationForm::getGenerateMakefileDocument |
( |
| ) |
|
bool CPPCodeGenerationForm::getGettersWithGetPrefix |
( |
| ) |
|
Get the display state of the related option
- Returns
- the state of the flag
bool CPPCodeGenerationForm::getOperationsAreInline |
( |
| ) |
|
Get the display state of option "Operations Are Inline".
- Returns
- the state of the flag
bool CPPCodeGenerationForm::getPackageIsANamespace |
( |
| ) |
|
Get the display state of option "Package Is Namespace".
- Returns
- the state of the flag
bool CPPCodeGenerationForm::getRemovePrefixFromAccessorMethodName |
( |
| ) |
|
Get the display state of the related option
- Returns
- the state of the flag
bool CPPCodeGenerationForm::getVirtualDestructors |
( |
| ) |
|
Get the display state of option "Virtual Destructors".
- Returns
- the state of the flag
void CPPCodeGenerationForm::setAccessorMethodsStartWithUpperCase |
( |
bool |
bFlag | ) |
|
Set the display state of the related checkbox
- Parameters
-
void CPPCodeGenerationForm::setAccessorsAreInline |
( |
bool |
bFlag = true | ) |
|
Set the display state of option "Accessors Are Inline".
- Parameters
-
void CPPCodeGenerationForm::setAccessorsArePublic |
( |
bool |
bFlag = true | ) |
|
Set the display state of option "Accessors Are Public".
- Parameters
-
void CPPCodeGenerationForm::setClassMemberPrefix |
( |
const QString & |
value | ) |
|
Set the class member prefix
- Parameters
-
void CPPCodeGenerationForm::setDocToolTag |
( |
const QString & |
value | ) |
|
Set the doc display state of option "Doc Tool Tag".
- Parameters
-
value | the value of the tag |
void CPPCodeGenerationForm::setGenerateAccessorMethods |
( |
bool |
bFlag = true | ) |
|
Set the display state of option "Generate Accessor Methods".
- Parameters
-
void CPPCodeGenerationForm::setGenerateEmptyConstructors |
( |
bool |
bFlag = true | ) |
|
Set the display state of option "Generate Empty Constructors".
- Parameters
-
void CPPCodeGenerationForm::setGenerateMakefileDocument |
( |
bool |
bFlag = true | ) |
|
void CPPCodeGenerationForm::setGetterWithoutGetPrefix |
( |
bool |
bFlag = true | ) |
|
Set the display state of the related checkbox
- Parameters
-
void CPPCodeGenerationForm::setOperationsAreInline |
( |
bool |
bFlag = true | ) |
|
Set the display state of option "Operations Are Inline".
- Parameters
-
void CPPCodeGenerationForm::setPackageIsANamespace |
( |
bool |
bFlag = true | ) |
|
Set the display state of option "Package Is Namespace".
- Parameters
-
void CPPCodeGenerationForm::setRemovePrefixFromAccessorMethodName |
( |
bool |
bFlag = true | ) |
|
Set the display state of the related checkbox
- Parameters
-
void CPPCodeGenerationForm::setVirtualDestructors |
( |
bool |
bFlag = true | ) |
|
Set the display state of option "Virtual Destructors".
- Parameters
-
Qt::CheckState CPPCodeGenerationForm::toCheckState |
( |
bool |
value | ) |
|
|
staticprivate |
Conversion utility (static) from bool to Qt::CheckState.
- Parameters
-
value | the value to be converted |
- Returns
- the check state
QListWidgetItem* CPPCodeGenerationForm::m_optionAccessorMethodsStartWithUpperCase |
|
private |
QListWidgetItem* CPPCodeGenerationForm::m_optionAccessorsAreInline |
|
private |
QListWidgetItem* CPPCodeGenerationForm::m_optionAccessorsArePublic |
|
private |
QListWidgetItem* CPPCodeGenerationForm::m_optionDocToolTag |
|
private |
QListWidgetItem* CPPCodeGenerationForm::m_optionGenerateAccessorMethods |
|
private |
QListWidgetItem* CPPCodeGenerationForm::m_optionGenerateEmptyConstructors |
|
private |
QListWidgetItem* CPPCodeGenerationForm::m_optionGetterWithGetPrefix |
|
private |
QListWidgetItem* CPPCodeGenerationForm::m_optionOperationsAreInline |
|
private |
QListWidgetItem* CPPCodeGenerationForm::m_optionPackageIsANamespace |
|
private |
QListWidgetItem* CPPCodeGenerationForm::m_optionRemovePrefixFromAccessorMethodName |
|
private |
QListWidgetItem* CPPCodeGenerationForm::m_optionVirtualDestructors |
|
private |
The documentation for this class was generated from the following files: