#include <ApplicationGlobal.h>
|
| constexpr static std::string_view | prefix_chg = "(chg) " |
| |
| constexpr static std::string_view | prefix_cpy = "(cpy) " |
| |
| constexpr static std::string_view | prefix_ren = "(ren) " |
| |
| constexpr static std::string_view | prefix_add = "(add) " |
| |
| constexpr static std::string_view | prefix_del = "(del) " |
| |
| constexpr static std::string_view | prefix_unmerged = "(unmerged) " |
| |
| constexpr static std::string_view | prefix_empty = "() " |
| |
◆ ApplicationGlobal()
| ApplicationGlobal::ApplicationGlobal |
( |
| ) |
|
◆ ~ApplicationGlobal()
| ApplicationGlobal::~ApplicationGlobal |
( |
| ) |
|
◆ close_trace_logger()
| void ApplicationGlobal::close_trace_logger |
( |
| ) |
|
◆ copyright_year()
| int ApplicationGlobal::copyright_year |
( |
| ) |
|
◆ gcx()
◆ get_ai_credential()
◆ inet_client()
◆ isAiEnabled()
| bool ApplicationGlobal::isAiEnabled |
( |
| ) |
const |
|
inline |
◆ isMainThread()
| bool ApplicationGlobal::isMainThread |
( |
| ) |
|
|
static |
◆ isUnsafeEnabled()
| bool ApplicationGlobal::isUnsafeEnabled |
( |
| ) |
const |
|
inline |
◆ makeIncrementalSearchFilter()
| IncrementalSearchFilter ApplicationGlobal::makeIncrementalSearchFilter |
( |
const std::string & |
filtertext | ) |
|
◆ mimetype_by_data() [1/3]
| std::string ApplicationGlobal::mimetype_by_data |
( |
const char * |
data, |
|
|
size_t |
size |
|
) |
| |
◆ mimetype_by_data() [2/3]
| std::string ApplicationGlobal::mimetype_by_data |
( |
const QByteArray & |
ba | ) |
|
◆ mimetype_by_data() [3/3]
| std::string ApplicationGlobal::mimetype_by_data |
( |
std::vector< char > const & |
ba | ) |
|
◆ mimetype_by_file() [1/2]
| std::string ApplicationGlobal::mimetype_by_file |
( |
const char * |
path | ) |
|
◆ mimetype_by_file() [2/2]
| std::string ApplicationGlobal::mimetype_by_file |
( |
std::string const & |
path | ) |
|
◆ open_trace_logger()
| void ApplicationGlobal::open_trace_logger |
( |
| ) |
|
◆ product_version()
| const char * ApplicationGlobal::product_version |
( |
| ) |
|
◆ put_trace_event()
◆ restart_trace_logger()
| void ApplicationGlobal::restart_trace_logger |
( |
| ) |
|
◆ selftest()
| void ApplicationGlobal::selftest |
( |
| ) |
|
◆ source_revision()
| const char * ApplicationGlobal::source_revision |
( |
| ) |
|
◆ writeLog() [1/2]
| void ApplicationGlobal::writeLog |
( |
const QString & |
str | ) |
|
◆ writeLog() [2/2]
| void ApplicationGlobal::writeLog |
( |
const std::string_view & |
str | ) |
|
◆ account_profiles
◆ appsettings
◆ avatar_loader
◆ file_type_detector
| std::shared_ptr<FileType> ApplicationGlobal::file_type_detector |
◆ gitopt
◆ graphics
| std::unique_ptr<Graphics> ApplicationGlobal::graphics |
◆ incremental_search
| std::shared_ptr<IncrementalSearch> ApplicationGlobal::incremental_search |
◆ incremental_search_text
| QString ApplicationGlobal::incremental_search_text |
◆ language_id
| QString ApplicationGlobal::language_id |
◆ mainwindow
| MainWindow* ApplicationGlobal::mainwindow = nullptr |
◆ panel_bg_color
| QColor ApplicationGlobal::panel_bg_color |
◆ prefix_add
| constexpr static std::string_view ApplicationGlobal::prefix_add = "(add) " |
|
staticconstexpr |
◆ prefix_chg
| constexpr static std::string_view ApplicationGlobal::prefix_chg = "(chg) " |
|
staticconstexpr |
◆ prefix_cpy
| constexpr static std::string_view ApplicationGlobal::prefix_cpy = "(cpy) " |
|
staticconstexpr |
◆ prefix_del
| constexpr static std::string_view ApplicationGlobal::prefix_del = "(del) " |
|
staticconstexpr |
◆ prefix_empty
| constexpr static std::string_view ApplicationGlobal::prefix_empty = "() " |
|
staticconstexpr |
◆ prefix_ren
| constexpr static std::string_view ApplicationGlobal::prefix_ren = "(ren) " |
|
staticconstexpr |
◆ prefix_unmerged
| constexpr static std::string_view ApplicationGlobal::prefix_unmerged = "(unmerged) " |
|
staticconstexpr |
◆ profiles_xml_path
| QString ApplicationGlobal::profiles_xml_path |
◆ start_with_shift_key
| bool ApplicationGlobal::start_with_shift_key = false |
◆ theme
◆ theme_id
| QString ApplicationGlobal::theme_id |
◆ webcx
The documentation for this class was generated from the following files: