|
Hugintrunk
0.1
|
Reading python plugins metadata. More...
#include <wx/wfstream.h>#include <wx/txtstrm.h>#include <hugin_version.h>#include "hugin_utils/alphanum.h"#include "PluginItems.h"#include <iostream>
Go to the source code of this file.
Functions | |
| bool | comparePluginItem (PluginItem item1, PluginItem item2) |
| compares 2 plugin with category and name More... | |
| bool | compareVersion (wxString v1, wxString v2) |
Reading python plugins metadata.
Definition in file PluginItems.cpp.
| bool comparePluginItem | ( | PluginItem | item1, |
| PluginItem | item2 | ||
| ) |
compares 2 plugin with category and name
Definition at line 39 of file PluginItems.cpp.
References doj::alphanum_comp(), PluginItem::GetCategory(), and PluginItem::GetName().
Referenced by MainFrame::MainFrame().
| bool compareVersion | ( | wxString | v1, |
| wxString | v2 | ||
| ) |
Definition at line 63 of file PluginItems.cpp.
References doj::alphanum_comp().
Referenced by PluginItem::ParseMetadata().
1.8.5