idlehomescreen/xmluirendering/renderingplugins/xntexteditorfactory/inc/xntexteditoradapter.h
branchRCL_3
changeset 9 f966699dea19
parent 0 f72a12da539e
child 15 ff572dfe6d86
equal deleted inserted replaced
5:c743ef5928ba 9:f966699dea19
    71      * 
    71      * 
    72      * @since S60 5.0
    72      * @since S60 5.0
    73      * @return Text, ownership is transfered      
    73      * @return Text, ownership is transfered      
    74      */
    74      */
    75     HBufC* Text() const;
    75     HBufC* Text() const;
    76     
    76 
       
    77     /**
       
    78      * Handles editor events
       
    79      * 
       
    80      * @since S60 5.2
       
    81      * @param aReason, editor event        
       
    82      */
       
    83     void HandleEditorEvent( TInt aReason );
       
    84 
    77 public: // from base classes
    85 public: // from base classes
    78 
    86 
    79     /**
    87     /**
    80     * See CCoeControl documentation
    88     * See CCoeControl documentation
    81     */    	
    89     */    	
   149     TBool                   iReleaseFont;
   157     TBool                   iReleaseFont;
   150     /** Max line amount */
   158     /** Max line amount */
   151     TInt                    iMaxLines; 
   159     TInt                    iMaxLines; 
   152     /** Flag to indicate whether focus loss is refused */
   160     /** Flag to indicate whether focus loss is refused */
   153     TBool                   iRefusesFocusLoss;
   161     TBool                   iRefusesFocusLoss;
       
   162     /** Flag to indicate is partial input supported*/
       
   163     TBool                   iPartialInputEnabled;
       
   164     /** Flag to indicate is partial input open*/
       
   165     TBool                   iPartialInputOpen;
       
   166     /** Flag to indicate whether split input should be remove or not*/
       
   167     TBool                   iRemoveSplitInputFromStack;
   154     };
   168     };
   155 
   169 
   156 #endif      // _XNTEXTEDITORADAPTER_H
   170 #endif      // _XNTEXTEDITORADAPTER_H
   157             
   171             
   158 // End of File
   172 // End of File