Skip to content

Commit

Permalink
Support key-label pairs in candidate panels
Browse files Browse the repository at this point in the history
  • Loading branch information
lukhnos committed Jan 14, 2017
1 parent 8a855e7 commit dfc8a1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Framework/Headers/OVCandidateService.h
Expand Up @@ -144,6 +144,8 @@ namespace OpenVanilla {
virtual const OVKeyVector defaultPreviousCandidateKeys() const = 0;
virtual const OVKeyVector defaultCancelKeys() const = 0;
virtual const OVKeyVector defaultChooseHighlightedCandidateKeys() const = 0;

virtual void setCandidateKeysAndLabels(const vector<pair<OVKey, string>>& keyLabelPairs) = 0;
};

class OVFreeContentStorage : public OVBase {
Expand Down

0 comments on commit dfc8a1f

Please sign in to comment.