PieDock 1.6.0
Static Public Member Functions

PieDock::WildcardCompare Class Reference

#include <WildcardCompare.h>

List of all members.

Static Public Member Functions

static const bool match (const char *, const char *, bool=false)

Detailed Description

Compare strings with wildcards

Author:
Markus Fisch <mf@markusfisch.de>

Member Function Documentation

const bool WildcardCompare::match ( const char *  literal,
const char *  pattern,
bool  caseSensitive = false 
) [static]

Returns if pattern matches string

Parameters:
literal- string to match
pattern- pattern with optional wildcard characters (*?)
caseSensitive- true if matching should be case-sensitive (optional)

Referenced by PieDock::IconMap::getIconByTitle().


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