14 #ifndef _PieDock_PieMenuWindow_
15 #define _PieDock_PieMenuWindow_
17 #include "TransparentWindow.h"
20 #include "Cartouche.h"
42 bool appear( std::string =
"", Placement = AroundCursor );
47 typedef std::map<int, Cartouche *> CartoucheMap;
49 virtual void show( Placement = AroundCursor );
53 virtual void place( Placement );
56 static const std::string ShowMessage;
60 CartoucheMap cartoucheMap;