Class with some utility static methods.
More...
#include <sourcehighlightutils.h>
Class with some utility static methods.
- Since
- 3.1
◆ getCssStyleFileNames()
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
-
◆ getFileNames()
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
-
◆ getLangFileNames()
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
◆ getOutLangFileNames()
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
◆ getStyleFileNames()
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:
- source-highlight-3.1.9/lib/srchilite/sourcehighlightutils.h
- source-highlight-3.1.9/lib/srchilite/sourcehighlightutils.cpp