SearchNodeSidebar Class Reference

A sidebar to search for nodes. More...

#include <searchnodesidebar.h>

List of all members.

Public Member Functions

 SearchNodeSidebar (const QString &title, QWidget *parent=0, Qt::WindowFlags flags=0)
 ~SearchNodeSidebar ()
void updateLabels ()

Detailed Description

A sidebar to search for nodes.

The purpose of this SearchNodeSidebar is the ability to search for nodes. It provides a search based on the captions or on the full text of a node. It can restrict the results further by limiting the time period of the last change or the creation date. The contenttype can also be used to refine the search.

It uses the ListProxyModel and the FilterModel to find the nodes which are searched for. This widget is allowed to dock at the right and the left docking areas.

Authors:
Yves Adler, Manuel Unglaub

Constructor & Destructor Documentation

SearchNodeSidebar::SearchNodeSidebar ( const QString &  title,
QWidget *  parent = 0,
Qt::WindowFlags  flags = 0 
)

The constructor

Constructs a SearchNodeSidebar which is a child of parent and has the provided window flags. The SearchNodeSidebar will be places in the left dock widget area.

The window title is set to title. This title is used when the SearchNodeSidebar is docked and undocked. It is also used in the context menu provided by MainWindow. The parameters will be passed to the QDockWidget constructor.

Parameters:
title The title of this SearchNodeSidebar.
parent The parent of this SearchNodeSidebar.
flags The window flags of this SearchNodeSidebar.
SearchNodeSidebar::~SearchNodeSidebar (  ) 

The destructor.

Destroys the object.


Member Function Documentation

void SearchNodeSidebar::updateLabels (  ) 

Call to update the list of labels.


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