Project Documentation Manager BRIGADOON-0002
Project Documentation Manager
Loading...
Searching...
No Matches
projectdocmanager.h File Reference
#include <QObject>
#include <QSqlQuery>
#include <ui_mainwindow.h>
#include "logger.h"
#include "common_definitions.h"
Include dependency graph for projectdocmanager.h:
This graph shows which files directly or indirectly include this file:

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...

Enumeration Type Documentation

◆ 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.

24{
28};
@ GET_IMAGE_FILE
@ GET_HTML_FILE
@ GET_CSS_FILE