KCoreAddons

KFuzzyMatcher::Result Struct Reference

#include <kfuzzymatcher.h>

Public Attributes

bool matched = false
 
int score = 0
 

Detailed Description

The result of a fuzzy match.

Definition at line 83 of file kfuzzymatcher.h.

Member Data Documentation

◆ matched

bool KFuzzyMatcher::Result::matched = false

true if match was successful

Definition at line 90 of file kfuzzymatcher.h.

◆ score

int KFuzzyMatcher::Result::score = 0

Score of this match.

This can be negative.if matched is false then the score will be zero.

Definition at line 88 of file kfuzzymatcher.h.


The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Mar 27 2023 04:15:35 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.