CPPCodeGenerationForm Class Reference
#include <cppcodegenerationform.h>
Public Slots | |
| virtual void | browseClicked () |
Public Member Functions | |
| CPPCodeGenerationForm (QWidget *parent=0, const char *name=0) | |
| std ctor | |
| virtual | ~CPPCodeGenerationForm () |
| std dtor | |
| void | setPackageIsANamespace (bool bFlag=true) |
| set the display state of option "Package Is A Namespace" | |
| void | setVirtualDestructors (bool bFlag=true) |
| set the display state of option "Virtual Destructors" | |
| void | setGenerateEmptyConstructors (bool bFlag=true) |
| set the display state of option "Generate Empty Constructors" | |
| void | setGenerateAccessorMethods (bool bFlag=true) |
| set the display state of option "Generate Accessor Methods" | |
| void | setOperationsAreInline (bool bFlag=true) |
| set the display state of option "Operations Are Inline" | |
| void | setAccessorsAreInline (bool bFlag=true) |
| set the display state of option "Accessors Are Inline" | |
| void | setAccessorsArePublic (bool bFlag=true) |
| set the display state of option "Accessors Are Public" | |
| void | setGenerateMakefileDocument (bool bFlag=true) |
| set the display state of option "Generate Makefile Document" | |
| bool | getPackageIsANamespace () |
| get the display state of option "Package Is A Namespace" | |
| bool | getVirtualDestructors () |
| get the display state of option "Virtual Destructors" | |
| bool | getGenerateEmptyConstructors () |
| get the display state of option "Generate Empty Constructors" | |
| bool | getGenerateAccessorMethods () |
| get the display state of option "Generate Accessors Methods" | |
| bool | getOperationsAreInline () |
| get the display state of option "Operations Are Inline" | |
| bool | getAccessorsAreInline () |
| get the display state of option "Accessors Are Inline" | |
| bool | getAccessorsArePublic () |
| get the display state of option "Accessors Are Public" | |
| bool | getGenerateMakefileDocument () |
| get the display state of option "Generate Makefile Document" | |
Detailed Description
- Author:
- Brian Thomas
Definition at line 26 of file cppcodegenerationform.h.
Constructor & Destructor Documentation
|
||||||||||||
|
std ctor
Definition at line 31 of file cppcodegenerationform.cpp. |
|
|
std dtor
Definition at line 67 of file cppcodegenerationform.cpp. |
Member Function Documentation
|
|
set the display state of option "Package Is A Namespace"
Definition at line 167 of file cppcodegenerationform.cpp. |
|
|
set the display state of option "Virtual Destructors"
Definition at line 176 of file cppcodegenerationform.cpp. |
|
|
set the display state of option "Generate Empty Constructors"
Definition at line 185 of file cppcodegenerationform.cpp. |
|
|
set the display state of option "Generate Accessor Methods"
Definition at line 194 of file cppcodegenerationform.cpp. |
|
|
set the display state of option "Operations Are Inline"
Definition at line 212 of file cppcodegenerationform.cpp. |
|
|
set the display state of option "Accessors Are Inline"
Definition at line 221 of file cppcodegenerationform.cpp. |
|
|
set the display state of option "Accessors Are Public"
Definition at line 230 of file cppcodegenerationform.cpp. |
|
|
set the display state of option "Generate Makefile Document"
|
|
|
get the display state of option "Package Is A Namespace"
Definition at line 239 of file cppcodegenerationform.cpp. |
|
|
get the display state of option "Virtual Destructors"
Definition at line 249 of file cppcodegenerationform.cpp. |
|
|
get the display state of option "Generate Empty Constructors"
Definition at line 259 of file cppcodegenerationform.cpp. |
|
|
get the display state of option "Generate Accessors Methods"
Definition at line 269 of file cppcodegenerationform.cpp. |
|
|
get the display state of option "Operations Are Inline"
Definition at line 279 of file cppcodegenerationform.cpp. |
|
|
get the display state of option "Accessors Are Inline"
Definition at line 289 of file cppcodegenerationform.cpp. |
|
|
get the display state of option "Accessors Are Public"
Definition at line 299 of file cppcodegenerationform.cpp. |
|
|
get the display state of option "Generate Makefile Document"
|
The documentation for this class was generated from the following files:
