Unity Scopes API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 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::testing::OutOfProcessBenchmarkScope authors with runtime benchmarking capabilities. The actual runs are executed in another 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::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::ObjectNotExistExceptionException to indicate that a (twoway) request was sent to an object with an unknown identity
 Cunity::scopes::TimeoutExceptionException to indicate that a twoway request timed out
 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::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
 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::PreviewReplyAllows the results of a preview to be sent to the preview requester
 Cunity::scopes::SearchReplyAllows the results of a search query to be sent to the query source
 Cunity::scopes::ScopeAllows queries, preview requests, and activation requests to be sent to a scope
 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::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::testing::AndersonDarlingTest::ResultExecuting the test returns a set of hypothesis that have to be evaluated at the desired confidence level
 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::testing::Benchmark::ResultThe Result struct encapsulates all of the result gathered from one individual benchmark run consisting of multiple independent trials
 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::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)
 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