#include <wx/string.h>
#include <wx/filename.h>
#include <list>
Include dependency graph for PluginItems.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | PluginItem |
| class for generating plugin menu items More... | |
Typedefs | |
| typedef std::list< PluginItem > | PluginItems |
Functions | |
| bool | comparePluginItem (PluginItem item1, PluginItem item2) |
| compares 2 plugin with category and name | |
Definition in file PluginItems.h.
|
|
Definition at line 61 of file PluginItems.h. Referenced by MainFrame::MainFrame(). |
|
||||||||||||
|
compares 2 plugin with category and name
Definition at line 39 of file PluginItems.cpp. References doj::alphanum_comp(), PluginItem::GetCategory(), PluginItem::GetName(), and makefile::string. Referenced by MainFrame::MainFrame(). |
1.3.9.1