Code::Blocks
SVN r11506
|
Go to the source code of this file.
Namespaces | |
FileFilters | |
Provides functions and constants regarding file extension filters present in file dialogs throughout Code::Blocks. | |
Functions | |
DLLIMPORT void | FileFilters::AddDefaultFileFilters () |
Adds file filters for various supported projects and workspaces. More... | |
DLLIMPORT bool | FileFilters::Add (const wxString &name, const wxString &mask) |
Add a new extension filter. More... | |
DLLIMPORT wxString | FileFilters::GetFilterString (const wxString &ext=wxEmptyString) |
Generates and returns the filter string for use in file dialogs. More... | |
DLLIMPORT wxString | FileFilters::GetFilterAll () |
Generates a simple special filter "All files". More... | |
DLLIMPORT size_t | FileFilters::GetIndexForFilterAll () |
Get the filter index for the special "All files" filter. More... | |
DLLIMPORT bool | FileFilters::GetFilterNameFromIndex (const wxString &FiltersList, int Index, wxString &FilterName) |
Get the Filter name for the Index-th filter in the FiltersList. More... | |
DLLIMPORT bool | FileFilters::GetFilterIndexFromName (const wxString &FiltersList, const wxString &FilterName, int &Index) |
Get the index of the filter 'FilterName' in the FiltersList. More... | |