49#include <wx/confbase.h>
62 config->Read(
"/wxWindows/wxHtmlHelpController/hcW", &
w, 700);
63 config->Read(
"/wxWindows/wxHtmlHelpController/hcH", &h, 480);
67 config->Write(
"/wxWindows/wxHtmlHelpController/hcW",
w);
72 config->Write(
"/wxWindows/wxHtmlHelpController/hcH", h);
77 config->Write(
"/wxWindows/wxHtmlHelpController/hcX", x);
82 config->Write(
"/wxWindows/wxHtmlHelpController/hcY", y);
88#include <wx/stdpaths.h>
90#include <wx/filename.h>
97 paths.SetFileLayout(wxStandardPaths::FileLayout_XDG);
namespace for various utils
bool str2double(const wxString &s, double &d)
wxString doubleTowxString(double d, int digits)
std::string doubleToString(double d, int digits)
convert a double to a string, suitable for display within a GUI.
bool stringToDouble(const STR &str_, double &dest)
convert a string to a double, ignore localisation.
std::vector< deghosting::BImagePtr > threshold(const std::vector< deghosting::FImagePtr > &inputImages, const double threshold, const uint16_t flags)
Threshold function used for creating alpha masks for images.