|
pdfedit
0.4.5
About: PDFedit is a free and open source library for manipulating PDF documents.
Fossies Dox: pdfedit-0.4.5.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation) ![]() |
Classes | |
| struct | ObserverException |
| class | IChangeContext |
| class | BasicChangeContext |
| class | ComplexChangeContext |
| class | ScopedChangeContext |
| class | IObserver |
| struct | PriorityComparator |
| class | PriorityList |
| class | ObserverHandler |
Enumerations | |
| enum | ChangeContextType { BasicChangeContextType, ComplexChangeContextType, ScopedChangeContextType } |
Functions | |
| std::ostream & | operator<< (std::ostream &str, ChangeContextType type) |
Namespace for generic observer stuff.
Supported context types.
| Enumerator | |
|---|---|
| BasicChangeContextType | |
| ComplexChangeContextType | |
| ScopedChangeContextType | |
Definition at line 52 of file observer.h.
|
inline |
Operator for human readable ChangeContextType printing.
| str | Stream where to print. |
| type | Change context type. |
Definition at line 58 of file observer.h.
References BasicChangeContextType, ComplexChangeContextType, and ScopedChangeContextType.