javauis/lcdui_akn/javalcdui/inc/reflcdui.h
branchRCL_3
changeset 83 26b2b12093af
parent 77 7cee158cb8cd
equal deleted inserted replaced
77:7cee158cb8cd 83:26b2b12093af
    84      * @param "aContent" Content which is displayed on this container.
    84      * @param "aContent" Content which is displayed on this container.
    85      */
    85      */
    86     virtual void MdcRemoveContent(MDirectContent* aContent) = 0;
    86     virtual void MdcRemoveContent(MDirectContent* aContent) = 0;
    87 
    87 
    88     /**
    88     /**
    89      * Adds MMAPI content bound to this container.
    89      * Adds content bound to this container. Container will not allow painting in this region
    90      *
    90      *
    91      * @param aRect Content bounds
    91      * @param aRect Content bounds
    92      */
    92      */
    93     virtual void MdcAddMMAPIContentBounds(const TRect& aRect) = 0;
    93     virtual void MdcAddContentBounds(const TRect& aRect) = 0;
    94 
    94 
    95     /**
    95     /**
    96      * Removes one content bound from this container.
    96      * Removes one content bound from this container.
    97      * Container will now allow painting to this region
    97      * Container will now allow painting to this region
    98      *
    98      *
    99      * @param aRect Content bound to be removed.
    99      * @param aRect Content bound to be removed.
   100      */
   100      */
   101     virtual void MdcRemoveMMAPIContentBounds(const TRect& aRect) = 0;
   101     virtual void MdcRemoveContentBounds(const TRect& aRect) = 0;
   102 
   102 
   103     /**
   103     /**
   104      * Get a rect of a window (with respect to screen) on which content can be displayed.
   104      * Get a rect of a window (with respect to screen) on which content can be displayed.
   105      * If this changes, MdcContainerWindowRectChanged() should be called.
   105      * If this changes, MdcContainerWindowRectChanged() should be called.
   106      *
   106      *