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 84 of file kfuzzymatcher.h.

Member Data Documentation

◆ matched

bool KFuzzyMatcher::Result::matched = false

true if match was successful

Definition at line 91 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 89 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-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:13:31 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.