mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-13 03:40:31 +02:00
ToolSettings
This commit is contained in:
19
src/IntelliHelper/IntelliToolsettings.cpp
Normal file
19
src/IntelliHelper/IntelliToolsettings.cpp
Normal file
@@ -0,0 +1,19 @@
|
||||
#include "IntelliToolsettings.h"
|
||||
|
||||
IntelliToolsettings::IntelliToolsettings()
|
||||
{
|
||||
lineWidth = 1;
|
||||
innerAlpha = 255;
|
||||
}
|
||||
|
||||
int IntelliToolsettings::getLineWidth(){
|
||||
return lineWidth;
|
||||
}
|
||||
|
||||
int IntelliToolsettings::getInnerAlpha(){
|
||||
return innerAlpha;
|
||||
}
|
||||
|
||||
IntelliToolsettings::LineStyle IntelliToolsettings::getLinestyle(){
|
||||
return Linestyle;
|
||||
}
|
||||
Reference in New Issue
Block a user