▼Nunity | Top-level namespace for all things Unity-related |
▼Nscopes | Top-level namespace for public functionality of the Unity scopes API |
▼Ntesting | |
▼CAndersonDarlingTest | Implements the Anderson-Darling test for normality for the case of empirical mean and variance |
CResult | Executing the test returns a set of hypothesis that have to be evaluated at the desired confidence level |
▼CBenchmark | Defines an interface to provide scope authors with runtime benchmarking capabilities to be used in their own testing |
CActionConfiguration | The ActionConfiguration struct constains all options controlling the benchmark of scope action activation operations |
CActivationConfiguration | The ActivationConfiguration struct constains all options controlling the benchmark of scope activation operations |
CPreviewConfiguration | The PreviewConfiguration struct constains all options controlling the benchmark of scope preview operations |
CQueryConfiguration | The QueryConfiguration struct constains all options controlling the benchmark of scope query operations |
▼CResult | The Result struct encapsulates all of the result gathered from one individual benchmark run consisting of multiple independent trials |
CTiming | |
CStatisticsConfiguration | The StatisticsConfiguration struct contains options controlling the calculation of benchmark result statistics |
CTrialConfiguration | The TrialConfiguration struct contains options controlling the execution of individual trials |
CCategory | Implementation of Category class for testing |
CInProcessBenchmark | Scope authors with runtime benchmarking capabilities. The actual runs are executed in the same process |
COutOfProcessBenchmark | Scope authors with runtime benchmarking capabilities. The actual runs are executed in another process |
CResult | A simple class implementation of unity::scopes::Result that provides a default constructor |
CSample | Models the interface to a sample of raw observations and their statistical properties |
▼CStudentsTTest | Implements different variants of the Student's T-test (see http://en.wikipedia.org/wiki/Student's_t-test) |
CResult | Executing the test returns a set of hypothesis that have to be evaluated at the desired confidence level |
CActionMetadata | Metadata passed to scopes for preview and activation |
CActivationListenerBase | Base class to receive a response to a result activation request |
CActivationQueryBase | Base class for an activation request that is executed inside a scope |
CActivationResponse | Response to a result activation |
CAnnotation | Query link(s) that result in a new search query when clicked by the user |
CCannedQuery | Parameters of a search query |
CCategorisedResult | A result, including the category it belongs to |
CCategory | A set of related results returned by a scope and displayed within a single pane in the Unity dash |
CCategoryRenderer | A category renderer template in JSON format |
CColumnLayout | Defines a layout for preview widgets with given column setup |
CConfigException | Exception to indicate that something went wrong with the contents of configuration files |
CDepartment | A department with optional sub-departments |
CFilterBase | Base class for all implementations of filters |
CFilterOption | Holds definition of filter option for OptionSelectorFilter |
CFilterState | Captures state of multiple filters |
CLink | A hyperlink (label and canned query) |
CListenerBase | Abstract base class to be notified of query completion |
CMiddlewareException | Exception to indicate that something went wrong with the middleware layer |
CNotFoundException | Exception to indicate that an object wasn't found by a lookup function |
CObject | The root base class for all proxies |
CObjectNotExistException | Exception to indicate that a (twoway) request was sent to an object with an unknown identity |
COptionSelectorFilter | A selection filter that displays a list of choices and allows one or more of them to be selected |
CPreviewListenerBase | Abstract base class for a scope to respond to preview requests |
CPreviewQueryBase | Abstract base class to represent a particular preview |
CPreviewReply | Allows the results of a preview to be sent to the preview requester |
CPreviewWidget | A widget for a preview |
CQueryBase | Abstract server-side base interface for a query that is executed inside a scope |
CQueryCtrl | QueryCtrl allows a query to be cancelled |
CRadioButtonsFilter | A filter that displays mutually exclusive list of options |
CRangeInputFilter | A range filter which allows a start and end value to be entered by user, and any of them is optional |
CRatingFilter | A filter that allows for rating-based selection |
CRegistry | White pages service for available scopes |
CReply | Allows query termination to be sent to the source of a query |
CResult | The attributes of a result returned by a Scope |
CRuntime | The main object for query originators to access the scopes run time |
CScope | Allows queries, preview requests, and activation requests to be sent to a scope |
CScopeBase | Base class for a scope implementation |
CScopeMetadata | Holds scope attributes such as name, description, icon etc |
CSearchListenerBase | Abstract base interface that a scope specializes to receive the results of a query |
CSearchMetadata | Metadata passed with search requests |
CSearchQueryBase | Abstract base class to represent a particular query |
CSearchReply | Allows the results of a search query to be sent to the query source |
CTimeoutException | Exception to indicate that a twoway request timed out |
CVariant | Simple variant class that can hold an integer, boolean, string, double, dictionary, array or null value |
CVariantBuilder | Helper class for creating and populating Variant containers |