Fcitx
Public Member Functions | List of all members
fcitx::TabbedCandidateList Class Referenceabstract

Interface for tab-related actions on candidate list. More...

#include <fcitx/candidatelist.h>

Public Member Functions

virtual std::vector< CandidateActiontabActions () const =0
 Return a list of tab actions. More...
 
virtual void triggerTabAction (int id)=0
 Trigger the tab action based on the index returned from tabActions. More...
 

Detailed Description

Interface for tab-related actions on candidate list.

Since
5.1.20

Definition at line 271 of file candidatelist.h.

Member Function Documentation

◆ 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
idaction index.
Since
5.1.20

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