| ▼Nunity | Top-level namespace for all things Unity-related |
| ▼Nscopes | Top-level namespace for public functionality of the Unity scopes API |
| ▼Nqt | |
| CHttpAsyncReader | Class that downloads http files asynchronously |
| CJsonAsyncReader | Class that downloads http JSON files asynchronously |
| CJsonReader | Class that downloads http JSON files synchronously |
| CQActionMetadata | Metadata passed to scopes for preview and activation |
| CQCannedQuery | Parameters of a search query |
| CQCategorisedResult | A result, including the category it belongs to |
| CQCategory | A set of related results returned by a scope and displayed within a single pane in the Unity dash |
| CQColumnLayout | Represents a column layout |
| CQDepartment | A department with optional sub-departments |
| CQPreviewQueryBase | Abstract base class to represent a particular preview |
| CQPreviewQueryBaseAPI | Abstract base class to represent a particular preview |
| CQPreviewReply | Allows the results of a preview to be sent to the preview requester |
| CQPreviewWidget | Widget used in Preview |
| CQResult | The attributes of a result returned by a Scope |
| CQScopeBase | Base class for a scope implementation |
| CQScopeBaseAPI | |
| CQSearchMetadata | Metadata passed with search requests |
| CQSearchQueryBase | Abstract base class to represent a particular query |
| CQSearchQueryBaseAPI | Abstract base class to represent a particular query |
| CQSearchReply | Allows the results of a search query to be sent to the query source |
| CQVariantBuilder | Helper class for creating and populating QVariant containers |
| CXmlAsyncReader | Class that downloads http XML files asynchronously |
| CXmlReader | Class that downloads http XML files synchronously |
| ▼Ntesting | |
| ►CAndersonDarlingTest | Implements the Anderson-Darling test for normality for the case of empirical mean and variance |
| CResult | Executing the test returns a set of hypothesis that have to be evaluated at the desired confidence level |
| ►CBenchmark | Defines an interface to provide scope authors with runtime benchmarking capabilities to be used in their own testing |
| CActionConfiguration | The ActionConfiguration struct constains all options controlling the benchmark of scope action activation operations |
| CActivationConfiguration | The ActivationConfiguration struct constains all options controlling the benchmark of scope activation operations |
| CPreviewConfiguration | The PreviewConfiguration struct constains all options controlling the benchmark of scope preview operations |
| CQueryConfiguration | The QueryConfiguration struct constains all options controlling the benchmark of scope query operations |
| ►CResult | The Result struct encapsulates all of the result gathered from one individual benchmark run consisting of multiple independent trials |
| CTiming | |
| CStatisticsConfiguration | The StatisticsConfiguration struct contains options controlling the calculation of benchmark result statistics |
| CTrialConfiguration | The TrialConfiguration struct contains options controlling the execution of individual trials |
| CCategory | Implementation of Category class for testing |
| CInProcessBenchmark | Scope authors with runtime benchmarking capabilities. The actual runs are executed in the same process |
| CMockPreviewReply | Mock for unity::scopes::PreviewReply class |
| CMockSearchReply | Mock for unity::scopes::SearchReply class |
| COutOfProcessBenchmark | Scope authors with runtime benchmarking capabilities. The actual runs are executed in another process |
| CResult | A simple class implementation of unity::scopes::Result that provides a default constructor |
| CSample | Models the interface to a sample of raw observations and their statistical properties |
| ►CStudentsTTest | Implements different variants of the Student's T-test (see http://en.wikipedia.org/wiki/Student's_t-test) |
| CResult | Executing the test returns a set of hypothesis that have to be evaluated at the desired confidence level |
| CTypedScopeFixture | Fixture for testing scope testing |
| ▼Nutility | |
| CBufferedResultForwarder | Base class for a client to receive and buffer the results of a query until another BufferedResultForwarder becomes ready |
| CAbstractScopeBase | Abstract base class for a scope implementation |
| CActionMetadata | Metadata passed to scopes for preview and activation |
| CActivationListenerBase | Base class to receive a response to a result activation request |
| CActivationQueryBase | Base class for an activation request that is executed inside a scope |
| CActivationResponse | Response to a result activation |
| CCannedQuery | Parameters of a search query |
| CCategorisedResult | A result, including the category it belongs to |
| CCategory | A set of related results returned by a scope and displayed within a single pane in the Unity dash |
| CCategoryRenderer | A category renderer template in JSON format |
| CChildScope | A container for details about an aggregator's child scope |
| CColumnLayout | Defines a layout for preview widgets with given column setup |
| CCompletionDetails | A container for details about the completion status of a query as well as any additional information regarding the operation of the request |
| CConfigException | Exception to indicate that something went wrong with the contents of configuration files |
| CDepartment | A department with optional sub-departments |
| CFilterBase | Base class for all implementations of filters |
| CFilterGroup | Groups several filters into an expandable widget in the UI |
| CFilterOption | Holds definition of filter option for OptionSelectorFilter |
| CFilterState | Stores the state of multiple filters |
| CLink | A hyperlink (label and canned query) |
| CListenerBase | Abstract base class to be notified of request completion (such as a query or activation request) |
| CLocation | Holds location attributes such as latitude, longitude, etc |
| CMiddlewareException | Exception to indicate that something went wrong with the middleware layer |
| CNotFoundException | Exception to indicate that an object wasn't found by a lookup function |
| CObject | The root base class for all proxies |
| CObjectNotExistException | Exception to indicate that a (twoway) request was sent to an object with an unknown identity |
| ▼COnlineAccountClient | A simple interface for integrating online accounts access and monitoring into scopes |
| CServiceStatus | A container for details about a service's status and authorization parameters |
| COperationInfo | A container for details about something of interest that occurs during the operation of a request |
| COptionSelectorFilter | A selection filter that displays a list of choices and allows one or more of them to be selected |
| CPreviewListenerBase | Abstract base class for a scope to respond to preview requests |
| CPreviewQueryBase | Abstract base class to represent a particular preview |
| CPreviewReply | Allows the results of a preview to be sent to the preview requester |
| CPreviewWidget | A widget for a preview |
| CQueryBase | Abstract server-side base interface for a query that is executed inside a scope |
| CQueryCtrl | QueryCtrl allows a query to be cancelled |
| CQueryMetadata | Base class for extra metadata passed to scopes as a part of a request |
| CRangeInputFilter | A range filter allows a start and end value to be entered by the user |
| CRegistry | White pages service for available scopes |
| CReply | Allows query termination to be sent to the source of a query |
| CResult | The attributes of a result returned by a Scope |
| CRuntime | The main object for query originators to access the scopes runtime |
| CScope | Allows queries, preview requests, and activation requests to be sent to a scope |
| CScopeBase | Base class for a scope implementation |
| CScopeMetadata | Holds scope attributes such as name, description, icon etc |
| CSearchListenerBase | Abstract base interface for a client to receive the results of a query |
| CSearchMetadata | Metadata passed with search requests |
| CSearchQueryBase | Abstract base class to represent a particular query |
| CSearchReply | Allows the results of a search query to be sent to the query source |
| CTimeoutException | Exception to indicate that a twoway request timed out |
| CValueSliderFilter | A value slider filter that allows for selecting a value within a given range |
| CValueSliderLabels | Labels used by a ValueSliderFilter |
| CVariant | Simple variant class that can hold an integer, boolean, string, double, dictionary, array or null value |
| CVariantBuilder | Helper class for creating and populating Variant containers |