FXMenuTitle.h

Go to the documentation of this file.
00001 /********************************************************************************
00002 *                                                                               *
00003 *                      M e n u   T i t l e   W i d g e t                        *
00004 *                                                                               *
00005 *********************************************************************************
00006 * Copyright (C) 1997,2006 by Jeroen van der Zijp.   All Rights Reserved.        *
00007 *********************************************************************************
00008 * This library is free software; you can redistribute it and/or                 *
00009 * modify it under the terms of the GNU Lesser General Public                    *
00010 * License as published by the Free Software Foundation; either                  *
00011 * version 2.1 of the License, or (at your option) any later version.            *
00012 *                                                                               *
00013 * This library is distributed in the hope that it will be useful,               *
00014 * but WITHOUT ANY WARRANTY; without even the implied warranty of                *
00015 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU             *
00016 * Lesser General Public License for more details.                               *
00017 *                                                                               *
00018 * You should have received a copy of the GNU Lesser General Public              *
00019 * License along with this library; if not, write to the Free Software           *
00020 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.    *
00021 *********************************************************************************
00022 * $Id: FXMenuTitle.h,v 1.22 2006/01/22 17:58:06 fox Exp $                       *
00023 ********************************************************************************/
00024 #ifndef FX_DISABLEMENUS
00025 
00026 #ifndef FXMENUTITLE_H
00027 #define FXMENUTITLE_H
00028 
00029 #ifndef FXMENUCAPTION_H
00030 #include "FXMenuCaption.h"
00031 #endif
00032 
00033 namespace FX {
00034 
00035 
00036 class FXPopup;
00037 
00038 
00043 class FXAPI FXMenuTitle : public FXMenuCaption {
00044   FXDECLARE(FXMenuTitle)
00045 protected:
00046   FXPopup *pane;        // Pane to pop up
00047 protected:
00048   FXMenuTitle(){}
00049 private:
00050   FXMenuTitle(const FXMenuTitle&);
00051   FXMenuTitle &operator=(const FXMenuTitle&);
00052 public:
00053   long onPaint(FXObject*,FXSelector,void*);
00054   long onEnter(FXObject*,FXSelector,void*);
00055   long onLeave(FXObject*,FXSelector,void*);
00056   long onLeftBtnPress(FXObject*,FXSelector,void*);
00057   long onLeftBtnRelease(FXObject*,FXSelector,void*);
00058   long onKeyPress(FXObject*,FXSelector,void*);
00059   long onKeyRelease(FXObject*,FXSelector,void*);
00060   long onHotKeyPress(FXObject*,FXSelector,void*);
00061   long onHotKeyRelease(FXObject*,FXSelector,void*);
00062   long onFocusUp(FXObject*,FXSelector,void*);
00063   long onFocusDown(FXObject*,FXSelector,void*);
00064   long onFocusIn(FXObject*,FXSelector,void*);
00065   long onFocusOut(FXObject*,FXSelector,void*);
00066   long onCmdPost(FXObject*,FXSelector,void*);
00067   long onCmdUnpost(FXObject*,FXSelector,void*);
00068 public:
00069 
00071   FXMenuTitle(FXComposite* p,const FXString& text,FXIcon* ic=NULL,FXPopup* pup=NULL,FXuint opts=0);
00072 
00074   virtual void create();
00075 
00077   virtual void detach();
00078 
00080   virtual FXint getDefaultWidth();
00081 
00083   virtual FXint getDefaultHeight();
00084 
00086   virtual bool canFocus() const;
00087 
00089   virtual void setFocus();
00090 
00092   virtual void killFocus();
00093 
00095   void setMenu(FXPopup *menu);
00096 
00098   FXPopup* getMenu() const { return pane; }
00099 
00101   virtual bool contains(FXint parentx,FXint parenty) const;
00102 
00104   virtual void save(FXStream& store) const;
00105 
00107   virtual void load(FXStream& store);
00108 
00110   virtual ~FXMenuTitle();
00111   };
00112 
00113 }
00114 
00115 #endif
00116 #endif

(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:31:23 2009 for TnFOX by doxygen v1.4.7