Mercurial > hg > vampy
comparison PyPlugScanner.h @ 58:62dcaa5fe6f8 vampy-2.0
Extended README, added .pyo support
author | fazekasgy |
---|---|
date | Sun, 11 Oct 2009 09:57:48 +0000 |
parents | 27bab3a16c9a |
children |
comparison
equal
deleted
inserted
replaced
57:87b9ea6fc7d0 | 58:62dcaa5fe6f8 |
---|---|
65 | 65 |
66 protected: | 66 protected: |
67 PyPlugScanner(); | 67 PyPlugScanner(); |
68 PyObject *getScriptClass(std::string path, std::string classname); | 68 PyObject *getScriptClass(std::string path, std::string classname); |
69 std::vector<std::string> listFiles(std::string dir, std::string ext); | 69 std::vector<std::string> listFiles(std::string dir, std::string ext); |
70 void mergeFileLists(std::vector<std::string> &s, std::vector<std::string> &t); | 70 void mergeFileLists(std::vector<std::string> &src, std::vector<std::string> &tg, std::string target_ext); |
71 | 71 |
72 static bool m_hasInstance; | 72 static bool m_hasInstance; |
73 static PyPlugScanner *m_instance; | 73 static PyPlugScanner *m_instance; |
74 std::string m_dir; | 74 std::string m_dir; |
75 std::vector<std::string> m_path; | 75 std::vector<std::string> m_path; |