glibmm 2.80.0
|
This is the complete list of members for Gio::FileInfo, including all inherited members.
clear_status() | Gio::FileInfo | |
connect_property_changed(const Glib::ustring & property_name, const sigc::slot< void()> & slot) | Glib::ObjectBase | |
connect_property_changed(const Glib::ustring & property_name, sigc::slot< void()> && slot) | Glib::ObjectBase | |
copy_into(Glib::RefPtr< FileInfo > & dest_info) const | Gio::FileInfo | |
DestroyNotify typedef | Glib::Object | |
dup() const | Gio::FileInfo | |
FileInfo(FileInfo && src) noexcept | Gio::FileInfo | |
FileInfo() | Gio::FileInfo | |
freeze_notify() | Glib::ObjectBase | |
get_access_date_time() const | Gio::FileInfo | |
get_attribute_as_string(const std::string & attribute) const | Gio::FileInfo | |
get_attribute_boolean(const std::string & attribute) const | Gio::FileInfo | |
get_attribute_byte_string(const std::string & attribute) const | Gio::FileInfo | |
get_attribute_int32(const std::string & attribute) const | Gio::FileInfo | |
get_attribute_int64(const std::string & attribute) const | Gio::FileInfo | |
get_attribute_object(const std::string & attribute) const | Gio::FileInfo | |
get_attribute_status(const std::string & attribute) const | Gio::FileInfo | |
get_attribute_string(const std::string & attribute) const | Gio::FileInfo | |
get_attribute_strings(const std::string & attribute) const | Gio::FileInfo | |
get_attribute_type(const std::string & attribute) const | Gio::FileInfo | |
get_attribute_uint32(const std::string & attribute) const | Gio::FileInfo | |
get_attribute_uint64(const std::string & attribute) const | Gio::FileInfo | |
get_content_type() const | Gio::FileInfo | |
get_creation_date_time() const | Gio::FileInfo | |
get_data(const QueryQuark & key) | Glib::Object | |
get_deletion_date() const | Gio::FileInfo | |
get_display_name() const | Gio::FileInfo | |
get_edit_name() const | Gio::FileInfo | |
get_etag() const | Gio::FileInfo | |
get_file_type() const | Gio::FileInfo | |
get_icon() | Gio::FileInfo | |
get_icon() const | Gio::FileInfo | |
get_modification_date_time() const | Gio::FileInfo | |
get_name() const | Gio::FileInfo | |
get_property(const Glib::ustring & property_name, PropertyType & value) const | Glib::ObjectBase | |
get_property(const Glib::ustring & property_name) const | Glib::ObjectBase | |
get_property_value(const Glib::ustring & property_name, Glib::ValueBase & value) const | Glib::ObjectBase | |
get_size() const | Gio::FileInfo | |
get_sort_order() const | Gio::FileInfo | |
get_symbolic_icon() | Gio::FileInfo | |
get_symbolic_icon() const | Gio::FileInfo | |
get_symlink_target() const | Gio::FileInfo | |
get_type() | Gio::FileInfo | static |
gobj() | Gio::FileInfo | inline |
gobj() const | Gio::FileInfo | inline |
gobj_copy() | Gio::FileInfo | |
Glib::Object::gobj_copy() const | Glib::ObjectBase | |
has_attribute(const std::string & attribute) const | Gio::FileInfo | |
has_namespace(const std::string & name_space) const | Gio::FileInfo | |
initialize(GObject * castitem) | Glib::ObjectBase | protected |
initialize_move(GObject * castitem, Glib::ObjectBase * previous_wrapper) | Glib::ObjectBase | protected |
is_backup() const | Gio::FileInfo | |
is_hidden() const | Gio::FileInfo | |
is_symlink() const | Gio::FileInfo | |
list_attributes(const std::string & name_space) const | Gio::FileInfo | |
list_attributes() const | Gio::FileInfo | |
Object(const Object &)=delete | Glib::Object | |
Object(Object && src) noexcept | Glib::Object | |
Object() | Glib::Object | protected |
Object(const Glib::ConstructParams & construct_params) | Glib::Object | explicitprotected |
Object(GObject * castitem) | Glib::Object | explicitprotected |
ObjectBase(const ObjectBase &)=delete | Glib::ObjectBase | |
ObjectBase() | Glib::ObjectBase | protected |
ObjectBase(const char * custom_type_name) | Glib::ObjectBase | explicitprotected |
ObjectBase(const std::type_info & custom_type_info) | Glib::ObjectBase | explicitprotected |
ObjectBase(ObjectBase && src) noexcept | Glib::ObjectBase | protected |
operator=(FileInfo && src) noexcept | Gio::FileInfo | |
Glib::Object::operator=(const Object &)=delete | Glib::Object | |
Glib::Object::operator=(Object && src) noexcept | Glib::Object | |
Glib::ObjectBase::operator=(const ObjectBase &)=delete | Glib::ObjectBase | |
Glib::ObjectBase::operator=(ObjectBase && src) noexcept | Glib::ObjectBase | protected |
reference() const | Glib::ObjectBase | virtual |
remove_attribute(const std::string & attribute) | Gio::FileInfo | |
remove_data(const QueryQuark & quark) | Glib::Object | |
set_access_date_time(const Glib::DateTime & atime) | Gio::FileInfo | |
set_attribute_boolean(const std::string & attribute, bool attr_value) | Gio::FileInfo | |
set_attribute_byte_string(const std::string & attribute, const std::string & attr_value) | Gio::FileInfo | |
set_attribute_int32(const std::string & attribute, gint32 attr_value) | Gio::FileInfo | |
set_attribute_int64(const std::string & attribute, gint64 attr_value) | Gio::FileInfo | |
set_attribute_mask(const Glib::RefPtr< FileAttributeMatcher > & mask) | Gio::FileInfo | |
set_attribute_object(const std::string & attribute, const Glib::RefPtr< Glib::Object > & attr_value) | Gio::FileInfo | |
set_attribute_status(const std::string & attribute, FileAttributeStatus status) | Gio::FileInfo | |
set_attribute_string(const std::string & attribute, const Glib::ustring & attr_value) | Gio::FileInfo | |
set_attribute_strings(const std::string & attribute, const std::vector< Glib::ustring > & attr_value) | Gio::FileInfo | |
set_attribute_uint32(const std::string & attribute, guint32 attr_value) | Gio::FileInfo | |
set_attribute_uint64(const std::string & attribute, guint64 attr_value) | Gio::FileInfo | |
set_content_type(const Glib::ustring & content_type) | Gio::FileInfo | |
set_creation_date_time(const Glib::DateTime & creation_time) | Gio::FileInfo | |
set_data(const Quark & key, void * data) | Glib::Object | |
set_data(const Quark & key, void * data, DestroyNotify notify) | Glib::Object | |
set_data_with_c_callback(const Quark & key, void * data, GDestroyNotify notify) | Glib::Object | |
set_display_name(const Glib::ustring & display_name) | Gio::FileInfo | |
set_edit_name(const Glib::ustring & edit_name) | Gio::FileInfo | |
set_file_type(FileType type) | Gio::FileInfo | |
set_icon(const Glib::RefPtr< Icon > & icon) | Gio::FileInfo | |
set_is_hidden(bool hidden=true) | Gio::FileInfo | |
set_is_symlink(bool symlink=true) | Gio::FileInfo | |
set_modification_date_time(const Glib::DateTime & mtime) | Gio::FileInfo | |
set_name(const std::string & name) | Gio::FileInfo | |
set_property(const Glib::ustring & property_name, const PropertyType & value) | Glib::ObjectBase | |
set_property_value(const Glib::ustring & property_name, const Glib::ValueBase & value) | Glib::ObjectBase | |
set_size(goffset size) | Gio::FileInfo | |
set_sort_order(gint32 sort_order) | Gio::FileInfo | |
set_symbolic_icon(const Glib::RefPtr< Icon > & icon) | Gio::FileInfo | |
set_symlink_target(const std::string & symlink_target) | Gio::FileInfo | |
steal_data(const QueryQuark & quark) | Glib::Object | |
thaw_notify() | Glib::ObjectBase | |
unreference() const | Glib::ObjectBase | virtual |
unset_attribute_mask() | Gio::FileInfo | |
wrap(GFileInfo * object, bool take_copy=false) | Gio::FileInfo | related |
Glib::Object::wrap(GObject * object, bool take_copy=false) | Glib::Object | related |
~FileInfo() noexcept override | Gio::FileInfo | |
~Object() noexcept override | Glib::Object | protected |
~ObjectBase() noexcept=0 | Glib::ObjectBase | protectedpure virtual |