#include "wx/dynarray.h"#include "ax_resource/ax_resource.h"#include "ax_resource/ax_supportedfiles.h"Go to the source code of this file.
Classes | |
| class | AxResourceInfo |
| Holds an AxResource object. More... | |
| class | AxFolder |
| class | AxResourceSet |
| Contains an array of resource pointers, typically from the result of a search. More... | |
| class | AxResourceLibrarySettings |
| class | AxResourceLibrary |
Defines | |
| #define | axLIBRARY_FORMAT_VERSION 1.0 |
| #define | axSEARCH_EXACT_MATCH 0x01 |
| #define | axSEARCH_CONTAINS 0x02 |
| #define | axSEARCH_IGNORE_CASE 0x04 |
| #define | axWRITE_CHANGES_ONLY 0x01 |
| #define | axREAD_MERGE 0x02 |
| #define | axISBN_QUERY_EXACT_MATCH 0x01 |
Functions | |
| WX_DECLARE_OBJARRAY (AxResourceInfo, AxResourceInfoArray) | |
| WX_DECLARE_OBJARRAY (AxFolder, AxFolders) | |
| int | axFindByISBN (const AxResourceInfoArray &books, const wxString &isbn) |
| Find index of book by ISBN. | |
| #define axISBN_QUERY_EXACT_MATCH 0x01 |
| #define axLIBRARY_FORMAT_VERSION 1.0 |
| #define axREAD_MERGE 0x02 |
| #define axSEARCH_CONTAINS 0x02 |
| #define axSEARCH_EXACT_MATCH 0x01 |
| #define axSEARCH_IGNORE_CASE 0x04 |
| #define axWRITE_CHANGES_ONLY 0x01 |
| int axFindByISBN | ( | const AxResourceInfoArray & | books, | |
| const wxString & | isbn | |||
| ) |
Find index of book by ISBN.
| WX_DECLARE_OBJARRAY | ( | AxFolder | , | |
| AxFolders | ||||
| ) |
| WX_DECLARE_OBJARRAY | ( | AxResourceInfo | , | |
| AxResourceInfoArray | ||||
| ) |
1.5.8