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 (C) 2020 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 along
18
* with this program. If not, see <http://www.gnu.org/licenses/>.
19
*/
20
21
#include <wx/string.h>
22
23
namespace
KIPLATFORM
24
{
25
namespace
ENV
26
{
31
void
Init
();
32
41
bool
MoveToTrash
(
const
wxString& aPath, wxString& aError );
42
51
bool
IsNetworkPath
(
const
wxString& aPath );
52
53
59
wxString
GetDocumentsPath
();
60
66
wxString
GetUserConfigPath
();
67
73
wxString
GetUserDataPath
();
74
80
wxString
GetUserLocalDataPath
();
81
87
wxString
GetUserCachePath
();
88
89
struct
PROXY_CONFIG
90
{
91
wxString
host
;
92
wxString
username
;
93
wxString
password
;
94
};
95
104
bool
GetSystemProxyConfig
(
const
wxString& aURL,
PROXY_CONFIG
& aCfg );
105
112
bool
VerifyFileSignature
(
const
wxString& aPath );
113
}
114
}
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:69
KIPLATFORM::ENV::Init
void Init()
Perform environment initialization tasks.
Definition:
unix/environment.cpp:28
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:120
KIPLATFORM::ENV::GetUserDataPath
wxString GetUserDataPath()
Retrieves the operating system specific path for a user's data store.
Definition:
unix/environment.cpp:102
KIPLATFORM::ENV::GetDocumentsPath
wxString GetDocumentsPath()
Retrieves the operating system specific path for a user's documents.
Definition:
unix/environment.cpp:76
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:51
KIPLATFORM::ENV::GetUserLocalDataPath
wxString GetUserLocalDataPath()
Retrieves the operating system specific path for a user's local data store.
Definition:
unix/environment.cpp:108
KIPLATFORM::ENV::GetUserConfigPath
wxString GetUserConfigPath()
Retrieves the operating system specific path for a user's configuration store.
Definition:
unix/environment.cpp:96
KIPLATFORM::ENV::GetUserCachePath
wxString GetUserCachePath()
Retrieves the operating system specific path for user's application cache.
Definition:
unix/environment.cpp:114
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:126
KIPLATFORM
Definition:
app.h:28
KIPLATFORM::ENV::PROXY_CONFIG
Definition:
libs/kiplatform/include/kiplatform/environment.h:90
KIPLATFORM::ENV::PROXY_CONFIG::host
wxString host
Definition:
libs/kiplatform/include/kiplatform/environment.h:91
KIPLATFORM::ENV::PROXY_CONFIG::username
wxString username
Definition:
libs/kiplatform/include/kiplatform/environment.h:92
KIPLATFORM::ENV::PROXY_CONFIG::password
wxString password
Definition:
libs/kiplatform/include/kiplatform/environment.h:93
src
libs
kiplatform
include
kiplatform
environment.h
Generated on Thu Nov 21 2024 00:06:43 for KiCad PCB EDA Suite by
1.9.6