Code::Blocks  SVN r11506
Classes | Namespaces | Macros | Functions
associations.h File Reference
#include "scrollingdialog.h"
#include <wx/intl.h>
#include <wx/string.h>
#include <wx/msw/registry.h>
#include <shlobj.h>
#include <wx/ipc.h>
Include dependency graph for associations.h:
This graph shows which files directly or indirectly include this file:

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 ()
 

Class Documentation

◆ Associations::Assoc

struct Associations::Assoc

Definition at line 32 of file associations.h.

Collaboration diagram for Associations::Assoc:
Class Members
wxString descr
wxString ext
int index

Macro Definition Documentation

◆ ASC_ASSOC_DLG_NO_DONT_ASK

#define ASC_ASSOC_DLG_NO_DONT_ASK   0

Definition at line 70 of file associations.h.

Referenced by CodeBlocksApp::InitAssociations().

◆ ASC_ASSOC_DLG_NO_ONLY_NOW

#define ASC_ASSOC_DLG_NO_ONLY_NOW   1

Definition at line 71 of file associations.h.

Referenced by CodeBlocksApp::InitAssociations(), and AskAssocDialog::OnESC().

◆ ASC_ASSOC_DLG_YES_ALL_FILES

#define ASC_ASSOC_DLG_YES_ALL_FILES   3

Definition at line 73 of file associations.h.

Referenced by CodeBlocksApp::InitAssociations().

◆ ASC_ASSOC_DLG_YES_C_FILES

#define ASC_ASSOC_DLG_YES_C_FILES   2

Definition at line 72 of file associations.h.

Referenced by CodeBlocksApp::InitAssociations().

◆ DDE_SERVICE

#define DDE_SERVICE   _T("CODEBLOCKS")

◆ DDE_TOPIC

#define DDE_TOPIC   _T("CodeBlocksDDEServer")