Qx v0.5.8
Qt Extensions Library
|
▼NQx | The Qx namespace is the main namespace through which all non-global functionality of the Qx library is accessed |
CAbstractError | The AbstractError template class completes the Error interface and acts as the base class from which specific error types are implemented |
CApplicationDesktopEntry | Application type desktop entry |
CApplicationLogger | Acts as a convenient means of producing an execution log for an application |
CArray | Collection of static functions pertaining to C-style arrays |
CAsyncDownloadManager | Used to queue and process one or more downloads in an asynchronous manner using signals and slots |
CBase85 | Base85 encoded string |
CBase85Encoding | Parameters of a particular Base85 string encoding |
CBase85ParseError | Used to report errors while parsing a Base85 encoded string |
CBitArray | More robust variant of QBitArray, which provides an array of bits |
CByteArray | Collection of static functions pertaining to QByteArray |
CChar | Collection of static functions pertaining to character types |
CColor | Collection of static functions pertaining to colors |
CCumulation | The Cumulation template class tracks the sum of multiple key-value components that can be changed independently |
CDateTime | Collection of static functions pertaining to date and time |
CDesktopAction | Details of a ApplicationDesktopEntry action |
CDesktopEntry | Base functionality common to all Linux desktop entry files |
CDirectoryDesktopEntry | A Directory type desktop entry |
CDownloadManagerReport | Details the outcome of processing an AsyncDownloadManager or SyncDownloadManager queue |
CDownloadOpReport | Details the result of a single file download |
CDownloadTask | The DownloadTask struct contains the information necessary to download a file from a URL |
CDsvParseError | Used to report errors while parsing an array of delimiter separated values |
CDsvTable | Mutable representation of delimiter-separated values |
CError | Acts as an interface for an extensible variety of error objects |
CExclusiveAccess | The ExclusiveAccess template class is a convenience class that simplifies access to resources secured by a mutex |
▼CFileDetails | Acts 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 |
CStringTable | A structure that contains all of the translation dependent optional fields of a file's details |
CTranslation | A 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 |
CFileStreamReader | Specialized wrapper for QDataStream that narrows and simplifies its usage for reading files |
CFileStreamWriter | Specialized wrapper for QDataStream that narrows and simplifies its usage for writing files |
CFreeIndexTracker | Tracks which slots from a given range of indices are in use and which are available |
CGenericError | Multi-purpose container for storing error information |
CGroupedProgressManager | Produces an overall progress value from a collection of progress groups |
CIError | IError defines the baseline inheritance interface for Qx error types |
CIndex | The Index template class provides a wrapper for integers with the notion of 'first', 'last' and 'null' |
CIntegrity | Collection of static functions pertaining to data completeness |
CIoOpReport | Container for details regarding the outcome of an IO operation |
CJsonError | Used to report errors related to JSON manipulation |
CLinkDesktopEntry | A Link type desktop entry |
CList | Collection of static functions pertaining to lists |
CLoginDialog | Modal dialog that prompts a user for a username and password |
CNetworkReplyError | Full error object for QNetworkReply, similar to other Qt classes, that can be more convenient for processing errors than just QNetworkReply::NetworkError |
CProcessBider | Monitors the presence of a process and signals when that process ends |
CProcessBiderError | Describes errors than can occur during process biding |
CProgressGroup | Distinct portion of overall progress to be mediated by GroupedProgressManager |
CQJsonParseErrorAdapter | Allows QJsonParseError to be used via the Qx::Error interface |
CRegularExpression | Collection of convenient regular expression statements |
CSetOnce | The SetOnce template class acts as a container for a value that can only be set once |
CShortcutProperties | The ShortcutProperties struct acts as a user-friendly container for holding IShellLink data, which are the varies properties of a Windows .lnk shortcut |
CStandardItemModel | More robust variant of QStandardItemModel, which is a generic model for storing custom data |
CString | Collection of static functions pertaining to string types |
CStringLiteral | The 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 |
CSyncDownloadManager | Used to queue and process one or more downloads in a synchronous manner |
CSystemError | Encapsulates system generated errors as an Qx::Error interface compatible object |
CTable | The Table class is a template class that provides a dynamic two-dimensional array |
CTaskbarButton | Windows taskbar button for a top-level window |
CTextPos | Used to represent an offset within a text file in terms of lines and characters |
CTextQuery | Rules for conducting a search of text |
CTextStream | More robust variant of QTextStream, which provides a convenient interface for reading and writing text |
CTextStreamReader | Specialized wrapper for QTextStream that narrows and simplifies its usage for reading text files |
CTextStreamWriter | Specialized wrapper for QTextStream that narrows and simplifies its usage for writing text files |
CTraverser | The Traverser template class provides a const_iterator wrapper for an alternate approach to iterating over a type |
CTreeInputDialog | Simple tree-based dialog from which the user can select one or more items |
CVersionNumber | Extends QVersionNumber to include a dedicated constructor and getter for the fourth version segment |
CWinGuiEvent | Encapsulates messages that are sent directly to an application window by the system on the Windows platform |
CXmlStreamReaderError | Full error object for QXmlStreamReader, similar to other Qt classes, that can be more convenient for processing errors than just QXmlStreamReader::Error |
CXmlStreamWriterError | Full 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 | |
▼NQxJson | The QxJson namespace encapsulates the user-extensible implementation of Qx's JSON parsing facilities |
CArray | The array class represents a JSON array node for use in error contexts |
CArrayElement | The array element key class represents a JSON Array element node for use in error contexts |
CConverter | The Converter template struct acts as an interface that carries details on how to parse/serialize JSON to various types |
CDocument | The document class represents a JSON document node for use in error contexts |
CFile | The file class represents a JSON file node for use in error contexts |
CMemberOverrideCoverter | |
CObject | The object class represents a JSON object node for use in error contexts |
CObjectKey | The object key class represents a JSON Object key node for use in error contexts |
CQxJsonMetaStructOutside | |
CqxFuncAggregate |