#include <widget.h>
Public Slots | |
void | searchClass () |
starts a search for the specified class | |
void | searchClassAgain () |
continues the search, showing the item that matches | |
Public Methods | |
MainLayout (QWidget *parent=0, const char *name=0) | |
The constructor. | |
Public Attributes | |
Listing * | l_List |
A Listing. | |
RightBox * | rv_Box |
A RightBox. |
This is the main widget
Definition at line 162 of file widget.h.
|
The constructor. Upon construction, an instance of Listing and RightBox are created
Definition at line 91 of file widget.cpp. References l_List, SearchButtons::qpb_Search, SearchButtons::qpb_SearchAgain, rv_Box, RightBox::sb_Search, SearchBox::sbs_Class, searchClass(), searchClassAgain(), and RightBox::tv_Text. |
|
starts a search for the specified class The search term comes from the text box for class search terms, rv_Box->sb_Search->si_Class->qle_Edit Definition at line 109 of file widget.cpp. References l_List, SearchInput::qle_Edit, rv_Box, RightBox::sb_Search, and SearchBox::si_Class. Referenced by MainLayout(). |
|
continues the search, showing the item that matches The search term comes from the text box for class search terms, rv_Box->sb_Search->si_Class->qle_Edit Definition at line 120 of file widget.cpp. Referenced by MainLayout(). |