LogDoctor/docs/html/classDialogDia.html

9.4 KiB

<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> <head> </head>
LogDoctor 2.00
Parse Apache2/Nginx/IIS logs and create statistics
Loading...
Searching...
No Matches

DialogDia. More...

#include <dialogdia.h>

Inheritance diagram for DialogDia:

Public Member Functions

 DialogDia (const QString &title, const QString &text, const bool &ignore=true, const bool &discard=true, const bool &abort=true, QWidget *parent=nullptr)
 Dialog constructor. More...
 

Private Slots

void on_button_IGNORE_clicked ()
 Called when the IGNORE button gets clicked.
 
void on_button_DISCARD_clicked ()
 Called when the DISCARD button gets clicked.
 
void on_button_ABORT_clicked ()
 Called when the ABORT button gets clicked.
 

Detailed Description

DialogDia.

DISCARD/IGNORE/ABORT choice dialog

Constructor & Destructor Documentation

◆ DialogDia()

DialogDia::DialogDia ( const QString &  title,
const QString &  text,
const bool &  ignore = true,
const bool &  discard = true,
const bool &  abort = true,
QWidget *  parent = nullptr 
)
explicit

Dialog constructor.

Parameters
titleThe title
textThe message
ignoreWhether to show the IGNORE button or not
discardWhether to show the DISCARD button or not
abortWhether to show the ABORT button or not
parentThe parent Widget

The documentation for this class was generated from the following files:
  • logdoctor/modules/dialogs/dialogdia.h
  • logdoctor/modules/dialogs/dialogdia.cpp

Generated by doxygen 1.9.5 </html>