|
Project Documentation Manager BRIGADOON-0002
Project Documentation Manager
|
#include <QObject>#include <QSqlQuery>#include <ui_mainwindow.h>#include "logger.h"#include "common_definitions.h"Go to the source code of this file.
Data Structures | |
| class | ProjectDocManager |
| Project Document Control Class. More... | |
Enumerations | |
| enum | GET_FILE_TYPE { GET_IMAGE_FILE , GET_HTML_FILE , GET_CSS_FILE } |
| Type of File to Search for. More... | |
| enum GET_FILE_TYPE |
Type of File to Search for.
| Enumerator | |
|---|---|
| GET_IMAGE_FILE | Look for Image Files |
| GET_HTML_FILE | Look for HTML Files |
| GET_CSS_FILE | Look for CSS Files |
Definition at line 23 of file projectdocmanager.h.