Public Member Functions | |
CHelloWorldQueryDialog (TDes &aBuf, HBufC *aDefInput) | |
virtual | ~CHelloWorldQueryDialog () |
CHelloWorldQueryDialog class. This class is used to query the user for text information
Definition at line 31 of file helloworldbasicquerydialog.h.
CHelloWorldQueryDialog::CHelloWorldQueryDialog | ( | TDes & | aBuf, | |
HBufC * | aDefInput | |||
) |
C++ default constructor.
aBuf | buffer to store the input | |
aDefInput | default input for the dialog |
Definition at line 28 of file helloworldbasicquerydialog.cpp.
virtual CHelloWorldQueryDialog::~CHelloWorldQueryDialog | ( | ) | [virtual] |
Destructor.
Definition at line 45 of file helloworldbasicquerydialog.h.