qTox  Version: nightly | Commit: bc751c8e1cac455f9690654fcfe0f560d2d7dfdd
Signals | Public Member Functions | Private Slots | Private Member Functions | Private Attributes | List of all members
SearchSettingsForm Class Reference

#include <searchsettingsform.h>

Inheritance diagram for SearchSettingsForm:
Inheritance graph
Collaboration diagram for SearchSettingsForm:
Collaboration graph

Signals

void updateSettings (const bool isUpdate)
 

Public Member Functions

 SearchSettingsForm (QWidget *parent=nullptr)
 
 ~SearchSettingsForm ()
 
ParameterSearch getParameterSearch ()
 
void reloadTheme ()
 

Private Slots

void onStartSearchSelected (const int index)
 
void onRegisterClicked (const bool checked)
 
void onWordsOnlyClicked (const bool checked)
 
void onRegularClicked (const bool checked)
 
void onChoiceDate ()
 

Private Member Functions

void updateStartDateLabel ()
 
void setUpdate (const bool isUpdate)
 

Private Attributes

Ui::SearchSettingsForm * ui
 
QDate startDate
 
bool isUpdate {false}
 

Detailed Description

Definition at line 29 of file searchsettingsform.h.

Constructor & Destructor Documentation

◆ SearchSettingsForm()

SearchSettingsForm::SearchSettingsForm ( QWidget *  parent = nullptr)
explicit

Definition at line 26 of file searchsettingsform.cpp.

Here is the call graph for this function:

◆ ~SearchSettingsForm()

SearchSettingsForm::~SearchSettingsForm ( )

Definition at line 52 of file searchsettingsform.cpp.

Member Function Documentation

◆ getParameterSearch()

ParameterSearch SearchSettingsForm::getParameterSearch ( )

Definition at line 57 of file searchsettingsform.cpp.

Here is the caller graph for this function:

◆ onChoiceDate

void SearchSettingsForm::onChoiceDate ( )
privateslot

Definition at line 166 of file searchsettingsform.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ onRegisterClicked

void SearchSettingsForm::onRegisterClicked ( const bool  checked)
privateslot

Definition at line 142 of file searchsettingsform.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ onRegularClicked

void SearchSettingsForm::onRegularClicked ( const bool  checked)
privateslot

Definition at line 157 of file searchsettingsform.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ onStartSearchSelected

void SearchSettingsForm::onStartSearchSelected ( const int  index)
privateslot

Definition at line 117 of file searchsettingsform.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ onWordsOnlyClicked

void SearchSettingsForm::onWordsOnlyClicked ( const bool  checked)
privateslot

Definition at line 148 of file searchsettingsform.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ reloadTheme()

void SearchSettingsForm::reloadTheme ( )

Definition at line 100 of file searchsettingsform.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setUpdate()

void SearchSettingsForm::setUpdate ( const bool  isUpdate)
private

Definition at line 111 of file searchsettingsform.cpp.

Here is the caller graph for this function:

◆ updateSettings

void SearchSettingsForm::updateSettings ( const bool  isUpdate)
signal
Here is the caller graph for this function:

◆ updateStartDateLabel()

void SearchSettingsForm::updateStartDateLabel ( )
private

Definition at line 106 of file searchsettingsform.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ isUpdate

bool SearchSettingsForm::isUpdate {false}
private

Definition at line 43 of file searchsettingsform.h.

◆ startDate

QDate SearchSettingsForm::startDate
private

Definition at line 42 of file searchsettingsform.h.

◆ ui

Ui::SearchSettingsForm* SearchSettingsForm::ui
private

Definition at line 41 of file searchsettingsform.h.


The documentation for this class was generated from the following files: