Changeset 215 for trunk/Lucide/SOURCE/gui/pluginman.h
- Timestamp:
- Aug 2, 2007, 6:20:51 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Lucide/SOURCE/gui/pluginman.h
r54 r215 39 39 #include <string> 40 40 41 #include <lutypes.h> 42 41 43 42 44 class LuDocument; … … 48 50 std::string extensions; 49 51 std::string description; 52 LuCheckStruct *checkStruct; 50 53 }; 51 54 … … 61 64 ~PluginManager(); 62 65 PluginInfoList *getPluginsList() { return plugins; } 66 LuDocument *createDocumentForFile( const char *file, bool checkOnly ); 63 67 LuDocument *createDocumentForExt( const char *ext, bool checkOnly ); 64 68 std::string getExtsMask();
Note: See TracChangeset
for help on using the changeset viewer.