X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOGimmickReaderDialog.h;h=09a70f17d5885b692888246e2fad3aa7c3e0cea6;hb=677d919d8f9ffc26b332f717e9cbddf4c0670dfe;hp=26cb2ad53253e8f7f1b7c89532b3ec58a58f3d46;hpb=c6b0d7086b5adbeaa6ea97929068fb80e003091f;p=creaImageIO.git diff --git a/src2/creaImageIOGimmickReaderDialog.h b/src2/creaImageIOGimmickReaderDialog.h index 26cb2ad..09a70f1 100644 --- a/src2/creaImageIOGimmickReaderDialog.h +++ b/src2/creaImageIOGimmickReaderDialog.h @@ -1,9 +1,11 @@ #ifndef __creaImageIOGimmickReaderDialog_h_INCLUDED__ #define __creaImageIOGimmickReaderDialog_h_INCLUDED__ +#include "creaImageIOSystem.h" #include #include + namespace creaImageIO { /** @@ -12,14 +14,15 @@ namespace creaImageIO * returns true if the user clicked 'Ok', false if 'Cancel' * and fills the vector of images */ - bool __declspec(dllexport) GimmickReaderDialog(std::vector& images, - const std::string& title = "Select images", - int posx = 0, int posy = 0, - int sizex = 1200, int sizey = 800, - int image_min_type = 2, - int image_max_type = 3, - int image_out_dim = 2, - int nb_threads = 1); + bool CREAIMAGEIO_EXPORT GimmickReaderDialog + (std::vector& images, + const std::string& title = "Select images", + int posx = 0, int posy = 0, + int sizex = 1200, int sizey = 800, + int image_min_type = 2, + int image_max_type = 3, + int image_out_dim = 2, + int nb_threads = 1); }