Interface for tab-related actions on candidate list.
More...
#include <fcitx/candidatelist.h>
Interface for tab-related actions on candidate list.
- Since
- 5.1.20
Definition at line 271 of file candidatelist.h.
◆ tabActions()
| virtual std::vector<CandidateAction> fcitx::TabbedCandidateList::tabActions |
( |
| ) |
const |
|
pure virtual |
Return a list of tab actions.
- Returns
- vector of CandidateAction.
- Since
- 5.1.20
◆ triggerTabAction()
| virtual void fcitx::TabbedCandidateList::triggerTabAction |
( |
int |
id | ) |
|
|
pure virtual |
Trigger the tab action based on the index returned from tabActions.
- Parameters
-
- Since
- 5.1.20
The documentation for this class was generated from the following files: