Classified ads
|
CAboutDialog | Class for displaying brief information about this sw |
CAttachmentListDialog | Class for dialog for listing (attached) files |
CBinaryFile | Carrier-class for binary blob |
CBinaryFileListingModel | Model-class for helping display of shared binary blobs, usually from a profile |
CBinaryFileModel | This is part of datamodel for any binary blobs |
CCA | Carrier-class for classified ad |
CCAListingModel | Model-class for helping display of classified ads |
▼CClassifiedAdsModel | This is part of datamodel for storage/retrieval of classified ads |
CCAObserver | |
▼CConnection | Class that represents a network connection |
CConnectionObserver | Interface for receiving network traffic |
▼CConnectionListingModel | Model-class for displaying open network connections This is the underlying data-container of the "network status" dialog |
CConnectionDisplayItemStructure | |
CContact | Carrier-class for a profile that is in contacts-list |
CContactListingModel | Model-class for performing search on contact-list contacts This is supposed to act as an underlying data-container for an user-interface view (QTableView etc.) |
CContentEncryptionModel | This is content-crypto-operations-specific part of the datamodel |
CController | Class for keeping app state |
CDialogBase | Base-class for content-posting dialogs of classified ads |
CEditContactDialog | Class for editing a contact-list item |
CFrontWidget | |
CHash | Hash is class that carries 160-bit digest |
CManualConnectionDialog | Class for manually adding node connection wishlist-item |
CMController | Pure-virtual interface class for controller. This is spammed across parties needing access to application controller. Reason for this interface is that for testing purposes we can replace real controller with a dummy mock-up |
CMModelProtocolInterface | Pure-virtual interface of datamodel for message parser to use |
CMNodeModelProtocolInterface | Pure-virtual interface of nodemodel |
CMockUpController | Controller for testing purposes only. Not included in real binary |
CMockUpModel | Not a real datamodel. debugging aid |
CMockUpNodeModel | Not a real part datamodel. debugging aid |
CModel | M of the MVC pattern. Handles permanent storage |
CModelBase | Datamodel-parts common part. this is inherited and contains common funcs |
CNetworkConnectorEngine | Class that will initiate 1 or more network connections |
CNetworkListener | Class for listening to incoming network connections |
▼CNetworkRequestExecutor | Logic for handling tasks received from other peers or from user |
CNetworkRequestQueueItem | Work queue item |
CNewClassifiedAdDialog | Class for allowing posting of new classified ad |
CNewPrivMessageDialog | Class for allowing posting of a message to named recipient |
CNewProfileCommentDialog | Class for allowing posting of a comment about user profile |
CNode | Node is a peer in network |
CNodeModel | This is node-specific part of the datamodel |
CPasswdDialog | Class for querying a password from user |
▼CPrivateMessageSearchModel | Model-class for performing search on private messages. This is supposed to act as an underlying data-container for an user-interface view (QListView etc.) |
CPrivateMessageListItem | |
CPrivMessage | Carrier-class for private msg inside classified ads |
CPrivMessageModel | This is is part of datamodel for storing private messages |
CProfile | Carrier-class for user-profile data |
CProfileComment | Carrier-class for comments of a profile |
CProfileCommentDisplay | Class for display of single classified ad |
CProfileCommentItemDelegate | Class for displaying single profile comment in a list view |
▼CProfileCommentListingModel | Model-class for performing search on comments about a profile. This is supposed to act as an underlying data-container for an user-interface view (QListView etc.) |
CProfileCommentListItem | |
CProfileCommentModel | This is is part of datamodel for storing comments of user profiles |
CProfileModel | This is is part of datamodel for storing user profiles |
CProfileReadersDialog | Class for allowing edit of profile readers list |
CProfileReadersListingModel | Model-class for helping display of readers of a profile |
CProfileSearchModel | Model-class for performing a name-based search of profiles. This is supposed to act as an underlying data-container for an user-interface view (QListView etc.) |
CProtocolMessageFormatter | This class produces items sent to peers over network |
CProtocolMessageParser | Class containing routines for parsing protocol messages. Methods are mainly called from network connection instances and this class will forward the parsed protocol entities to datamodel |
CPublishingEngine | Network-connection logic relating content publish demands |
CPublishItem | Carrier for keeping state of item about to be published |
CRetrievalEngine | Network-connection logic relating fetching items from DHT |
CSearchDisplay | Class for search dialog |
▼CSearchModel | Model-class for performing text-based searches on objects in db This datamodel part is dual-use ; it inherits listmodel so that it may be used as underlaying data-container for list views. It may also be used as engine of network searches that happen invisibly to user e.g. those queries do not modify the content shown to UI via QAbstractListModel |
CSearchResultItemStruct | |
CSendQueueItem | Send-queue item |
CSettingsDialog | Class for editing node-wide settings |
CStatusDialog | Class for displaying connections status |
CTextEdit | Text editor class |