Classes | Enumerations

DoxyBlocks.h File Reference

#include "cbplugin.h"
#include <cbstyledtextctrl.h>
#include <tinyxml/tinyxml.h>
#include "Config.h"
Include dependency graph for DoxyBlocks.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DoxyBlocks
 The main plug-in application class. More...

Enumerations

enum  eControlIds {
  ID_TB_WIZARD = wxID_HIGHEST + 9000, ID_TB_EXTRACTPROJECT, ID_TB_BLOCKCOMMENT, ID_TB_LINECOMMENT,
  ID_TB_RUNHTML, ID_TB_RUNCHM, ID_TB_CONFIG, ID_MENU_DOXYBLOCKS,
  ID_MENU_DOXYWIZARD, ID_MENU_EXTRACTPROJECT, ID_MENU_BLOCKCOMMENT, ID_MENU_LINECOMMENT,
  ID_MENU_RUNHTML, ID_MENU_RUNCHM, ID_MENU_CONFIG, ID_MENU_SAVE_TEMPLATE,
  ID_MENU_LOAD_TEMPLATE
}
 

Toolbar control IDs.


enum  eLogStatusIds { LOG_NORMAL = wxID_HIGHEST + 9050, LOG_WARNING, LOG_ERROR }
 

Log entry style IDs.

More...

Detailed Description

Author:
Gary Harris
Date:
01-02-2010

DoxyBlocks - doxygen integration for Code::Blocks.
Copyright (C) 2010 Gary Harris.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.


Enumeration Type Documentation

Log entry style IDs.

Enumerator:
LOG_NORMAL 

A normal message.

LOG_WARNING 

A warning message.

LOG_ERROR 

An error message.