enum
{
STYLE_NAME = PROPERTY_START_INDEX, ///< name "style-name", @see SetStyleName, type std::string
- BACKGROUND, ///< name "background", @see SetBackgroundImage, type Map
+ BACKGROUND, ///< name "background", @see SetBackgroundImage, type Map, @since DALi 1.1.4
KEY_INPUT_FOCUS, ///< name "key-input-focus", @see SetKeyInputFocus, type bool
};
};
* @brief Sets this ImageView from an Image url
*
* If the handle is empty, ImageView will display nothing
+ *
* @param[in] url The Image resource to display.
+ *
+ * @since DALi 1.1.4
*/
void SetImage( const std::string& url );
*
* All the geometry loaded with the control is automatically centered and scaled to fit
* the size of all the other controls. So the max is (0.5,0.5) and the min is (-0.5,-0.5)
-*/
+ *
+ * @since DALi 1.1.4
+ */
class DALI_IMPORT_API Model3dView : public Control
{
public:
/**
* PageFactory is an abstract interface for providing image actors to PageTurnView
* Each image actor is identified by a unique ID, and has a linear order from 0 to GetNumberOfPages()-1
+ *
+ * @since DALi 1.1.4
*/
class DALI_IMPORT_API PageFactory
{
/**
* PageTurnLandscapeView provides a page turn view in portrait mode
+ *
+ * @since DALi 1.1.4
*/
class DALI_IMPORT_API PageTurnPortraitView : public PageTurnView
{
* | page-turn-finished | @ref PageTurnFinishedSignal() |
* | page-pan-started | @ref PagePanStartedSignal() |
* | page-pan-finished | @ref PagePanFinishedSignal() |
+ *
+ * @since DALi 1.1.4
*/
class DALI_IMPORT_API PageTurnView : public Control
{