idlehomescreen/xmluirendering/renderingplugins/xntexteditorfactory/src/xntexteditor.cpp
branchRCL_3
changeset 35 3321d3e205b6
parent 34 5456b4e8b3a8
equal deleted inserted replaced
34:5456b4e8b3a8 35:3321d3e205b6
    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 // ---------------------------------------------------------
       
   100 // ---------------------------------------------------------
    90 // ---------------------------------------------------------
   101 XnComponentInterface::MXnComponentInterface* CXnTextEditor::MakeInterfaceL(const TDesC8& aType)
    91 XnComponentInterface::MXnComponentInterface* CXnTextEditor::MakeInterfaceL(const TDesC8& aType)
   102     {
    92     {
   103     if( aType != XnTextEditorInterface::KType )
    93     if( aType != XnTextEditorInterface::KType )
   104         {
    94         {