CSol
Signals | Public Member Functions | Static Public Member Functions | List of all members
CSolKeywords Class Reference

#include <csol_keywords.h>

Inherits QObject.

Signals

void keywordsChanged ()
 

Public Member Functions

void deregisterKeyword (QString keyword)
 Removes a keyword from the CSolKeywords registry. More...
 
QSet< QString > getKeywords () const
 Returns the current list of CSolKeywords as a QSet<QString> More...
 
void registerKeyword (QString keyword)
 Adds a new a keyword to the CSolKeywords registry. More...
 

Static Public Member Functions

static CSolKeywordsgetInstance ()
 static method that returns a valid instance of CSolKeywords More...
 

Member Function Documentation

void deregisterKeyword ( QString  keyword)
CSolKeywords & getInstance ( )
static
QSet< QString > getKeywords ( ) const
void keywordsChanged ( )
signal
void registerKeyword ( QString  keyword)

Since the registry itself is a QSet, duplicates will be automatically ignored