egami
C++ Image Processing program
|
Manages the processing list zone. More...
#include <catalogue.hpp>
Public Member Functions | |
Processing_catalogue () | |
Private Member Functions | |
template<class Page_type > | |
void | create_processing_group (const std::string &name) |
Creates a new processing group. |
Manages the processing list zone.
Definition at line 107 of file catalogue.hpp.
Processing_catalogue::Processing_catalogue | ( | ) |
Definition at line 99 of file catalogue.cpp.
void Processing_catalogue::create_processing_group | ( | const std::string & | name | ) | [private] |
Creates a new processing group.
A processing group is a set of related Prossing_unit displayed in a same tab.
Page_type | the type of the new page, must have Processing_page as base class |
name | the name used as label for the tab and as id to retreive the group |
Definition at line 150 of file catalogue.hpp.