mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-15 04:40:37 +02:00
Destructor
This commit is contained in:
@@ -4,6 +4,11 @@ IntelliToolsettings::IntelliToolsettings()
|
|||||||
{
|
{
|
||||||
lineWidth = 1;
|
lineWidth = 1;
|
||||||
innerAlpha = 255;
|
innerAlpha = 255;
|
||||||
|
Linestyle = LineStyle::SOLID_LINE;
|
||||||
|
}
|
||||||
|
|
||||||
|
IntelliToolsettings::~IntelliToolsettings(){
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int IntelliToolsettings::getLineWidth(){
|
int IntelliToolsettings::getLineWidth(){
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ public:
|
|||||||
DOTTED_LINE
|
DOTTED_LINE
|
||||||
};
|
};
|
||||||
IntelliToolsettings();
|
IntelliToolsettings();
|
||||||
|
virtual ~IntelliToolsettings();
|
||||||
int getLineWidth();
|
int getLineWidth();
|
||||||
int getInnerAlpha();
|
int getInnerAlpha();
|
||||||
LineStyle getLinestyle();
|
LineStyle getLinestyle();
|
||||||
|
|||||||
Reference in New Issue
Block a user