AxisWidgetPlugin.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*-
2  *
3  * HippoPlot AxisWidgetPlugin class interface
4  *
5  * Copyright (C) 2003 The Board of Trustees of The Leland Stanford
6  * Junior University. All Rights Reserved.
7  *
8  * $Id: AxisWidgetPlugin.h,v 1.4 2005/10/30 00:10:15 pfkeb Exp $
9  *
10  */
11 
12 #include <qglobal.h> // for version
13 #if QT_VERSION < 0x040000
14 #include <qwidgetplugin.h>
15 
16 namespace hippodraw {
17 
24 {
25 public:
27 
28  QStringList keys() const;
29  QWidget* create( const QString &classname, QWidget* parent = 0, const char* name = 0 );
30  QString group( const QString& ) const;
31  //QIconSet iconSet( const QString& ) const;
32  QString includeFile( const QString& ) const;
33  QString toolTip( const QString& ) const;
34  QString whatsThis( const QString& ) const;
35  bool isContainer( const QString& ) const;
36 };
37 
38 } // namespace hippodraw
39 
40 #endif

Generated for HippoDraw Class Library by doxygen