AbstractFactory | An Abstract Factory interface |
ActionEditorDialog | A dialog for editing a single action |
ActionTableEditor | Dialog for editing shortcuts in a table view |
ActionTableModel | An editable table model for keyboard shorcuts of QActions, used by ActionTableEditor |
ActivityButton | A QPushButton which will show a spinny icon if you setActive(true) |
ActivityItem | A QStandardItem with an activity spinner |
ActivityView | A test view for ActivityIcon |
Address | Abstract base class - not instantiable |
AudioMetaData | A simple typedef for MetaDataObject |
Country | Example DataObject |
CustomerList | This class manages a collection of customers, through the child object list |
DataObject | Common base class for some cloneable reflectable data structures |
DataObjectTableModel | An example TableModel for a QList<QSharedPointer<DataObject> > This class uses the metaproperties API to extract the header information to display in the table, and contains a QList<DataObject*> for row data |
DbConnectionSettings | Simple class that saves a QSqlDatabase settings to QSettings |
DocbookDoc | A docbook/XML document |
DocbookWalker | A class designed for traversing and transforming Docbook Documents |
Enum | An object-oriented enumerator class |
MetaDataFunctor | Given a filename, fetches metadata |
TagLib::MetaDataLoader | Loads metadata from mp3 files using TagLib 1.6.3 |
Abstract::MetaDataLoader | Abstract Interface for loading metadata from files |
Phonon::MetaDataLoader | Class that loads metadata tags via the PhononItem class |
MetaDataLoaderProgressWidget | A cancel button and progress widget hooked up to a MetaDataLoader |
MetaDataObject | A MetaDataValue with QObject properties, allowing for reflection |
MetaDataTable | Wrapper for Sql Table "MetaData" |
MetaDataValue | Simple Value type for audio metadata |
MetaDataWidget | A widget that can display and edit values in a MetaDataObject |
ObjectFactory | ObjectFactory - a default AbstractFactory |
PhononItem | A wrapper around Phonon::MediaSource |
PlayListDb | Provides/manages tables of playlists stored in SQL database |
Preference | A Preference Enum class, that defines preferences for mp3 tracks similar to what is in musicmatch |
QOB_signal_record | A record that keeps count of how many times a signal was emitted |
QObjectBrowser | A Object Browser, traversing the tree of QObjects that is your application, with maximal possible metadata details |
QObjectBrowserAction | Toggle an initially invisible QObjectBrowser window |
QObjectBrowserControl | A Designer widget - see qobjectbrowser.ui |
QObjectReader | Parses XML and returns QObject trees |
QObjectTreeModel | A concrete tree model implemented from QAbstractItemModel, that allows a QTreeView to inspect the QObjects in memory, and all of their QMetaObject/Property/Type/Method info |
QObjectWriter | Writes out QObject properties and child objects in an XML format that can be read in later |
SimpleDelegate | A simple item delegate for MetaDataObject properties |
StdinReader | A simple I/O interface for reading properties of DataObjects from standard input |
TimeDisplay | A read-only QTimeEdit for displaying track duration |
VariantWriter | An easy way to provide additional writers for specific user types |