Guitar
Classes | Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
IncrementalSearch Class Reference

#include <IncrementalSearch.h>

Collaboration diagram for IncrementalSearch:
Collaboration graph
[legend]

Classes

struct  M
 

Public Member Functions

 IncrementalSearch ()
 
 ~IncrementalSearch ()
 
void init ()
 
bool open ()
 
void close ()
 
std::optional< std::string > queryMigemo (const char *word)
 

Static Public Member Functions

static bool migemoEnabled ()
 
static std::string migemoDictDir ()
 
static std::string migemoDictPath ()
 
static bool setupMigemoDict ()
 
static void deleteMigemoDict ()
 
static IncrementalSearchinstance ()
 

Private Attributes

Mm
 

Constructor & Destructor Documentation

◆ IncrementalSearch()

IncrementalSearch::IncrementalSearch ( )

◆ ~IncrementalSearch()

IncrementalSearch::~IncrementalSearch ( )
Here is the call graph for this function:

Member Function Documentation

◆ close()

void IncrementalSearch::close ( )

◆ deleteMigemoDict()

void IncrementalSearch::deleteMigemoDict ( )
static
Here is the call graph for this function:

◆ init()

void IncrementalSearch::init ( )
Here is the call graph for this function:

◆ instance()

IncrementalSearch * IncrementalSearch::instance ( )
static
Here is the call graph for this function:

◆ migemoDictDir()

std::string IncrementalSearch::migemoDictDir ( )
static

◆ migemoDictPath()

std::string IncrementalSearch::migemoDictPath ( )
static
Here is the call graph for this function:

◆ migemoEnabled()

bool IncrementalSearch::migemoEnabled ( )
static

◆ open()

bool IncrementalSearch::open ( )
Here is the call graph for this function:

◆ queryMigemo()

std::optional< std::string > IncrementalSearch::queryMigemo ( const char *  word)

◆ setupMigemoDict()

bool IncrementalSearch::setupMigemoDict ( )
static
Here is the call graph for this function:

Member Data Documentation

◆ m

M* IncrementalSearch::m
private

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