28 #ifndef DISPLAY_OPTIONS_H__
29 #define DISPLAY_OPTIONS_H__
42 virtual std::string
tmp( )
const = 0;
46 std::string
tmp( )
const {
57 std::string
temporaryPath(
const std::string &base_name,
bool remove=
true ) {
73 returned_paths =
new std::map<std::string,std::pair<std::string,bool> >( );
76 typedef std::map<std::string,std::pair<std::string,bool> >
path_map;
static class casa::viewer::options_init_ _options_init_object_
void do_init()
to be defined in qt (or other windowing library) land....
std::string temporaryPath(const std::string &base_name, bool remove=true)
this returns a path to be used as a temporary file or directory, and by default, deletes the file whe...
const Options & operator=(const Options &)
path_map * returned_paths
std::map< std::string, std::pair< std::string, bool > > path_map
std::string _temporary_path_(const std::string &, bool)
static unsigned int count
virtual std::string tmp() const =0