#include <NCPopupInfo.h>
Inheritance diagram for NCPopupInfo:
Public Member Functions | |
NCPopupInfo (const wpos at, const YCPString &headline, const YCPString &text, string okButtonLabel=PkgNames::OKLabel(), string cancelButtonLabel="") | |
virtual | ~NCPopupInfo () |
virtual long | nicesize (YUIDimension dim) |
void | createLayout (const YCPString &headline, const YCPString &text, string okButtonLabel, string cancelButtonLabel) |
NCursesEvent & | showInfoPopup () |
void | popup () |
void | popdown () |
bool | isVisible () |
void | setNiceSize (int horiz, int vert) |
Protected Member Functions | |
virtual bool | postAgain () |
virtual NCursesEvent | wHandleInput (wint_t ch) |
Private Member Functions | |
NCPopupInfo & | operator= (const NCPopupInfo &) |
NCPopupInfo (const NCPopupInfo &) | |
Private Attributes | |
NCRichText * | helpText |
NCPushButton * | okButton |
NCPushButton * | cancelButton |
int | hDim |
int | vDim |
bool | visible |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from NCDialog. |
|
|
|
|
|
|
|
Reimplemented from NCPopup. |
|
|
|
|
|
Reimplemented from NCPopup. |
|
|
|
|
|
|
|
|
|
|
|
|