Catalog clasification.
string
|
get_project_subdir(catpath)
Get canonical project subdirectory path for given catalog path. |
|
|
bool
|
is_txt_cat(catname,
subdir)
Check whether the project catalog covers plain text sources. |
|
|
bool
|
is_qt_cat(catname,
subdir)
Check whether the project catalog covers pure Qt sources. |
|
|
bool
|
is_docbook_cat(catname,
subdir)
Check whether the project catalog covers Docbook sources. |
|
|
bool
|
is_html_cat(catname,
subdir)
Check whether the project catalog covers HTML sources. |
|
|
bool
|
is_unknown_cat(catname,
subdir)
Check whether the project catalog covers unknown sources. |
|
|