X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvUtils.h;h=5854b5b6141c6e6221acf7d4ddf4faf1b4d7a908;hb=5bff4d89c8ca42336267c36974e9ceb6fe2ac843;hp=1a62d3198e7c5708ad0621b763a3ed3cd16091e9;hpb=0083c3fb2c66812489631c7551709d121de51625;p=clitk.git diff --git a/vv/vvUtils.h b/vv/vvUtils.h index 1a62d31..5854b5b 100644 --- a/vv/vvUtils.h +++ b/vv/vvUtils.h @@ -1,7 +1,25 @@ +/*========================================================================= + Program: vv http://www.creatis.insa-lyon.fr/rio/vv + + Authors belong to: + - University of LYON http://www.universite-lyon.fr/ + - Léon Bérard cancer center http://www.centreleonberard.fr + - CREATIS CNRS laboratory http://www.creatis.insa-lyon.fr + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the copyright notices for more information. + + It is distributed under dual licence + + - BSD See included LICENSE.txt file + - CeCILL-B http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html +===========================================================================**/ #ifndef vvXXX_h #define vvXXX_h #include #include +#include ///Returns the last images opened by the user std::list GetRecentlyOpenedImages(); @@ -9,4 +27,10 @@ std::list GetRecentlyOpenedImages(); ///Adds an image to the list of recently opened images void AddToRecentlyOpenedImages(std::string filename); +///path to user settings +QString getVVSettingsPath(); + +///by default nativeFormat +QSettings::Format getSettingsOptionFormat(); + #endif