Qx v0.5.7
Qt Extensions Library
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NQxThe Qx namespace is the main namespace through which all non-global functionality of the Qx library is accessed
 CAbstractErrorThe AbstractError template class completes the Error interface and acts as the base class from which specific error types are implemented
 CApplicationDesktopEntryApplication type desktop entry
 CApplicationLoggerActs as a convenient means of producing an execution log for an application
 CArrayCollection of static functions pertaining to C-style arrays
 CAsyncDownloadManagerUsed to queue and process one or more downloads in an asynchronous manner using signals and slots
 CBase85Base85 encoded string
 CBase85EncodingParameters of a particular Base85 string encoding
 CBase85ParseErrorUsed to report errors while parsing a Base85 encoded string
 CBitArrayMore robust variant of QBitArray, which provides an array of bits
 CByteArrayCollection of static functions pertaining to QByteArray
 CCharCollection of static functions pertaining to character types
 CColorCollection of static functions pertaining to colors
 CCumulationThe Cumulation template class tracks the sum of multiple key-value components that can be changed independently
 CDateTimeCollection of static functions pertaining to date and time
 CDesktopActionDetails of a ApplicationDesktopEntry action
 CDesktopEntryBase functionality common to all Linux desktop entry files
 CDirectoryDesktopEntryA Directory type desktop entry
 CDownloadManagerReportDetails the outcome of processing an AsyncDownloadManager or SyncDownloadManager queue
 CDownloadOpReportDetails the result of a single file download
 CDownloadTaskThe DownloadTask struct contains the information necessary to download a file from a URL
 CDsvParseErrorUsed to report errors while parsing an array of delimiter separated values
 CDsvTableMutable representation of delimiter-separated values
 CErrorActs as an interface for an extensible variety of error objects
 CExclusiveAccessThe ExclusiveAccess template class is a convenience class that simplifies access to resources secured by a mutex
 CFileDetailsActs as a user-friendly container for holding a file's Version Info as defined by the Windows API, which largely consists of the fields within a given file's Details pane
 CStringTableA structure that contains all of the translation dependent optional fields of a file's details
 CTranslationA structure used to represent a particular translation of the string table section of a file's details. It encapsulates a language and code page identifier pair
 CFileStreamReaderSpecialized wrapper for QDataStream that narrows and simplifies its usage for reading files
 CFileStreamWriterSpecialized wrapper for QDataStream that narrows and simplifies its usage for writing files
 CFreeIndexTrackerTracks which slots from a given range of indices are in use and which are available
 CGenericErrorMulti-purpose container for storing error information
 CGroupedProgressManagerProduces an overall progress value from a collection of progress groups
 CIErrorIError defines the baseline inheritance interface for Qx error types
 CIndexThe Index template class provides a wrapper for integers with the notion of 'first', 'last' and 'null'
 CIntegrityCollection of static functions pertaining to data completeness
 CIoOpReportContainer for details regarding the outcome of an IO operation
 CJsonErrorUsed to report errors related to JSON manipulation
 CLinkDesktopEntryA Link type desktop entry
 CListCollection of static functions pertaining to lists
 CLoginDialogModal dialog that prompts a user for a username and password
 CNetworkReplyErrorFull error object for QNetworkReply, similar to other Qt classes, that can be more convenient for processing errors than just QNetworkReply::NetworkError
 CProcessBiderMonitors the presence of a process and signals when that process ends
 CProcessBiderErrorDescribes errors than can occur during process biding
 CProgressGroupDistinct portion of overall progress to be mediated by GroupedProgressManager
 CQJsonParseErrorAdapterAllows QJsonParseError to be used via the Qx::Error interface
 CRegularExpressionCollection of convenient regular expression statements
 CSetOnceThe SetOnce template class acts as a container for a value that can only be set once
 CShortcutPropertiesThe ShortcutProperties struct acts as a user-friendly container for holding IShellLink data, which are the varies properties of a Windows .lnk shortcut
 CStandardItemModelMore robust variant of QStandardItemModel, which is a generic model for storing custom data
 CStringCollection of static functions pertaining to string types
 CStringLiteralThe StringLiteral template struct acts as a literal class type wrapper around a C-style string that effectively allows the string to be used as a non-type template parameter
 CSyncDownloadManagerUsed to queue and process one or more downloads in a synchronous manner
 CSystemErrorEncapsulates system generated errors as an Qx::Error interface compatible object
 CTableThe Table class is a template class that provides a dynamic two-dimensional array
 CTaskbarButtonWindows taskbar button for a top-level window
 CTextPosUsed to represent an offset within a text file in terms of lines and characters
 CTextQueryRules for conducting a search of text
 CTextStreamMore robust variant of QTextStream, which provides a convenient interface for reading and writing text
 CTextStreamReaderSpecialized wrapper for QTextStream that narrows and simplifies its usage for reading text files
 CTextStreamWriterSpecialized wrapper for QTextStream that narrows and simplifies its usage for writing text files
 CTraverserThe Traverser template class provides a const_iterator wrapper for an alternate approach to iterating over a type
 CTreeInputDialogSimple tree-based dialog from which the user can select one or more items
 CVersionNumberExtends QVersionNumber to include a dedicated constructor and getter for the fourth version segment
 CWinGuiEventEncapsulates messages that are sent directly to an application window by the system on the Windows platform
 CXmlStreamReaderErrorFull error object for QXmlStreamReader, similar to other Qt classes, that can be more convenient for processing errors than just QXmlStreamReader::Error
 CXmlStreamWriterErrorFull error object for QXmlStreamWriterError, similar to other Qt classes. QXmlStreamWriter doesn't have an intrinsic error type, but this class can be useful for passing contextual error information when writing XML data so that intent is more clear
 NQxErrorPrivate
 Cadapter_registry
 NQxJsonThe QxJson namespace encapsulates the user-extensible implementation of Qx's JSON parsing facilities
 CArrayThe array class represents a JSON array node for use in error contexts
 CArrayElementThe array element key class represents a JSON Array element node for use in error contexts
 CConverterThe Converter template struct acts as an interface that carries details on how to parse JSON to various types
 CDocumentThe document class represents a JSON document node for use in error contexts
 CFileThe file class represents a JSON file node for use in error contexts
 CMemberOverrideCoverter
 CObjectThe object class represents a JSON object node for use in error contexts
 CObjectKeyThe object key class represents a JSON Object key node for use in error contexts
 CQxJsonMetaStructOutside