#include <map>
#include <wx/aui/aui.h>
#include <wx/toolbar.h>
#include <wx/docview.h>
#include <wx/notebook.h>
#include <wx/dynarray.h>
#include <cbeditor.h>
#include "manager.h"
#include "cbexception.h"
#include "cbplugin.h"
#include "find_replace.h"
#include "sdk_events.h"
#include "recentitemslist.h"
#include "scripting/bindings/sc_base_types.h"
#include "scrollingdialog.h"
Go to the source code of this file.
◆ WX_DECLARE_HASH_MAP() [1/2]
WX_DECLARE_HASH_MAP |
( |
int |
, |
|
|
wxString |
, |
|
|
wxIntegerHash |
, |
|
|
wxIntegerEqual |
, |
|
|
PluginIDsMap |
|
|
) |
| |
◆ WX_DECLARE_HASH_MAP() [2/2]
WX_DECLARE_HASH_MAP |
( |
cbPlugin * |
, |
|
|
wxToolBar * |
, |
|
|
wxPointerHash |
, |
|
|
wxPointerEqual |
, |
|
|
PluginToolbarsMap |
|
|
) |
| |
◆ WX_DECLARE_STRING_HASH_MAP()
WX_DECLARE_STRING_HASH_MAP |
( |
wxString |
, |
|
|
LayoutViewsMap |
|
|
) |
| |
◆ idStartHerePageLink
◆ idStartHerePageVarSubst
int idStartHerePageVarSubst |