FactDev  0.1
Gui::Docks::SearchDock Class Reference

The SearchDock class Dock which contains search bar. More...

#include <searchdock.h>

Inheritance diagram for Gui::Docks::SearchDock:

Public Slots

void search (QString text)
 SearchDock::search Search elements in database which correspond to the text More...
 

Signals

void textChanged (QString text)
 SearchDock::textChanged Current text changed by text More...
 

Public Member Functions

 SearchDock (QWidget *parent=0, Qt::WindowFlags flags=0)
 SearchDock::SearchDock Construct a SearchDock. More...
 
QString getText () const
 SearchDock::getText Get the current text searched. More...
 

Detailed Description

The SearchDock class Dock which contains search bar.

Constructor & Destructor Documentation

Gui::Docks::SearchDock::SearchDock ( QWidget *  parent = 0,
Qt::WindowFlags  flags = 0 
)
explicit

SearchDock::SearchDock Construct a SearchDock.

Parameters
parentWidget Parent
flagsWindow flag

Member Function Documentation

QString Gui::Docks::SearchDock::getText ( ) const

SearchDock::getText Get the current text searched.

Returns
Text searched
void Gui::Docks::SearchDock::search ( QString  text)
slot

SearchDock::search Search elements in database which correspond to the text

Parameters
textElement to search
void Gui::Docks::SearchDock::textChanged ( QString  text)
signal

SearchDock::textChanged Current text changed by text

Parameters
textNew text

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