23 KiB
23 KiB
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
</head>
The documentation for this class was generated from the following files:
Generated by 1.9.6 </html>
LogDoctor 2.00
Parse Apache2/Nginx/IIS logs and create statistics
|
Loading...
Searching...
No Matches
MainWindow Class Reference
#include <mainwindow.h>
Inheritance diagram for MainWindow:
Private Slots | |
void | menu_actionEnglishGb_triggered () |
Private Member Functions | |
void | defineOSspec () |
Defines OS specific stuff. | |
void | readConfigs () |
Reads the configurations file and apply the resulting configuration. | |
void | writeConfigs () |
Writes the current configuration on file. | |
const std::string | list2string (const std::vector< std::string > &list, const bool user_agent=false) const |
Converts a list of items to a string. | |
const std::vector< std::string > | string2list (const std::string &string, const bool user_agent=false) const |
Retrieves a list of items from the given string. | |
void | updateUiLanguage () |
Translates the UI to the selected language. | |
const std::string | geometryToString () const |
Converts the window's geometry to string. | |
void | setGeometryFromString (const std::string &geometry) |
Retrieves the window geometry from the given string. | |
void | detectIconsTheme () |
Auto-detects the icon-set to use depending on the current window theme. | |
void | updateUiIcons () |
Updates the icons on the window. | |
void | updateUiTheme () |
Updates the window theme. | |
void | updateUiFonts () |
Updates the fonts on the window. | |
const std::string | resolvePath (const std::string &path) const |
Resolves the given path and returns the canonical path. | |
const std::string | parentPath (const std::string &path) const |
Returns the parent folder of the given path. | |
void | makeInitialChecks () |
Makes the initial integrity checks. | |
const bool | checkDataDB () |
Checks the integrity of the logs data collection database. | |
void | backupDatabase () const |
Backs-up the logs data collection database. | |
void | setDbWorkingState (const bool working) |
Called when a member begins/ends performing operations on the database. | |
void | refreshStatsDates () |
Queries the available dates from the db and apply to the tabs. | |
Detailed Description
The parent window
Member Function Documentation
◆ geometryToString()
|
private |
Converts the window's geometry to string.
- See also
- writeConfigs()
◆ list2string()
|
private |
Converts a list of items to a string.
- Parameters
-
list The list to stringify user_agents Whether to apply the special rule to parse user-agents lists or not
- Returns
- The resulting string
- See also
- writeConfigs()
◆ menu_actionEnglishGb_triggered
|
privateslot |
MENU //// //////////
◆ refreshStatsDates()
|
private |
Queries the available dates from the db and apply to the tabs.
- See also
- Crapview::refreshDates()
◆ setGeometryFromString()
|
private |
Retrieves the window geometry from the given string.
- See also
- readConfigs()
◆ string2list()
|
private |
Retrieves a list of items from the given string.
- Parameters
-
list The list to stringify user_agents Whether to apply the special rule to parse user-agents lists or not
- Returns
- The resulting list
- See also
- readConfigs()
The documentation for this class was generated from the following files:
- logdoctor/mainwindow.h
- logdoctor/mainwindow.cpp
Generated by 1.9.6 </html>