▼Cunity::scopes::AbstractScopeBase | Abstract base class for a scope implementation |
►Cunity::scopes::ScopeBase | Base class for a scope implementation |
Cunity::scopes::qt::QScopeBaseAPI | |
Cunity::scopes::testing::Benchmark::ActionConfiguration | The ActionConfiguration struct constains all options controlling the benchmark of scope action activation operations |
Cunity::scopes::testing::Benchmark::ActivationConfiguration | The ActivationConfiguration struct constains all options controlling the benchmark of scope activation operations |
Cunity::scopes::ActivationResponse | Response to a result activation |
Cunity::scopes::testing::AndersonDarlingTest | Implements the Anderson-Darling test for normality for the case of empirical mean and variance |
▼Cunity::scopes::testing::Benchmark | Defines an interface to provide scope authors with runtime benchmarking capabilities to be used in their own testing |
►Cunity::scopes::testing::InProcessBenchmark | Scope authors with runtime benchmarking capabilities. The actual runs are executed in the same process |
Cunity::scopes::testing::OutOfProcessBenchmark | Scope authors with runtime benchmarking capabilities. The actual runs are executed in another process |
Cunity::scopes::CannedQuery | Parameters of a search query |
▼Cunity::scopes::Category | A set of related results returned by a scope and displayed within a single pane in the Unity dash |
Cunity::scopes::testing::Category | Implementation of Category class for testing |
Cunity::scopes::CategoryRenderer | A category renderer template in JSON format |
Cunity::scopes::ChildScope | A container for details about an aggregator's child scope |
Cunity::scopes::ColumnLayout | Defines a layout for preview widgets with given column setup |
Cunity::scopes::CompletionDetails | A container for details about the completion status of a query as well as any additional information regarding the operation of the request |
Cunity::scopes::Department | A department with optional sub-departments |
▼CException | |
Cunity::scopes::ConfigException | Exception to indicate that something went wrong with the contents of configuration files |
►Cunity::scopes::MiddlewareException | Exception to indicate that something went wrong with the middleware layer |
Cunity::scopes::ObjectNotExistException | Exception to indicate that a (twoway) request was sent to an object with an unknown identity |
Cunity::scopes::TimeoutException | Exception to indicate that a twoway request timed out |
Cunity::scopes::NotFoundException | Exception to indicate that an object wasn't found by a lookup function |
▼Cunity::scopes::FilterBase | Base class for all implementations of filters |
Cunity::scopes::OptionSelectorFilter | A selection filter that displays a list of choices and allows one or more of them to be selected |
Cunity::scopes::FilterOption | Holds definition of filter option for OptionSelectorFilter |
Cunity::scopes::FilterState | Captures state of multiple filters |
Cunity::scopes::qt::HttpAsyncReader | Class that downloads http files asynchronously |
Cunity::scopes::qt::JsonAsyncReader | Class that downloads http JSON files asynchronously |
Cunity::scopes::qt::JsonReader | Class that downloads http JSON files synchronously |
Cunity::scopes::Link | A hyperlink (label and canned query) |
▼Cunity::scopes::ListenerBase | Abstract base class to be notified of request completion (such as a query or activation request) |
Cunity::scopes::ActivationListenerBase | Base class to receive a response to a result activation request |
Cunity::scopes::PreviewListenerBase | Abstract base class for a scope to respond to preview requests |
►Cunity::scopes::SearchListenerBase | Abstract base interface for a client to receive the results of a query |
Cunity::scopes::utility::BufferedResultForwarder | Base class for a client to receive and buffer the results of a query until another BufferedResultForwarder becomes ready |
Cunity::scopes::Location | Holds location attributes such as latitude, longitude, etc |
▼CMockObject | |
Cunity::scopes::testing::MockPreviewReply | Mock for unity::scopes::PreviewReply class |
▼CMockObject | |
Cunity::scopes::testing::MockSearchReply | Mock for unity::scopes::SearchReply class |
▼Cunity::scopes::Object | The root base class for all proxies |
Cunity::scopes::QueryCtrl | QueryCtrl allows a query to be cancelled |
Cunity::scopes::Registry | White pages service for available scopes |
►Cunity::scopes::Reply | Allows query termination to be sent to the source of a query |
►Cunity::scopes::PreviewReply | Allows the results of a preview to be sent to the preview requester |
Cunity::scopes::testing::MockPreviewReply | Mock for unity::scopes::PreviewReply class |
►Cunity::scopes::SearchReply | Allows the results of a search query to be sent to the query source |
Cunity::scopes::testing::MockSearchReply | Mock for unity::scopes::SearchReply class |
Cunity::scopes::Scope | Allows queries, preview requests, and activation requests to be sent to a scope |
Cunity::scopes::OnlineAccountClient | A simple interface for integrating online accounts access and monitoring into scopes |
Cunity::scopes::OperationInfo | A container for details about something of interest that occurs during the operation of a request |
Cunity::scopes::testing::Benchmark::PreviewConfiguration | The PreviewConfiguration struct constains all options controlling the benchmark of scope preview operations |
Cunity::scopes::PreviewWidget | A widget for a preview |
Cunity::scopes::qt::QActionMetadata | Metadata passed to scopes for preview and activation |
Cunity::scopes::qt::QCannedQuery | Parameters of a search query |
Cunity::scopes::qt::QCategory | A set of related results returned by a scope and displayed within a single pane in the Unity dash |
Cunity::scopes::qt::QColumnLayout | Represents a column layout |
Cunity::scopes::qt::QDepartment | A department with optional sub-departments |
▼CQObject | |
Cunity::scopes::qt::QPreviewQueryBase | Abstract base class to represent a particular preview |
Cunity::scopes::qt::QPreviewQueryBaseAPI | Abstract base class to represent a particular preview |
Cunity::scopes::qt::QPreviewReply | Allows the results of a preview to be sent to the preview requester |
Cunity::scopes::qt::QScopeBase | Base class for a scope implementation |
Cunity::scopes::qt::QSearchQueryBase | Abstract base class to represent a particular query |
Cunity::scopes::qt::QSearchQueryBaseAPI | Abstract base class to represent a particular query |
Cunity::scopes::qt::QSearchReply | Allows the results of a search query to be sent to the query source |
Cunity::scopes::qt::QPreviewWidget | Widget used in Preview |
▼Cunity::scopes::qt::QResult | The attributes of a result returned by a Scope |
Cunity::scopes::qt::QCategorisedResult | A result, including the category it belongs to |
Cunity::scopes::qt::QSearchMetadata | Metadata passed with search requests |
▼Cunity::scopes::QueryBase | Abstract server-side base interface for a query that is executed inside a scope |
Cunity::scopes::ActivationQueryBase | Base class for an activation request that is executed inside a scope |
►Cunity::scopes::PreviewQueryBase | Abstract base class to represent a particular preview |
Cunity::scopes::qt::QPreviewQueryBaseAPI | Abstract base class to represent a particular preview |
►Cunity::scopes::SearchQueryBase | Abstract base class to represent a particular query |
Cunity::scopes::qt::QSearchQueryBaseAPI | Abstract base class to represent a particular query |
Cunity::scopes::testing::Benchmark::QueryConfiguration | The QueryConfiguration struct constains all options controlling the benchmark of scope query operations |
▼Cunity::scopes::QueryMetadata | Base class for extra metadata passed to scopes as a part of a request |
Cunity::scopes::ActionMetadata | Metadata passed to scopes for preview and activation |
Cunity::scopes::SearchMetadata | Metadata passed with search requests |
Cunity::scopes::qt::QVariantBuilder | Helper class for creating and populating QVariant containers |
Cunity::scopes::testing::AndersonDarlingTest::Result | Executing the test returns a set of hypothesis that have to be evaluated at the desired confidence level |
Cunity::scopes::testing::Benchmark::Result | The Result struct encapsulates all of the result gathered from one individual benchmark run consisting of multiple independent trials |
Cunity::scopes::testing::StudentsTTest::Result | Executing the test returns a set of hypothesis that have to be evaluated at the desired confidence level |
▼Cunity::scopes::Result | The attributes of a result returned by a Scope |
Cunity::scopes::CategorisedResult | A result, including the category it belongs to |
Cunity::scopes::testing::Result | A simple class implementation of unity::scopes::Result that provides a default constructor |
Cunity::scopes::Runtime | The main object for query originators to access the scopes run time |
▼Cunity::scopes::testing::Sample | Models the interface to a sample of raw observations and their statistical properties |
Cunity::scopes::testing::Benchmark::Result::Timing | |
Cunity::scopes::ScopeMetadata | Holds scope attributes such as name, description, icon etc |
Cunity::scopes::OnlineAccountClient::ServiceStatus | A container for details about a service's status and authorization parameters |
Cunity::scopes::testing::Benchmark::StatisticsConfiguration | The StatisticsConfiguration struct contains options controlling the calculation of benchmark result statistics |
Cunity::scopes::testing::StudentsTTest | Implements different variants of the Student's T-test (see http://en.wikipedia.org/wiki/Student's_t-test) |
▼CTest | |
Cunity::scopes::testing::TypedScopeFixture< Scope > | Fixture for testing scope testing |
Cunity::scopes::testing::Benchmark::TrialConfiguration | The TrialConfiguration struct contains options controlling the execution of individual trials |
Cunity::scopes::Variant | Simple variant class that can hold an integer, boolean, string, double, dictionary, array or null value |
Cunity::scopes::VariantBuilder | Helper class for creating and populating Variant containers |
Cunity::scopes::qt::XmlAsyncReader | Class that downloads http XML files asynchronously |
Cunity::scopes::qt::XmlReader | Class that downloads http XML files synchronously |