Unity Scopes API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123456]
\NunityTop-level namespace for all things Unity-related
 \NscopesTop-level namespace for public functionality of the Unity scopes API
  oNtesting
  |oCBenchmarkDefines an interface to provide scope authors with runtime benchmarking capabilities to be used in their own testing
  ||oCActionConfigurationThe ActionConfiguration struct constains all options controlling the benchmark of scope action activation operations
  ||oCActivationConfigurationThe ActivationConfiguration struct constains all options controlling the benchmark of scope activation operations
  ||oCPreviewConfigurationThe PreviewConfiguration struct constains all options controlling the benchmark of scope preview operations
  ||oCQueryConfigurationThe QueryConfiguration struct constains all options controlling the benchmark of scope query operations
  ||oCResultThe Result struct encapsulates all of the result gathered from one individual benchmark run consisting of multiple independent trials
  |||\CTiming
  ||oCStatisticsConfigurationThe StatisticsConfiguration struct contains options controlling the calculation of benchmark result statistics
  ||\CTrialConfigurationThe TrialConfiguration struct contains options controlling the execution of individual trials
  |oCCategoryImplementation of Category class for testing
  |oCInProcessBenchmarkScope authors with runtime benchmarking capabilities. The actual runs are executed in the same process
  |oCOutOfProcessBenchmarkScope authors with runtime benchmarking capabilities. The actual runs are executed in another process
  |oCResultA simple class implementation of unity::scopes::Result that provides a default constructor
  |oCSampleModels the interface to a sample of raw observations and their statistical properties
  |oCAndersonDarlingTestImplements the Anderson-Darling test for normality for the case of empirical mean and variance
  ||\CResultExecuting the test returns a set of hypothesis that have to be evaluated at the desired confidence level
  |\CStudentsTTestImplements different variants of the Student's T-test (see http://en.wikipedia.org/wiki/Student's_t-test)
  | \CResultExecuting the test returns a set of hypothesis that have to be evaluated at the desired confidence level
  oCActionMetadataMetadata passed to scopes for preview and activation
  oCActivationListenerBaseBase class to receive a response to a result activation request
  oCActivationQueryBaseBase class for an activation request that is executed inside a scope
  oCActivationResponseResponse to a result activation
  oCAnnotationQuery link(s) that result in a new search query when clicked by the user
  oCCannedQueryParameters of a search query
  oCCategorisedResultA result, including the category it belongs to
  oCCategoryA set of related results returned by a scope and displayed within a single pane in the Unity dash
  oCCategoryRendererA category renderer template in JSON format
  oCColumnLayoutDefines a layout for preview widgets with given column setup
  oCDepartmentA department with optional sub-departments
  oCFilterBaseBase class for all implementations of filters
  oCFilterOptionHolds definition of filter option for OptionSelectorFilter
  oCFilterStateCaptures state of multiple filters
  oCLinkA hyperlink (label and canned query)
  oCListenerBaseAbstract base class to be notified of query completion
  oCObjectThe root base class for all proxies
  oCOptionSelectorFilterA selection filter that displays a list of choices and allows one or more of them to be selected
  oCPreviewListenerBaseAbstract base class for a scope to respond to preview requests
  oCPreviewQueryBaseAbstract base class to represent a particular preview
  oCPreviewReplyAllows the results of a preview to be sent to the preview requester
  oCPreviewWidgetA widget for a preview
  oCQueryBaseAbstract server-side base interface for a query that is executed inside a scope
  oCQueryCtrlQueryCtrl allows a query to be cancelled
  oCRegistryWhite pages service for available scopes
  oCReplyAllows query termination to be sent to the source of a query
  oCResultThe attributes of a result returned by a Scope
  oCRuntimeThe main object for query originators to access the scopes run time
  oCScopeAllows queries, preview requests, and activation requests to be sent to a scope
  oCScopeBaseBase class for a scope implementation
  oCMiddlewareExceptionException to indicate that something went wrong with the middleware layer
  oCObjectNotExistExceptionException to indicate that a (twoway) request was sent to an object with an unknown identity
  oCTimeoutExceptionException to indicate that a twoway request timed out
  oCConfigExceptionException to indicate that something went wrong with the contents of configuration files
  oCNotFoundExceptionException to indicate that an object wasn't found by a lookup function
  oCScopeMetadataHolds scope attributes such as name, description, icon etc
  oCSearchListenerBaseAbstract base interface that a scope specializes to receive the results of a query
  oCSearchMetadataMetadata passed with search requests
  oCSearchQueryBaseAbstract base class to represent a particular query
  oCSearchReplyAllows the results of a search query to be sent to the query source
  oCVariantSimple variant class that can hold an integer, boolean, string, double, dictionary, array or null value
  \CVariantBuilderHelper class for creating and populating Variant containers