Unity Scopes API
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 Cunity::scopes::AbstractScopeBaseAbstract base class for a scope implementation
 Cunity::scopes::ScopeBaseBase class for a scope implementation
 Cunity::scopes::testing::Benchmark::ActionConfigurationThe ActionConfiguration struct constains all options controlling the benchmark of scope action activation operations
 Cunity::scopes::testing::Benchmark::ActivationConfigurationThe ActivationConfiguration struct constains all options controlling the benchmark of scope activation operations
 Cunity::scopes::ActivationResponseResponse to a result activation
 Cunity::scopes::testing::AndersonDarlingTestImplements the Anderson-Darling test for normality for the case of empirical mean and variance
 Cunity::scopes::testing::BenchmarkDefines an interface to provide scope authors with runtime benchmarking capabilities to be used in their own testing
 Cunity::scopes::testing::InProcessBenchmarkScope authors with runtime benchmarking capabilities. The actual runs are executed in the same process
 Cunity::scopes::CannedQueryParameters of a search query
 Cunity::scopes::CategoryA set of related results returned by a scope and displayed within a single pane in the Unity dash
 Cunity::scopes::testing::CategoryImplementation of Category class for testing
 Cunity::scopes::CategoryRendererA category renderer template in JSON format
 Cunity::scopes::ChildScopeA container for details about an aggregator's child scope
 Cunity::scopes::ColumnLayoutDefines a layout for preview widgets with given column setup
 Cunity::scopes::CompletionDetailsA container for details about the completion status of a query as well as any additional information regarding the operation of the request
 Cunity::scopes::DepartmentA department with optional sub-departments
 CException
 Cunity::scopes::ConfigExceptionException to indicate that something went wrong with the contents of configuration files
 Cunity::scopes::MiddlewareExceptionException to indicate that something went wrong with the middleware layer
 Cunity::scopes::NotFoundExceptionException to indicate that an object wasn't found by a lookup function
 Cunity::scopes::FilterBaseBase class for all implementations of filters
 Cunity::scopes::OptionSelectorFilterA selection filter that displays a list of choices and allows one or more of them to be selected
 Cunity::scopes::FilterOptionHolds definition of filter option for OptionSelectorFilter
 Cunity::scopes::FilterStateCaptures state of multiple filters
 Cunity::scopes::qt::HttpAsyncReaderClass that downloads http files asynchronously
 Cunity::scopes::qt::JsonAsyncReaderClass that downloads http JSON files asynchronously
 Cunity::scopes::qt::JsonReaderClass that downloads http JSON files synchronously
 Cunity::scopes::LinkA hyperlink (label and canned query)
 Cunity::scopes::ListenerBaseAbstract base class to be notified of request completion (such as a query or activation request)
 Cunity::scopes::ActivationListenerBaseBase class to receive a response to a result activation request
 Cunity::scopes::PreviewListenerBaseAbstract base class for a scope to respond to preview requests
 Cunity::scopes::SearchListenerBaseAbstract base interface for a client to receive the results of a query
 Cunity::scopes::LocationHolds location attributes such as latitude, longitude, etc
 CMockObject
 Cunity::scopes::testing::MockPreviewReplyMock for unity::scopes::PreviewReply class
 CMockObject
 Cunity::scopes::testing::MockSearchReplyMock for unity::scopes::SearchReply class
 Cunity::scopes::ObjectThe root base class for all proxies
 Cunity::scopes::QueryCtrlQueryCtrl allows a query to be cancelled
 Cunity::scopes::RegistryWhite pages service for available scopes
 Cunity::scopes::ReplyAllows query termination to be sent to the source of a query
 Cunity::scopes::ScopeAllows queries, preview requests, and activation requests to be sent to a scope
 Cunity::scopes::OnlineAccountClientA simple interface for integrating online accounts access and monitoring into scopes
 Cunity::scopes::OperationInfoA container for details about something of interest that occurs during the operation of a request
 Cunity::scopes::testing::Benchmark::PreviewConfigurationThe PreviewConfiguration struct constains all options controlling the benchmark of scope preview operations
 Cunity::scopes::PreviewWidgetA widget for a preview
 Cunity::scopes::qt::QActionMetadataMetadata passed to scopes for preview and activation
 Cunity::scopes::qt::QCannedQueryParameters of a search query
 Cunity::scopes::qt::QCategoryA set of related results returned by a scope and displayed within a single pane in the Unity dash
 Cunity::scopes::qt::QColumnLayoutRepresents a column layout
 Cunity::scopes::qt::QDepartmentA department with optional sub-departments
 CQObject
 Cunity::scopes::qt::QPreviewQueryBaseAbstract base class to represent a particular preview
 Cunity::scopes::qt::QPreviewQueryBaseAPIAbstract base class to represent a particular preview
 Cunity::scopes::qt::QPreviewReplyAllows the results of a preview to be sent to the preview requester
 Cunity::scopes::qt::QScopeBaseBase class for a scope implementation
 Cunity::scopes::qt::QSearchQueryBaseAbstract base class to represent a particular query
 Cunity::scopes::qt::QSearchQueryBaseAPIAbstract base class to represent a particular query
 Cunity::scopes::qt::QSearchReplyAllows the results of a search query to be sent to the query source
 Cunity::scopes::qt::QPreviewWidgetWidget used in Preview
 Cunity::scopes::qt::QResultThe attributes of a result returned by a Scope
 Cunity::scopes::qt::QCategorisedResultA result, including the category it belongs to
 Cunity::scopes::qt::QSearchMetadataMetadata passed with search requests
 Cunity::scopes::QueryBaseAbstract server-side base interface for a query that is executed inside a scope
 Cunity::scopes::ActivationQueryBaseBase class for an activation request that is executed inside a scope
 Cunity::scopes::PreviewQueryBaseAbstract base class to represent a particular preview
 Cunity::scopes::SearchQueryBaseAbstract base class to represent a particular query
 Cunity::scopes::testing::Benchmark::QueryConfigurationThe QueryConfiguration struct constains all options controlling the benchmark of scope query operations
 Cunity::scopes::QueryMetadataBase class for extra metadata passed to scopes as a part of a request
 Cunity::scopes::ActionMetadataMetadata passed to scopes for preview and activation
 Cunity::scopes::SearchMetadataMetadata passed with search requests
 Cunity::scopes::qt::QVariantBuilderHelper class for creating and populating QVariant containers
 Cunity::scopes::testing::AndersonDarlingTest::ResultExecuting the test returns a set of hypothesis that have to be evaluated at the desired confidence level
 Cunity::scopes::testing::Benchmark::ResultThe Result struct encapsulates all of the result gathered from one individual benchmark run consisting of multiple independent trials
 Cunity::scopes::testing::StudentsTTest::ResultExecuting the test returns a set of hypothesis that have to be evaluated at the desired confidence level
 Cunity::scopes::ResultThe attributes of a result returned by a Scope
 Cunity::scopes::CategorisedResultA result, including the category it belongs to
 Cunity::scopes::testing::ResultA simple class implementation of unity::scopes::Result that provides a default constructor
 Cunity::scopes::RuntimeThe main object for query originators to access the scopes run time
 Cunity::scopes::testing::SampleModels the interface to a sample of raw observations and their statistical properties
 Cunity::scopes::testing::Benchmark::Result::Timing
 Cunity::scopes::ScopeMetadataHolds scope attributes such as name, description, icon etc
 Cunity::scopes::OnlineAccountClient::ServiceStatusA container for details about a service's status and authorization parameters
 Cunity::scopes::testing::Benchmark::StatisticsConfigurationThe StatisticsConfiguration struct contains options controlling the calculation of benchmark result statistics
 Cunity::scopes::testing::StudentsTTestImplements 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::TrialConfigurationThe TrialConfiguration struct contains options controlling the execution of individual trials
 Cunity::scopes::VariantSimple variant class that can hold an integer, boolean, string, double, dictionary, array or null value
 Cunity::scopes::VariantBuilderHelper class for creating and populating Variant containers
 Cunity::scopes::qt::XmlAsyncReaderClass that downloads http XML files asynchronously
 Cunity::scopes::qt::XmlReaderClass that downloads http XML files synchronously