#include <recent_files.hpp>
◆ RecentFiles() [1/2]
| guik::RecentFiles::RecentFiles |
( |
| ) |
|
◆ RecentFiles() [2/2]
| guik::RecentFiles::RecentFiles |
( |
const std::string & |
tag, |
|
|
int |
max_history = 10 |
|
) |
| |
◆ ~RecentFiles()
| guik::RecentFiles::~RecentFiles |
( |
| ) |
|
◆ clear()
| void guik::RecentFiles::clear |
( |
| ) |
|
◆ empty()
| bool guik::RecentFiles::empty |
( |
| ) |
const |
◆ filename()
| std::string guik::RecentFiles::filename |
( |
size_t |
i | ) |
const |
◆ fullpath()
| std::string guik::RecentFiles::fullpath |
( |
size_t |
i | ) |
const |
◆ most_recent()
| std::string guik::RecentFiles::most_recent |
( |
| ) |
const |
◆ push() [1/2]
| void guik::RecentFiles::push |
( |
const std::string & |
filename | ) |
|
◆ push() [2/2]
| void guik::RecentFiles::push |
( |
const std::vector< std::string > & |
filenames | ) |
|
◆ read()
| void guik::RecentFiles::read |
( |
| ) |
|
◆ size()
| size_t guik::RecentFiles::size |
( |
| ) |
const |
◆ write()
| void guik::RecentFiles::write |
( |
| ) |
|
The documentation for this class was generated from the following file: