egami
C++ Image Processing program
Public Member Functions | Private Member Functions
Processing_catalogue Class Reference

Manages the processing list zone. More...

#include <catalogue.hpp>

Inheritance diagram for Processing_catalogue:
Inheritance graph
[legend]
Collaboration diagram for Processing_catalogue:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

Manages the processing list zone.

Definition at line 107 of file catalogue.hpp.


Constructor & Destructor Documentation

Processing_catalogue::Processing_catalogue ( )

Definition at line 99 of file catalogue.cpp.


Member Function Documentation

template<class Page_type >
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.

Template Parameters:
Page_typethe type of the new page, must have Processing_page as base class
Parameters:
namethe name used as label for the tab and as id to retreive the group

Definition at line 150 of file catalogue.hpp.

Here is the call graph for this function:


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends