12 KiB
12 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.8 </html>
LogDoctor 3.00
Parse Apache2/Nginx/IIS logs and view dinamically generated statistics
|
Loading...
Searching...
No Matches
Crapup Class Reference
#include <crapup.h>
Inheritance diagram for Crapup:
Signals | |
void | abortRequest () |
Emitted to abort an on-going request. | |
Public Member Functions | |
Crapup (QWidget *parent=nullptr) | |
Class constructor. | |
void | versionCheck (const float current_version) |
Performs a version check. | |
Private Slots | |
void | closeEvent (QCloseEvent *event) override |
Override. | |
void | requestTimeout () |
Called when a request's times out. | |
void | rotateImg () |
Rotates the 'checking' image. | |
Private Member Functions | |
void | deleteReply () |
Deletes the reply in a safe way. | |
Detailed Description
Constructor & Destructor Documentation
◆ Crapup()
|
explicit |
Class constructor.
- Parameters
-
parent The parent Widget
Member Function Documentation
◆ requestTimeout
|
privateslot |
Called when a request's times out.
- See also
- deleteReply(), abortRequest()
◆ versionCheck()
void Crapup::versionCheck | ( | const float | current_version | ) |
Performs a version check.
- Parameters
-
current_version The running version of LogDoctor
- Exceptions
-
GenericException
The documentation for this class was generated from the following files:
- logdoctor/modules/crapup/crapup.h
- logdoctor/modules/crapup/crapup.cpp
Generated by 1.9.8 </html>