Unity Scopes API
|
Abstract base class for a scope to respond to preview requests. More...
#include <unity/scopes/PreviewListenerBase.h>
Public Member Functions | |
virtual void | push (ColumnLayoutList const &layouts)=0 |
Called by the scopes runtime for each column layout definition returned by preview(). | |
virtual void | push (PreviewWidgetList const &)=0 |
Called by the scopes runtime for each preview chunk that is returned by preview(). | |
virtual void | push (std::string const &key, Variant const &value)=0 |
Called by the scopes runtime for each data field that is returned by preview(). | |
![]() | |
virtual void | finished (CompletionDetails const &details)=0 |
Called once by the scopes run time after the final result for a request was sent. More... | |
virtual void | info (OperationInfo const &op_info) |
Called by the scopes run time each time a scope reports additional information about the reply to a query. More... | |
Abstract base class for a scope to respond to preview requests.
An instance of this class must be returned from Scope::preview().