#include <NCPopupSearch.h>
Inheritance diagram for NCPopupSearch:
Public Member Functions | |
NCPopupSearch (const wpos at, PackageSelector *pkger) | |
virtual | ~NCPopupSearch () |
virtual long | nicesize (YUIDimension dim) |
void | createLayout (const YCPString &headline) |
NCursesEvent & | showSearchPopup () |
Protected Member Functions | |
YCPString | getSearchExpression () const |
virtual bool | postAgain () |
virtual NCursesEvent | wHandleInput (wint_t ch) |
Private Member Functions | |
NCPopupSearch & | operator= (const NCPopupSearch &) |
NCPopupSearch (const NCPopupSearch &) | |
bool | getCheckBoxValue (NCCheckBox *checkBox) |
Private Attributes | |
NCComboBox * | searchExpr |
NCCheckBox * | ignoreCase |
NCCheckBox * | checkName |
NCCheckBox * | checkSummary |
NCCheckBox * | checkDescr |
NCCheckBox * | checkProvides |
NCCheckBox * | checkRequires |
NCPushButton * | cancelButton |
NCPushButton * | okButton |
PackageSelector * | packager |
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from NCDialog. |
|
|
|
Reimplemented from NCPopup. |
|
|
|
Reimplemented from NCPopup. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|