Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
ChecksumTypeCHECKSUM_MD5: Use the MD5 hashing algorithm CHECKSUM_SHA1: Use the SHA-1 hashing algorithm CHECKSUM_SHA256: Use the SHA-256 hashing algorithm
Gio::AppInfoApplication information, to describe applications installed on the system, and launch them
Gio::AppLaunchContextThis is used to handle, for instance, startup notification and launching of the new application on the same screen as the launching window
Gio::AsyncResultProvides a base class for implementing asynchronous function results
Gio::BufferedInputStreamThe buffered input stream implements FilterInputStream and provides for buffered reads
Gio::BufferedOutputStreamThe buffered output stream implements FilterOutputStream and provides for buffered writes
Gio::CancellableAllows actions to be cancelled
Gio::DataInputStreamAn implementation of BufferedInputStream that allows for high-level data manipulation of arbitrary data (including binary operations)
Gio::DataOutputStreamAn implementation of BufferedOutputStream that allows for high-level data manipulation of arbitrary data (including binary operations)
Gio::DesktopAppInfoDesktopAppInfo is an implementation of AppInfo based on desktop files
Gio::DriveVirtual File System drive management
Gio::EmblemAn object for emblems
Gio::EmblemedIconIcons with Emblems
Gio::ErrorException class for giomm errors
Gio::FileFile and directory handling
Gio::FileAttributeInfoInformation about a specific attribute - see FileAttributeInfoList
Gio::FileAttributeInfoListKey-Value paired file attributes
Gio::FileAttributeMatcherFileAttributeMatcher allows for searching through a FileInfo for attributes
Gio::FileEnumeratorEnumerated Files Routines
Gio::FileIconFileIcon specifies an icon by pointing to an image file to be used as icon
Gio::FileInfoFileInfo implements methods for getting information that all files should contain, and allows for manipulation of extended attributes
Gio::FileInputStreamFileInputStream provides input streams that take their content from a file
Gio::FileIOStreamFileIOStream provides input streams that take their content from a file
Gio::FileMonitorMonitors a file or directory for changes
Gio::FilenameCompleterCompletes partial file and directory names given a partial string by looking in the file system for clues
Gio::FileOutputStreamFileOutputStream provides output streams that write their content to a file
Gio::FilterInputStreamFilter Input Stream
Gio::FilterOutputStreamFilter Output Stream
Gio::IconThis is a very minimal interface for icons
Gio::InputStreamBase class for implementing streaming input
Gio::IOStream
Gio::LoadableIconExtends the Icon interface and adds the ability to load icons from streams
Gio::MemoryInputStreamMemoryInputStream implements InputStream for arbitrary memory chunks
Gio::MemoryOutputStreamStreaming output operations on memory chunks
Gio::MountThe Mount interface represents user-visible mounts
Gio::MountOperationAuthentication methods for mountable locations
Gio::OutputStreamBase class for implementing streaming output
Gio::SeekableStream seeking interface
Gio::ThemedIconIcon theming support ThemedIcon is an implementation of Gio::Icon that supports icon themes
Gio::UnixInputStreamUnixInputStream implements InputStream for reading from a unix file descriptor, including asynchronous operations
Gio::UnixOutputStreamUnixOutputStream implements OutputStream for writing to a a unix file descriptor, including asynchronous operations
Gio::VolumeThe Volume interface represents user-visible objects that can be mounted
Gio::VolumeMonitorMonitors a file or directory for changes
Glib::ArrayHandle< T, Tr >If a method takes this as an argument, or has this as a return type, then you can use a standard container such as std::list or std::vector
Glib::ChecksumComputes the checksum for data
Glib::CondAn opaque data structure to represent a condition
Glib::Container_Helpers::ArrayHandleIterator< Tr >
Glib::Container_Helpers::ListHandleIterator< Tr >If a method takes this as an argument, or has this as a return type, then you can use a standard container such as std::list or std::vector
Glib::Container_Helpers::SListHandleIterator< Tr >If a method takes this as an argument, or has this as a return type, then you can use a standard container such as std::list or std::vector
Glib::Container_Helpers::TypeTraits< T >Generic TypeTraits implementation
Glib::Container_Helpers::TypeTraits< Glib::RefPtr< Gio::Drive > >This specialization of TypeTraits exists because the default use of Glib::wrap(GObject*), instead of a specific Glib::wrap(GSomeInterface*), would not return a wrapper for an interface
Glib::Container_Helpers::TypeTraits< Glib::RefPtr< Gio::Mount > >This specialization of TypeTraits exists because the default use of Glib::wrap(GObject*), instead of a specific Glib::wrap(GSomeInterface*), would not return a wrapper for an interface
Glib::Container_Helpers::TypeTraits< Glib::RefPtr< Gio::Volume > >This specialization of TypeTraits exists because the default use of Glib::wrap(GObject*), instead of a specific Glib::wrap(GSomeInterface*), would not return a wrapper for an interface
Glib::ConvertErrorException class for charset conversion errors
Glib::DateJulian calendar date
Glib::DirUtility class representing an open directory
Glib::DirIteratorThe iterator type of Glib::Dir
Glib::DispatcherSignal class for inter-thread communication
Glib::Error
Glib::Exception
Glib::FileErrorException class for file-related errors
Glib::HelperList< T_Child, T_CppElement, T_Iterator >
Glib::IConvThin iconv() wrapper
Glib::IdleSource
Glib::Interface
Glib::IOChannelIOChannel aims to provide portable I/O support for files, pipes and sockets, and to integrate them with the GLib main event loop
Glib::IOChannelErrorException class for IOChannel errors
Glib::IOSource
Glib::KeyFileThis class lets you parse, edit or create files containing groups of key-value pairs, which we call key files for lack of a better name
Glib::KeyFileErrorException class for KeyFile errors
Glib::ListHandle< T, Tr >
Glib::MainContextMain context
Glib::MainLoop
Glib::Markup::AttributeKeyLessBinary predicate used by Markup::Parser::AttributeMap
Glib::Markup::ParseContextA parse context is used to parse marked-up documents
Glib::Markup::ParserThe abstract markup parser base class
Glib::MarkupErrorException class for markup parsing errors
Glib::ModuleDynamic Loading of Modules These functions provide a portable way to dynamically load object files (commonly known as 'plug-ins')
Glib::MutexRepresents a mutex (mutual exclusion)
Glib::Mutex::LockUtility class for exception-safe mutex locking
Glib::NodeTree< T >N-ary Trees - trees of data with any number of branches The NodeTree class and its associated functions provide an N-ary tree data structure, in which nodes in the tree can contain arbitrary data
Glib::Object
Glib::ObjectBaseGlib::ObjectBase is a common base class for Objects and Interfaces
Glib::OptionContextAn OptionContext defines which options are accepted by the commandline option parser
Glib::OptionEntryAn OptionEntry defines a single option
Glib::OptionErrorException class for options
Glib::OptionGroupAn OptionGroup defines the options in a single group
Glib::PatternSpec
Glib::PollFD
Glib::Private< T >
Glib::Property< T >
Glib::PropertyBase
Glib::PropertyProxy< T >A PropertyProxy can be used to get and set the value of an object's property
Glib::PropertyProxy_Base
Glib::PropertyProxy_ReadOnly< T >See PropertyProxy()
Glib::PropertyProxy_WriteOnly< T >See PropertyProxy()
Glib::Quark
Glib::QueryQuarkQuarks are unique IDs in Glib for strings for use in hash table lookups
Glib::Rand
Glib::RecMutex
Glib::RecMutex::LockUtility class for exception-safe locking of recursive mutexes
Glib::RefPtr< T_CppObject >RefPtr<> is a reference-counting shared smartpointer
Glib::RegexPerl-compatible regular expressions - matches strings against regular expressions
Glib::RegexErrorException class for Regex
Glib::RWLock
Glib::RWLock::ReaderLockUtility class for exception-safe locking of read/write locks
Glib::RWLock::WriterLockUtility class for exception-safe locking of read/write locks
Glib::Sequence< Iterator >Utility class holding an iterator sequence
Glib::ShellErrorException class for shell utility errors
Glib::SignalChildWatch
Glib::SignalIdle
Glib::SignalIO
Glib::SignalProxy0< R >Proxy for signals with 0 arguments
Glib::SignalProxy1< R, P1 >Proxy for signals with 1 arguments
Glib::SignalProxy2< R, P1, P2 >Proxy for signals with 2 arguments
Glib::SignalProxy3< R, P1, P2, P3 >Proxy for signals with 3 arguments
Glib::SignalProxy4< R, P1, P2, P3, P4 >Proxy for signals with 4 arguments
Glib::SignalProxy5< R, P1, P2, P3, P4, P5 >Proxy for signals with 5 arguments
Glib::SignalProxy6< R, P1, P2, P3, P4, P5, P6 >Proxy for signals with 6 arguments
Glib::SignalProxyBase
Glib::SignalProxyNormalThe SignalProxy provides an API similar to sigc::signal that can be used to connect sigc::slots to glib signals
Glib::SignalProxyPropertyUse the connect() method, with sigc::ptr_fun() or sig::mem_fun() to connect signals to signal handlers
Glib::SignalTimeout
Glib::SListHandle< T, Tr >
Glib::Source
Glib::SpawnErrorException class for errors occuring when spawning processes
Glib::StaticMutexLike Glib::Mutex, but can be defined at compile time
Glib::StaticPrivate< T >
Glib::StaticRecMutexLike Glib::RecMutex, but can be defined at compile time
Glib::StaticRWLockLike Glib::RWLock, but can be defined at compile time
Glib::StreamIOChannelThis whole class is deprecated in glibmm 2.2
Glib::ThreadRepresents a running thread
Glib::Thread::ExitException class used to exit from a thread
Glib::ThreadErrorException class for thread-related errors
Glib::ThreadPoolA pool of threads to execute work concurrently
Glib::TimeoutSource
Glib::TimerPortable stop watch interface
Glib::TimeValGlib::TimeVal is a wrapper around the glib structure GTimeVal
Glib::ustringGlib::ustring has much the same interface as std::string, but contains Unicode characters encoded as UTF-8
Glib::ustring_Iterator< T >The iterator type of Glib::ustring
Glib::Value< T >Generic value implementation for custom types
Glib::Value< bool >
Glib::Value< char >
Glib::Value< const T* >Specialization for pointers to const instances of any type
Glib::Value< double >
Glib::Value< float >
Glib::Value< Glib::ustring >Specialization for UTF-8 strings
Glib::Value< int >
Glib::Value< long >
Glib::Value< long long >
Glib::Value< std::string >Specialization for strings
Glib::Value< T* >Specialization for pointers to instances of any type
Glib::Value< unsigned char >
Glib::Value< unsigned int >
Glib::Value< unsigned long >
Glib::Value< unsigned long long >
Glib::Value< void* >
Glib::Value_Boxed< T >
Glib::Value_Enum< T >Base class of Glib::Value<T> specializations for enum types
Glib::Value_Flags< T >Base class of Glib::Value<T> specializations for flags types
Glib::Value_Pointer< T, PtrT >
Glib::ValueArrayA container structure to maintain an array of generic values
Glib::ValueBase
Glib::ValueBase_Boxed
Glib::ValueBase_Enum
Glib::ValueBase_Flags
Glib::ValueBase_Object
Glib::ValueBase_String

Generated on Mon Sep 21 09:04:24 2009 for glibmm by  doxygen 1.6.1