Unity Scopes API
unity::scopes::testing::MockPreviewReply Class Reference

Mock for unity::scopes::PreviewReply class. More...

#include <unity/scopes/testing/MockPreviewReply.h>

Inheritance diagram for unity::scopes::testing::MockPreviewReply:

Additional Inherited Members

- Public Member Functions inherited from unity::scopes::PreviewReply
virtual bool register_layout (ColumnLayoutList const &layouts)=0
 Registers a list of column layouts for the current preview. More...
 
virtual bool push (PreviewWidgetList const &widget_list)=0
 Sends widget definitions to the sender of the preview query. More...
 
virtual bool push (std::string const &key, Variant const &value)=0
 Sends data for a preview widget attribute. More...
 
- Public Member Functions inherited from unity::scopes::Reply
virtual void finished ()=0
 Informs the source of a query that the query results are complete. More...
 
virtual void error (std::exception_ptr ex)=0
 Informs the source of a query that the query was terminated due to an error. More...
 
virtual void info (OperationInfo const &op_info)=0
 Informs the source of a query that additional information regarding the reply is available. More...
 
virtual ~Reply ()
 Destroys a Reply. More...
 
- Public Member Functions inherited from unity::scopes::Object
virtual std::string endpoint ()=0
 Returns the endpoint this proxy connects to. More...
 
virtual std::string identity ()=0
 Returns the identity of the target object of this proxy. More...
 
virtual std::string target_category ()=0
 Returns the category of the target object of this proxy. More...
 
virtual int64_t timeout ()=0
 Returns the timeout in milliseconds if this proxy is a twoway proxy. More...
 
virtual std::string to_string ()=0
 Converts a proxy into its string representation. More...
 

Detailed Description


The documentation for this class was generated from the following file: