| 
    QGIS API Documentation
    3.6.0-Noosa (5873452)
    
   | 
 
The ResultAction stores basic information for additional actions to be used in a locator widget for the result. More...
#include <qgslocatorfilter.h>
Public Member Functions | |
| ResultAction ()=default | |
| Constructor for ResultAction.  More... | |
| ResultAction (int id, QString text, QString iconPath=QString()) | |
| Constructor for ResultAction The id used to recognized the action when the result is triggered.  More... | |
Public Attributes | |
| QString | iconPath | 
| int | id = -1 | 
| QString | text | 
The ResultAction stores basic information for additional actions to be used in a locator widget for the result.
They could be used in a context menu for instance.
Definition at line 102 of file qgslocatorfilter.h.
      
  | 
  default | 
Constructor for ResultAction.
      
  | 
  inline | 
Constructor for ResultAction The id used to recognized the action when the result is triggered.
It should be 0 or greater as otherwise, the result will be triggered normally.
Definition at line 114 of file qgslocatorfilter.h.
| QString QgsLocatorResult::ResultAction::iconPath | 
Definition at line 121 of file qgslocatorfilter.h.
| int QgsLocatorResult::ResultAction::id = -1 | 
Definition at line 119 of file qgslocatorfilter.h.
| QString QgsLocatorResult::ResultAction::text | 
Definition at line 120 of file qgslocatorfilter.h.
 1.8.13