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 37 of file DescriptorExContainer.h.
| CDescriptorExContainer::~CDescriptorExContainer | ( | ) | 
Destroys this container and owned editor.
Definition at line 78 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 45 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 87 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 111 of file DescriptorExContainer.cpp.
 1.6.2