srchilite::SourceHighlightUtils Class Reference
Class with some utility static methods.
More...
#include <sourcehighlightutils.h>
List of all members.
Detailed Description
Class with some utility static methods.
Member Function Documentation
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::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: