Qx v0.5.8
Qt Extensions Library
|
The IO component implements functionality centered around reading and writing files in many capacities. More...
Files | |
file | qx-common-io.h |
The qx-common-io header file provides various types, variables, and functions related to file IO. | |
Classes | |
class | Qx::ApplicationLogger |
The ApplicationLogger class acts as a convenient means of producing an execution log for an application. More... | |
class | Qx::FileStreamReader |
The FileStreamReader class is a specialized wrapper for QDataStream that narrows and simplifies its usage for reading files. More... | |
class | Qx::FileStreamWriter |
The FileStreamWriter class is a specialized wrapper for QDataStream that narrows and simplifies its usage for writing files. More... | |
class | Qx::IoOpReport |
The IoOpReport class is a container for details regarding the outcome of an IO operation. More... | |
class | Qx::TextPos |
The TextPos class is used to represent an offset within a text file in terms of lines and characters. More... | |
class | Qx::TextQuery |
The TextQuery class contains rules for conducting a search of text. More... | |
class | Qx::TextStream |
The TextStream class is a more robust variant of QTextStream, which provides a convenient interface for reading and writing text. More... | |
class | Qx::TextStreamReader |
The TextStreamReader class is a specialized wrapper for QTextStream that narrows and simplifies its usage for reading text files. More... | |
class | Qx::TextStreamWriter |
The TextStreamWriter class is a specialized wrapper for QTextStream that narrows and simplifies its usage for writing text files. More... | |
Qx IO presents a multitude of functions and classes that are designed to simplify file IO in various contexts, while also providing a standard operation feedback interface to improve ease of error handling.