root/BF_GUI_NodePanel_Tools.h

/* [previous][next][first][last][top][bottom][index][help] */

INCLUDED FROM


   1 #ifndef __BF_GUI_NODEPANEL_TOOLS_H__
   2 #define __BF_GUI_NODEPANEL_TOOLS_H__
   3 
   4 class BF_GUI_NodePanel_Copy_SpecialItem:public BF_GUI_ViewMenu_Item{
   5 public:
   6                                                                 BF_GUI_NodePanel_Copy_SpecialItem(      const char *pc_Title,
   7                                                                                                                 const char *pc_Code,
   8                                                                                                                 BMessage *po_Message);
   9                                                                                                                 
  10 virtual bool                                    Invoke(BF_GUI_DlgView_Menu *po_Parent);
  11 private:
  12                 BMessage                                *poMessage;
  13 };
  14 
  15 #endif //__BF_GUI_NODEPANEL_TOOLS_H__
  16 

/* [previous][next][first][last][top][bottom][index][help] */