|
IntelliPhoto
0.7
|
The IntelliToolsettings class managing the settings of the tools, independent of an existing tool. More...
#include <IntelliToolsettings.h>
Public Member Functions | |
| IntelliToolsettings () | |
| IntelliToolsettings - basic constructor of the IntelliToolsettings, initializing the basics. More... | |
| virtual | ~IntelliToolsettings () |
| ~IntelliToolsettings - basic destructor. More... | |
| int | getLineWidth () const |
| getLineWidth returns the width attribute of the line. More... | |
| void | setLineWidth (int LineWidth) |
| setLineWidth sets the width attribute of the line. More... | |
| int | getInnerAlpha () const |
| getInnerAlpha returns the inner alpha value. More... | |
| void | setInnerAlpha (int innerAlpha) |
| setInnerAlpha sets the inner alpha attribute of the Tool. More... | |
The IntelliToolsettings class managing the settings of the tools, independent of an existing tool.
Definition at line 9 of file IntelliToolsettings.h.
| IntelliToolsettings::IntelliToolsettings | ( | ) |
IntelliToolsettings - basic constructor of the IntelliToolsettings, initializing the basics.
Definition at line 4 of file IntelliToolsettings.cpp.
|
virtual |
~IntelliToolsettings - basic destructor.
Definition at line 10 of file IntelliToolsettings.cpp.
| int IntelliToolsettings::getInnerAlpha | ( | ) | const |
getInnerAlpha returns the inner alpha value.
Definition at line 28 of file IntelliToolsettings.cpp.
| int IntelliToolsettings::getLineWidth | ( | ) | const |
getLineWidth returns the width attribute of the line.
Definition at line 14 of file IntelliToolsettings.cpp.
| void IntelliToolsettings::setInnerAlpha | ( | int | innerAlpha | ) |
setInnerAlpha sets the inner alpha attribute of the Tool.
| innerAlpha | - the future inner alpha of the Tool. |
Definition at line 32 of file IntelliToolsettings.cpp.
| void IntelliToolsettings::setLineWidth | ( | int | LineWidth | ) |
setLineWidth sets the width attribute of the line.
| LineWidth | - the future width of the line |
Definition at line 18 of file IntelliToolsettings.cpp.