X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=base%2Fdali-toolkit%2Fpublic-api%2Fcontrols%2Fdefault-controls%2Fcheck-button-factory.h;h=6a953113721c24f4cb09217d330657f623ffca7a;hp=d197131fccb5dccb5480967d17b8a1ebb458bd84;hb=42eeffaa69044c2236996eb543416486ae92335c;hpb=2fff97772366d0fdfe3fb78cf3c49b8ecd577a03 diff --git a/base/dali-toolkit/public-api/controls/default-controls/check-button-factory.h b/base/dali-toolkit/public-api/controls/default-controls/check-button-factory.h index d197131..6a95311 100644 --- a/base/dali-toolkit/public-api/controls/default-controls/check-button-factory.h +++ b/base/dali-toolkit/public-api/controls/default-controls/check-button-factory.h @@ -21,7 +21,7 @@ // INTERNAL INCLUDES #include -namespace Dali DALI_IMPORT_API +namespace Dali { namespace Toolkit @@ -38,7 +38,7 @@ namespace Toolkit * @param[in] dimmedBackgroundImagePath Image path to be shown as button dimmed background. * @param[in] dimmedCheckedImagePath Image path to be shown as dimmed checked button. */ -CheckBoxButton CreateCheckBoxButton( const std::string& backgroundImagePath, const std::string& checkedImagePath, const std::string& dimmedBackgroundImagePath, const std::string& dimmedCheckedImagePath ); +DALI_IMPORT_API CheckBoxButton CreateCheckBoxButton( const std::string& backgroundImagePath, const std::string& checkedImagePath, const std::string& dimmedBackgroundImagePath, const std::string& dimmedCheckedImagePath ); /** * Creates a check box button with the given images. @@ -51,7 +51,7 @@ CheckBoxButton CreateCheckBoxButton( const std::string& backgroundImagePath, con * @param[in] dimmedBackgroundImageActor Image to be shown as button dimmed background. * @param[in] dimmedCheckedImagActor Image to be shown as dimmed checked button. */ -CheckBoxButton CreateCheckBoxButton( Actor backgroundImageActor, Actor checkedImageActor, Actor dimmedBackgroundImageActor, Actor dimmedCheckedImagActor ); +DALI_IMPORT_API CheckBoxButton CreateCheckBoxButton( Actor backgroundImageActor, Actor checkedImageActor, Actor dimmedBackgroundImageActor, Actor dimmedCheckedImagActor ); /** * Creates a check box button with the given background and checked images. @@ -61,7 +61,7 @@ CheckBoxButton CreateCheckBoxButton( Actor backgroundImageActor, Actor checkedIm * @param[in] backgroundImagePath Image path to be shown as button background. * @param[in] checkedImagePath Image path to be shown as checked button. */ -CheckBoxButton CreateCheckBoxButton( const std::string& backgroundImagePath, const std::string& checkedImagePath ); +DALI_IMPORT_API CheckBoxButton CreateCheckBoxButton( const std::string& backgroundImagePath, const std::string& checkedImagePath ); /** * Creates a check box button with the given background and checked images. @@ -71,7 +71,8 @@ CheckBoxButton CreateCheckBoxButton( const std::string& backgroundImagePath, con * @param[in] backgroundImageActor Image to be shown as button background. * @param[in] checkedImageActor Image to be shown as checked button. */ -CheckBoxButton CreateCheckBoxButton( Actor backgroundImageActor, Actor checkedImageActor ); +DALI_IMPORT_API CheckBoxButton CreateCheckBoxButton( Actor backgroundImageActor, Actor checkedImageActor ); + } // namespace Toolkit } // namespace Dali