|
Code::Blocks
SVN r11506
|
#include "scrollingdialog.h"#include <wx/intl.h>#include <wx/string.h>#include <wx/msw/registry.h>#include <shlobj.h>#include <wx/ipc.h>Go to the source code of this file.
Classes | |
| struct | Associations::Assoc |
| class | ManageAssocsDialog |
| class | AskAssocDialog |
Namespaces | |
| Associations | |
Macros | |
| #define | DDE_SERVICE _T("CODEBLOCKS") |
| #define | DDE_TOPIC _T("CodeBlocksDDEServer") |
| #define | ASC_ASSOC_DLG_NO_DONT_ASK 0 |
| #define | ASC_ASSOC_DLG_NO_ONLY_NOW 1 |
| #define | ASC_ASSOC_DLG_YES_C_FILES 2 |
| #define | ASC_ASSOC_DLG_YES_ALL_FILES 3 |
Functions | |
| unsigned int | Associations::CountAssocs () |
| void | Associations::SetCore () |
| void | Associations::SetAll () |
| void | Associations::ClearAll () |
| void | Associations::SetBatchBuildOnly () |
| bool | Associations::Check () |
| void | Associations::DoSetAssociation (const wxString &ext, const wxString &descr, const wxString &exe, int icoNum) |
| bool | Associations::DoCheckAssociation (const wxString &ext, const wxString &descr, const wxString &exe, int icoNum) |
| void | Associations::DoClearAssociation (const wxString &ext) |
| void | Associations::UpdateChanges () |
| struct Associations::Assoc |
Definition at line 32 of file associations.h.
| Class Members | ||
|---|---|---|
| wxString | descr | |
| wxString | ext | |
| int | index | |
| #define ASC_ASSOC_DLG_NO_DONT_ASK 0 |
Definition at line 70 of file associations.h.
Referenced by CodeBlocksApp::InitAssociations().
| #define ASC_ASSOC_DLG_NO_ONLY_NOW 1 |
Definition at line 71 of file associations.h.
Referenced by CodeBlocksApp::InitAssociations(), and AskAssocDialog::OnESC().
| #define ASC_ASSOC_DLG_YES_ALL_FILES 3 |
Definition at line 73 of file associations.h.
Referenced by CodeBlocksApp::InitAssociations().
| #define ASC_ASSOC_DLG_YES_C_FILES 2 |
Definition at line 72 of file associations.h.
Referenced by CodeBlocksApp::InitAssociations().
| #define DDE_SERVICE _T("CODEBLOCKS") |
Definition at line 19 of file associations.h.
Referenced by Associations::DoClearAssociation(), Associations::DoSetAssociation(), and CodeBlocksApp::OnInit().
| #define DDE_TOPIC _T("CodeBlocksDDEServer") |
Definition at line 23 of file associations.h.
Referenced by Associations::DoClearAssociation(), Associations::DoSetAssociation(), GetResourcesDir(), and CodeBlocksApp::OnInit().
1.8.13