idlehomescreen/xmluirendering/renderingplugins/xntexteditorfactory/src/xntexteditor.cpp
branchRCL_3
changeset 102 ba63c83f4716
parent 88 3321d3e205b6
equal deleted inserted replaced
93:b01126ce0bec 102:ba63c83f4716
    85     {
    85     {
    86     return (static_cast<CXnTextEditorAdapter*>(ControlAdapter()))->Text();   
    86     return (static_cast<CXnTextEditorAdapter*>(ControlAdapter()))->Text();   
    87     }
    87     }
    88   
    88   
    89 // ---------------------------------------------------------
    89 // ---------------------------------------------------------
       
    90 // CXnTextEditor::HandleEditorEvent
       
    91 // ---------------------------------------------------------
       
    92 //
       
    93 void CXnTextEditor::HandleEditorEvent( TInt aReason )
       
    94     {
       
    95     static_cast<CXnTextEditorAdapter*>(ControlAdapter())->
       
    96             HandleEditorEvent( aReason );
       
    97     }
       
    98 
       
    99 // ---------------------------------------------------------
    90 // ---------------------------------------------------------
   100 // ---------------------------------------------------------
    91 XnComponentInterface::MXnComponentInterface* CXnTextEditor::MakeInterfaceL(const TDesC8& aType)
   101 XnComponentInterface::MXnComponentInterface* CXnTextEditor::MakeInterfaceL(const TDesC8& aType)
    92     {
   102     {
    93     if( aType != XnTextEditorInterface::KType )
   103     if( aType != XnTextEditorInterface::KType )
    94         {
   104         {