00001 /* 00002 * @(#)QAbstractButtonAdapter.h 0.2.0 / 2007-08-16 00003 * 00004 * Copyright (c) 2007, ETF and contributors. All rights reserved. 00005 * 00006 * This software is licensed under the LGPL, version 2.1, license. 00007 * A copy of the license is included in the file LICENSE-LGPL.txt. 00008 */ 00009 #ifndef QABSTRACTBUTTONADAPTER_H 00010 #define QABSTRACTBUTTONADAPTER_H 00011 00012 #include "JavaQxQSwing.h" 00013 00014 /*^**************************************************************************^*/ 00015 /*- QAbstractButtonAdapter Class. -*/ 00016 /*^**************************************************************************^*/ 00017 00024 class JAVAQX_EXPORT QAbstractButtonAdapter : public QAbstractButton 00025 { 00026 public: 00027 QAbstractButtonAdapter(); 00028 protected: 00029 void paintEvent(QPaintEvent *e); 00030 }; 00031 00032 #endif // QABSTRACTBUTTONADAPTER_H 00033 00034 /*^***************************************************************************** 00035 File History: 00036 00037 - 2007-08-16 08:23:12 Slobodan 00038 Initial version 00039 00040 *****************************************************************************^*/