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