00001 /* === S Y N F I G ========================================================= */ 00021 /* ========================================================================= */ 00022 00023 /* === S T A R T =========================================================== */ 00024 00025 #ifndef __SYNFIG_STUDIO_DOCK_PAL_BROWSE_H 00026 #define __SYNFIG_STUDIO_DOCK_PAL_BROWSE_H 00027 00028 /* === H E A D E R S ======================================================= */ 00029 00030 #include "../dockable.h" 00031 #include <synfig/palette.h> 00032 00033 /* === M A C R O S ========================================================= */ 00034 00035 /* === T Y P E D E F S ===================================================== */ 00036 00037 /* === C L A S S E S & S T R U C T S ======================================= */ 00038 00039 namespace synfigapp { 00040 class CanvasInterface; 00041 }; 00042 00043 namespace studio { 00044 00045 /* 00046 00047 The palette browser was intended to be a way to manage and select a single 00048 palette from a set of palettes that you could save to files. The palette 00049 editor was for editing individual palettes. Unfortunately the palette 00050 browser was never implemented. 00051 00052 */ 00053 00054 class Dock_PalBrowse : public Dockable 00055 { 00056 public: 00057 Dock_PalBrowse(); 00058 ~Dock_PalBrowse(); 00059 }; // END of Dock_PalBrowse 00060 00061 }; // END of namespace studio 00062 00063 /* === E N D =============================================================== */ 00064 00065 #endif