Public Member Functions | |
void | ConstructL (const TRect &aRect) |
~CDescriptorExContainer () | |
void | SetTextL (const TDesC &aText) |
virtual TKeyResponse | OfferKeyEventL (const TKeyEvent &aKeyEvent, TEventCode aType) |
void | SizeChanged () |
Definition at line 12 of file DescriptorExContainer.h.
CDescriptorExContainer::~CDescriptorExContainer | ( | ) |
Destroys this container and owned editor.
Definition at line 52 of file DescriptorExContainer.cpp.
void CDescriptorExContainer::ConstructL | ( | const TRect & | aRect | ) |
Constructs a container containing a one non writable CEikEdwin editor component.
drawArea | rectangle where this container is allowed to draw its controls |
Definition at line 19 of file DescriptorExContainer.cpp.
void CDescriptorExContainer::SetTextL | ( | const TDesC & | aText | ) |
Updates the efitor component with given text and sets the focus on editor.
Definition at line 61 of file DescriptorExContainer.cpp.
TKeyResponse CDescriptorExContainer::OfferKeyEventL | ( | const TKeyEvent & | aKeyEvent, | |
TEventCode | aType | |||
) | [virtual] |
Processes cursor key presses so that cursor moves in editor component.
Definition at line 85 of file DescriptorExContainer.cpp.