textinput/peninputarc/inc/peninputlayoutcontrolinc/peninputfloatctrl.h
branchRCL_3
changeset 11 c8fb4cf7b3ae
parent 5 a47de9135b21
equal deleted inserted replaced
9:e6a39382bb9c 11:c8fb4cf7b3ae
    87      * @since S60 v5.0
    87      * @since S60 v5.0
    88      * @return None
    88      * @return None
    89      */
    89      */
    90     void Hide();
    90     void Hide();
    91     
    91     
       
    92     /**
       
    93      * Test if transparency is supported by this control
       
    94      * 
       
    95      * @since S60 v5.0
       
    96      * @return ETrue if support
       
    97      */
       
    98     TBool SupportTransparent() const;
       
    99     
    92 protected:
   100 protected:
    93     /**
   101     /**
    94      * Symbian constructor
   102      * Symbian constructor
    95      * 
   103      * 
    96      * @since S60 v5.0
   104      * @since S60 v5.0
    97      * @return None
   105      * @return None
    98      */
   106      */
    99     void BaseConstructL();
   107     void BaseConstructL();
   100     
   108     
       
   109 private:
       
   110     TBool iSupportTransparent;
   101     };
   111     };
   102 
   112 
   103 #endif // C_PENINPUTFLOATINGCTRL_H
   113 #endif // C_PENINPUTFLOATINGCTRL_H