14 #ifndef BERRYIPERSPECTIVELISTENER_H_
15 #define BERRYIPERSPECTIVELISTENER_H_
25 struct IWorkbenchPage;
43 ACTIVATED = 0x00000001,
45 PART_CHANGED = 0x00000004,
48 DEACTIVATED = 0x00000020,
49 SAVED_AS = 0x00000040,
50 PRE_DEACTIVATE = 0x00000080,
55 Q_DECLARE_FLAGS(Types, Type)
80 virtual
Events::Types GetPerspectiveEventTypes() const = 0;
The custom viewer plugin implements simple viewer functionality presented in a customized look and feel It was developed to demonstrate extensibility and customizability of the blueberry application framework As an example for the GUI customization capabilities provided by the BlueBerry application the custom viewer plugin was developed It features simple viewer functionality presented in a customized look and feel The custom viewer consists of two i e a viewer perspective and a DICOM perspective As part of the viewer perspective
Implements transparent reference counting.