unity.scopes.Link
A hyperlink (label and canned query). More...
#include <unity/scopes/Link.h>
Public Member Functions | |
std::string | label () const |
Returns the label of this Link instance. More... | |
CannedQuery | query () const |
Returns a CannedQuery instance. More... | |
Detailed Description
A hyperlink (label and canned query).
Member Function Documentation
std::string unity::scopes::Link::label | ( | ) | const |
Returns the label of this Link instance.
- Returns
- The label of this link instance.
CannedQuery unity::scopes::Link::query | ( | ) | const |
Returns a CannedQuery instance.
- Returns
- The canned query.