idlehomescreen/xmluirendering/renderingplugins/xntexteditorfactory/src/xntexteditor.cpp
branchRCL_3
changeset 9 f966699dea19
parent 0 f72a12da539e
equal deleted inserted replaced
5:c743ef5928ba 9:f966699dea19
    83 //
    83 //
    84 const HBufC* CXnTextEditor::Text()
    84 const HBufC* CXnTextEditor::Text()
    85     {
    85     {
    86     return (static_cast<CXnTextEditorAdapter*>(ControlAdapter()))->Text();   
    86     return (static_cast<CXnTextEditorAdapter*>(ControlAdapter()))->Text();   
    87     }
    87     }
    88     
    88   
       
    89 // ---------------------------------------------------------
       
    90 // CXnTextEditor::HandleEditorEvent
       
    91 // ---------------------------------------------------------
       
    92 //
       
    93 void CXnTextEditor::HandleEditorEvent( TInt aReason )
       
    94     {
       
    95     static_cast<CXnTextEditorAdapter*>(ControlAdapter())->
       
    96             HandleEditorEvent( aReason );
       
    97     }
       
    98 
    89 // ---------------------------------------------------------
    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 )