Class with some utility static methods.
More...
#include <sourcehighlightutils.h>
Class with some utility static methods.
- Since
- 3.1
StringSet srchilite::SourceHighlightUtils::getCssStyleFileNames |
( |
const std::string |
path = "" | ) |
|
|
static |
- Parameters
-
path | the path to search for files (if left empty, it uses the standard data dir path) |
- Returns
- a set of string with file names of css style files
- Exceptions
-
StringSet srchilite::SourceHighlightUtils::getFileNames |
( |
const std::string |
path, |
|
|
const std::string |
fileExtension |
|
) |
| |
|
static |
- Parameters
-
path | the path to search for files |
fileExtension | the file extension for files (without the dot) |
- Returns
- a set of string with file names matching the specified file extension in the specified path
- Exceptions
-
StringSet srchilite::SourceHighlightUtils::getLangFileNames |
( |
const std::string |
path = "" | ) |
|
|
static |
- Parameters
-
path | the path to search for files (if left empty, it uses the standard data dir path) |
- Returns
- a set of string with file names of lang definition files
- Exceptions
-
- Since
- 3.1.1
StringSet srchilite::SourceHighlightUtils::getOutLangFileNames |
( |
const std::string |
path = "" | ) |
|
|
static |
- Parameters
-
path | the path to search for files (if left empty, it uses the standard data dir path) |
- Returns
- a set of string with file names of outlang definition files
- Exceptions
-
- Since
- 3.1.1
StringSet srchilite::SourceHighlightUtils::getStyleFileNames |
( |
const std::string |
path = "" | ) |
|
|
static |
- Parameters
-
path | the path to search for files (if left empty, it uses the standard data dir path) |
- Returns
- a set of string with file names of style files
- Exceptions
-
The documentation for this class was generated from the following files:
- /home/bettini/work/source-highlight/src-highlite/lib/srchilite/sourcehighlightutils.h
- /home/bettini/work/source-highlight/src-highlite/lib/srchilite/sourcehighlightutils.cpp