KiCad PCB EDA Suite
Loading...
Searching...
No Matches
libs/kiplatform/include/kiplatform/environment.h
Go to the documentation of this file.
1
/*
2
* This program source code file is part of KiCad, a free EDA CAD application.
3
*
4
* Copyright (C) 2020 Ian McInerney <Ian.S.McInerney at ieee.org>
5
* Copyright The KiCad Developers, see AUTHORS.txt for contributors.
6
*
7
* This program is free software: you can redistribute it and/or modify it
8
* under the terms of the GNU General Public License as published by the
9
* Free Software Foundation, either version 3 of the License, or (at your
10
* option) any later version.
11
*
12
* This program is distributed in the hope that it will be useful, but
13
* WITHOUT ANY WARRANTY; without even the implied warranty of
14
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15
* General Public License for more details.
16
*
17
* You should have received a copy of the GNU General Public License
18
* along with this program. If not, see <https://www.gnu.org/licenses/>.
19
*/
20
21
#pragma once
22
23
#include <wx/string.h>
24
25
class
wxWindow;
26
27
namespace
KIPLATFORM
28
{
29
namespace
ENV
30
{
35
void
Init
();
36
45
bool
MoveToTrash
(
const
wxString& aPath, wxString& aError );
46
55
bool
IsNetworkPath
(
const
wxString& aPath );
56
62
bool
IsRemovablePath
(
const
wxString& aPath );
63
64
70
wxString
GetDocumentsPath
();
71
77
wxString
GetUserConfigPath
();
78
84
wxString
GetUserDataPath
();
85
91
wxString
GetUserLocalDataPath
();
92
98
wxString
GetUserCachePath
();
99
100
struct
PROXY_CONFIG
101
{
102
wxString
host
;
103
wxString
username
;
104
wxString
password
;
105
};
106
115
bool
GetSystemProxyConfig
(
const
wxString& aURL,
PROXY_CONFIG
& aCfg );
116
123
bool
VerifyFileSignature
(
const
wxString& aPath );
124
131
wxString
GetAppUserModelId
();
132
136
void
SetAppDetailsForWindow
( wxWindow* aWindow,
const
wxString& aRelaunchCommand,
const
wxString& aRelaunchDisplayName );
137
141
wxString
GetCommandLineStr
();
142
143
void
AddToRecentDocs
(
const
wxString &aPath );
144
}
145
}
KIPLATFORM::ENV
Definition
libs/kiplatform/include/kiplatform/environment.h:30
KIPLATFORM::ENV::IsNetworkPath
bool IsNetworkPath(const wxString &aPath)
Determines if a given path is a network shared file apth On Windows for example, any form of path is ...
Definition
unix/environment.cpp:89
KIPLATFORM::ENV::Init
void Init()
Perform environment initialization tasks.
Definition
unix/environment.cpp:31
KIPLATFORM::ENV::IsRemovablePath
bool IsRemovablePath(const wxString &aPath)
Definition
unix/environment.cpp:96
KIPLATFORM::ENV::GetCommandLineStr
wxString GetCommandLineStr()
Definition
unix/environment.cpp:272
KIPLATFORM::ENV::GetSystemProxyConfig
bool GetSystemProxyConfig(const wxString &aURL, PROXY_CONFIG &aCfg)
Retrieves platform level proxying requirements to reach the given url.
Definition
unix/environment.cpp:168
KIPLATFORM::ENV::GetUserDataPath
wxString GetUserDataPath()
Retrieves the operating system specific path for a user's data store.
Definition
unix/environment.cpp:150
KIPLATFORM::ENV::GetDocumentsPath
wxString GetDocumentsPath()
Retrieves the operating system specific path for a user's documents.
Definition
unix/environment.cpp:124
KIPLATFORM::ENV::GetAppUserModelId
wxString GetAppUserModelId()
Retrieves the app user model id, a special string used for taskbar grouping on Windows 7 and later.
Definition
unix/environment.cpp:260
KIPLATFORM::ENV::SetAppDetailsForWindow
void SetAppDetailsForWindow(wxWindow *aWindow, const wxString &aRelaunchCommand, const wxString &aRelaunchDisplayName)
Sets the relaunch command for taskbar pins, this is intended for Windows.
Definition
unix/environment.cpp:266
KIPLATFORM::ENV::AddToRecentDocs
void AddToRecentDocs(const wxString &aPath)
Definition
unix/environment.cpp:278
KIPLATFORM::ENV::MoveToTrash
bool MoveToTrash(const wxString &aPath, wxString &aError)
Move the specified file/directory to the trash bin/recycle bin.
Definition
unix/environment.cpp:71
KIPLATFORM::ENV::GetUserLocalDataPath
wxString GetUserLocalDataPath()
Retrieves the operating system specific path for a user's local data store.
Definition
unix/environment.cpp:156
KIPLATFORM::ENV::GetUserConfigPath
wxString GetUserConfigPath()
Retrieves the operating system specific path for a user's configuration store.
Definition
unix/environment.cpp:144
KIPLATFORM::ENV::GetUserCachePath
wxString GetUserCachePath()
Retrieves the operating system specific path for user's application cache.
Definition
unix/environment.cpp:162
KIPLATFORM::ENV::VerifyFileSignature
bool VerifyFileSignature(const wxString &aPath)
Validates the code signing signature of a given file This is most likely only ever going to be applic...
Definition
unix/environment.cpp:254
KIPLATFORM
Definition
class_draw_panel_gal.h:46
KIPLATFORM::ENV::PROXY_CONFIG
Definition
libs/kiplatform/include/kiplatform/environment.h:101
KIPLATFORM::ENV::PROXY_CONFIG::host
wxString host
Definition
libs/kiplatform/include/kiplatform/environment.h:102
KIPLATFORM::ENV::PROXY_CONFIG::username
wxString username
Definition
libs/kiplatform/include/kiplatform/environment.h:103
KIPLATFORM::ENV::PROXY_CONFIG::password
wxString password
Definition
libs/kiplatform/include/kiplatform/environment.h:104
src
libs
kiplatform
include
kiplatform
environment.h
Generated on Thu Sep 17 2026 00:06:16 for KiCad PCB EDA Suite by
1.13.2