SearchNodeOptions Class Reference

A widget for the SearchNodeSidebar. More...

#include <searchnodeoptions.h>

List of all members.

Signals

void enabledFulltext (bool enabled)
void enabledMimetype (bool enabled)
void enabledCreationDate (bool enabled)
void enabledModificationDate (bool enabled)
void mimetypeSelected (QString mimetype)
void changedCreatedFrom (QDate date)
void changedCreatedTo (QDate date)
void changedModifiedFrom (QDate date)
void changedModifiedTo (QDate date)

Public Member Functions

 SearchNodeOptions (QWidget *parent=0, Qt::WindowFlags f=0)
 ~SearchNodeOptions ()

Detailed Description

A widget for the SearchNodeSidebar.

This widget provides a gui for the SearchNodeSidebar to restrict the search with various options. It consists of a row with a caption and a button to extend it and show its full functionallity.

Author:
Manuel Unglaub

Constructor & Destructor Documentation

SearchNodeOptions::SearchNodeOptions ( QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)

The constructor.

Constructs a SearchNodeOptions widget which is a child of parent and has the provided window flags.

Parameters:
parent The parent of this SearchNodeOptions.
f The window flags of this SearchNodeOptions.
SearchNodeOptions::~SearchNodeOptions (  ) 

The destructor.

Destroys the object.


Member Function Documentation

void SearchNodeOptions::changedCreatedFrom ( QDate  date  )  [signal]

This signal is emited after the starting date of the creation date range is changed.

Parameters:
date The new starting date of the creation date range.
void SearchNodeOptions::changedCreatedTo ( QDate  date  )  [signal]

This signal is emited after the ending date of the creation date range is changed.

Parameters:
date The new ending date of the creation date range.
void SearchNodeOptions::changedModifiedFrom ( QDate  date  )  [signal]

This signal is emited after the starting date of the modification date range is changed.

Parameters:
date The new starting date of the modification date range.
void SearchNodeOptions::changedModifiedTo ( QDate  date  )  [signal]

This signal is emited after the ending date of the modification date range is changed.

Parameters:
date The new ending date of the modification date range.
void SearchNodeOptions::enabledCreationDate ( bool  enabled  )  [signal]

This signal is emited after the creation date option is de-/activated.

Parameters:
enabled If true the creation date option is activated.
void SearchNodeOptions::enabledFulltext ( bool  enabled  )  [signal]

This signal is emited after the fulltext option changed.

Parameters:
enabled If true the fulltext option is enabled.
void SearchNodeOptions::enabledMimetype ( bool  enabled  )  [signal]

This signal is emited after the mimetype option is de-/activated.

Parameters:
enabled If true the mimetype option is activated.
void SearchNodeOptions::enabledModificationDate ( bool  enabled  )  [signal]

This signal is emited after the modification date option is de-/activated.

Parameters:
enabled If true the modification date option is activated.
void SearchNodeOptions::mimetypeSelected ( QString  mimetype  )  [signal]

This signal is emited after a mimetype is selected.

Parameters:
mimetype The selected mimetype.

The documentation for this class was generated from the following files:
Generated on Fri May 14 19:12:52 2010 for Silence by  doxygen 1.6.3