|
| | PresetFileGui () |
| | ~PresetFileGui () |
| | PresetFile () |
| | ~PresetFile () |
| void | readJSON_remote (JsonParser &jp) |
| void | writeJSON_remote (JsonWriter &jw) |
| bool | open_file (const Glib::ustring &name, const std::string &path, int tp, int flags) |
| bool | create_file (const Glib::ustring &name, const std::string &path, int tp, int flags) |
| bool | set_factory (const Glib::ustring &name_, const std::string &path) |
| bool | readJSON (const std::string &dirpath, JsonParser &jp, bool *mtime_diff) |
| void | writeJSON (JsonWriter &jw) |
| void | reopen () |
| void | open (const std::string &fname) |
| void | close () |
| bool | fail () |
| bool | ensure_is_current () |
| void | check_flags () |
| const std::string & | get_filename () const |
| const SettingsFileHeader & | get_header () |
| int | size () |
| void | fill_names (vector< Glib::ustring > &) |
| const Glib::ustring & | get_name (int n) |
| int | get_index (const Glib::ustring &name) |
| JsonParser * | create_reader (int n) |
| JsonParser * | create_reader (const Glib::ustring &name) |
| JsonWriter * | create_writer (int n) |
| JsonWriter * | create_writer (const Glib::ustring &name) |
| JsonWriter * | create_writer_at (const Glib::ustring &pos, const Glib::ustring &name) |
| PresetTransformer * | create_transformer () |
| bool | clear () |
| bool | erase (const Glib::ustring &name) |
| bool | rename (const Glib::ustring &name, Glib::ustring newname) |
| bool | has_entry (const Glib::ustring &name) |
| void | append (const Glib::ustring &name) |
| void | insert_before (const Glib::ustring &nm, const Glib::ustring &newentry) |
| void | insert_after (const Glib::ustring &nm, const Glib::ustring &newentry) |
| int | get_flags () const |
| void | set_flags (int f) |
| void | set_flag (int flag, bool v) |
| int | get_type () const |
| const Glib::ustring & | get_name () const |
| bool | set_name (const Glib::ustring &n, const std::string &newfile) |
| bool | remove_file () |
| iterator | begin () |
| iterator | end () |
| bool | is_moveable () const |
| bool | is_mutable () const |
| PresetFileGui * | get_guiwrapper () |
| bool | is_newer (time_t m) |
| void | open () |
Definition at line 373 of file gx_json.h.