 unity::scopes::testing::Benchmark::ActionConfiguration | The ActionConfiguration struct constains all options controlling the benchmark of scope action activation operations |
 unity::scopes::ActionMetadata | Metadata passed to scopes for preview and activation |
 unity::scopes::testing::Benchmark::ActivationConfiguration | The ActivationConfiguration struct constains all options controlling the benchmark of scope activation operations |
 unity::scopes::ActivationResponse | Response to a result activation |
 unity::scopes::testing::AndersonDarlingTest | Implements the Anderson-Darling test for normality for the case of empirical mean and variance |
 unity::scopes::Annotation | Query link(s) that result in a new search query when clicked by the user |
 unity::scopes::testing::Benchmark | Defines an interface to provide scope authors with runtime benchmarking capabilities to be used in their own testing |
  unity::scopes::testing::InProcessBenchmark | Scope authors with runtime benchmarking capabilities. The actual runs are executed in the same process |
   unity::scopes::testing::OutOfProcessBenchmark | Scope authors with runtime benchmarking capabilities. The actual runs are executed in another process |
 unity::scopes::CannedQuery | Parameters of a search query |
 unity::scopes::Category | A set of related results returned by a scope and displayed within a single pane in the Unity dash |
  unity::scopes::testing::Category | Implementation of Category class for testing |
 unity::scopes::CategoryRenderer | A category renderer template in JSON format |
 unity::scopes::ColumnLayout | Defines a layout for preview widgets with given column setup |
 unity::scopes::Department | A department with optional sub-departments |
 Exception | |
  unity::scopes::ConfigException | Exception to indicate that something went wrong with the contents of configuration files |
  unity::scopes::MiddlewareException | Exception to indicate that something went wrong with the middleware layer |
   unity::scopes::ObjectNotExistException | Exception to indicate that a (twoway) request was sent to an object with an unknown identity |
   unity::scopes::TimeoutException | Exception to indicate that a twoway request timed out |
  unity::scopes::NotFoundException | Exception to indicate that an object wasn't found by a lookup function |
 unity::scopes::FilterBase | Base class for all implementations of filters |
  unity::scopes::OptionSelectorFilter | A selection filter that displays a list of choices and allows one or more of them to be selected |
 unity::scopes::FilterOption | Holds definition of filter option for OptionSelectorFilter |
 unity::scopes::FilterState | Captures state of multiple filters |
 unity::scopes::Link | A hyperlink (label and canned query) |
 unity::scopes::ListenerBase | Abstract base class to be notified of query completion |
  unity::scopes::ActivationListenerBase | Base class to receive a response to a result activation request |
  unity::scopes::PreviewListenerBase | Abstract base class for a scope to respond to preview requests |
  unity::scopes::SearchListenerBase | Abstract base interface that a scope specializes to receive the results of a query |
 unity::scopes::Object | The root base class for all proxies |
  unity::scopes::QueryCtrl | QueryCtrl allows a query to be cancelled |
  unity::scopes::Registry | White pages service for available scopes |
  unity::scopes::Reply | Allows query termination to be sent to the source of a query |
   unity::scopes::PreviewReply | Allows the results of a preview to be sent to the preview requester |
   unity::scopes::SearchReply | Allows the results of a search query to be sent to the query source |
  unity::scopes::Scope | Allows queries, preview requests, and activation requests to be sent to a scope |
 unity::scopes::testing::Benchmark::PreviewConfiguration | The PreviewConfiguration struct constains all options controlling the benchmark of scope preview operations |
 unity::scopes::PreviewWidget | A widget for a preview |
 unity::scopes::QueryBase | Abstract server-side base interface for a query that is executed inside a scope |
  unity::scopes::ActivationQueryBase | Base class for an activation request that is executed inside a scope |
  unity::scopes::PreviewQueryBase | Abstract base class to represent a particular preview |
  unity::scopes::SearchQueryBase | Abstract base class to represent a particular query |
 unity::scopes::testing::Benchmark::QueryConfiguration | The QueryConfiguration struct constains all options controlling the benchmark of scope query operations |
 unity::scopes::testing::Benchmark::Result | The Result struct encapsulates all of the result gathered from one individual benchmark run consisting of multiple independent trials |
 unity::scopes::Result | The attributes of a result returned by a Scope |
  unity::scopes::CategorisedResult | A result, including the category it belongs to |
  unity::scopes::testing::Result | A simple class implementation of unity::scopes::Result that provides a default constructor |
 unity::scopes::testing::AndersonDarlingTest::Result | Executing the test returns a set of hypothesis that have to be evaluated at the desired confidence level |
 unity::scopes::testing::StudentsTTest::Result | Executing the test returns a set of hypothesis that have to be evaluated at the desired confidence level |
 unity::scopes::Runtime | The main object for query originators to access the scopes run time |
 unity::scopes::testing::Sample | Models the interface to a sample of raw observations and their statistical properties |
  unity::scopes::testing::Benchmark::Result::Timing | |
 unity::scopes::ScopeBase | Base class for a scope implementation |
 unity::scopes::ScopeMetadata | Holds scope attributes such as name, description, icon etc |
 unity::scopes::SearchMetadata | Metadata passed with search requests |
 unity::scopes::testing::Benchmark::StatisticsConfiguration | The StatisticsConfiguration struct contains options controlling the calculation of benchmark result statistics |
 unity::scopes::testing::StudentsTTest | Implements different variants of the Student's T-test (see http://en.wikipedia.org/wiki/Student's_t-test) |
 unity::scopes::testing::Benchmark::TrialConfiguration | The TrialConfiguration struct contains options controlling the execution of individual trials |
 unity::scopes::Variant | Simple variant class that can hold an integer, boolean, string, double, dictionary, array or null value |
 unity::scopes::VariantBuilder | Helper class for creating and populating Variant containers |