1#ifndef GUIK_RECENT_FILES_HPP
2#define GUIK_RECENT_FILES_HPP
18 void push(
const std::vector<std::string>& filenames);
36 std::deque<std::string> recent_files;
Definition recent_files.hpp:10
void push(const std::string &filename)
std::string filename(size_t i) const
RecentFiles(const std::string &tag, int max_history=10)
std::string most_recent() const
std::string fullpath(size_t i) const
void push(const std::vector< std::string > &filenames)
Definition drawable_container.hpp:9