Source-highlight Library
|
Class with some utility static methods. More...
#include <sourcehighlightutils.h>
Static Public Member Functions | |
static StringSet | getFileNames (const std::string path, const std::string fileExtension) |
static StringSet | getStyleFileNames (const std::string path="") |
static StringSet | getCssStyleFileNames (const std::string path="") |
static StringSet | getLangFileNames (const std::string path="") |
static StringSet | getOutLangFileNames (const std::string path="") |
Class with some utility static methods.
StringSet srchilite::SourceHighlightUtils::getCssStyleFileNames | ( | const std::string | path = "" | ) | [static] |
path | the path to search for files (if left empty, it uses the standard data dir path) |
IOException | if it cannot open the specified path |
StringSet srchilite::SourceHighlightUtils::getFileNames | ( | const std::string | path, |
const std::string | fileExtension | ||
) | [static] |
path | the path to search for files |
fileExtension | the file extension for files (without the dot) |
IOException | if it cannot open the specified path |
StringSet srchilite::SourceHighlightUtils::getLangFileNames | ( | const std::string | path = "" | ) | [static] |
path | the path to search for files (if left empty, it uses the standard data dir path) |
IOException | if it cannot open the specified path |
StringSet srchilite::SourceHighlightUtils::getOutLangFileNames | ( | const std::string | path = "" | ) | [static] |
path | the path to search for files (if left empty, it uses the standard data dir path) |
IOException | if it cannot open the specified path |
StringSet srchilite::SourceHighlightUtils::getStyleFileNames | ( | const std::string | path = "" | ) | [static] |
path | the path to search for files (if left empty, it uses the standard data dir path) |
IOException | if it cannot open the specified path |