Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

MolBrowser.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  *cr                                                                       
00003  *cr            (C) Copyright 1995-2019 The Board of Trustees of the           
00004  *cr                        University of Illinois                       
00005  *cr                         All Rights Reserved                        
00006  *cr                                                                   
00007  ***************************************************************************/
00008 
00009 #ifndef MOLBROWSER_H
00010 #define MOLBROWSER_H
00011 
00012 #include "FL/Fl_Multi_Browser.H"
00013 #include "FL/Fl_Menu_Button.H"
00014 
00015 #include "MainFltkMenu.h"
00016 
00017 class VMDApp;
00018 
00021 class MolBrowser : public Fl_Multi_Browser {
00022 private:
00023   VMDApp *app;
00024   MainFltkMenu *mainmenu;
00025   int dragpending; // flag indicating a pending drag-and-drop paste action
00026 
00027 public:
00031   MolBrowser(VMDApp *, MainFltkMenu *, int x, int y, int xw, int yw);
00032 
00033   void update();
00034   int handle(int);
00035 };
00036 
00037 #endif

Generated on Fri Apr 26 02:43:34 2024 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002