InternalFrameWidget.h

00001 /*
00002  * @(#)InternalFrameWidget.h  0.2.0 / 2007-11-20
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 QWIDGETADAPTER_H
00010 #define QWIDGETADAPTER_H
00011 
00012 #include "JavaQxQSwing.h"
00013 
00014 #include "JQInternalFrameBridge.h"
00015 
00016 /*^**************************************************************************^*/
00017 /*- InternalFrameWidget Class.                                               -*/
00018 /*^**************************************************************************^*/
00019 
00026 class JAVAQX_EXPORT InternalFrameWidget : public QWidget
00027 {
00028 public:
00029   InternalFrameWidget(JQInternalFrameBridge *bridge);
00030 public:
00031   virtual QSize sizeHint() const;
00032 protected:
00033   JQInternalFrameBridge *m_bridge;
00034 };
00035 
00036 #endif // QWIDGETADAPTER_H
00037 
00038 /*^*****************************************************************************
00039   File History:
00040 
00041  - 2007-11-20 14:11:27 Slobodan
00042    Initial version
00043 
00044 *****************************************************************************^*/

Copyright © 2007 ETF and contributors. All Rights Reserved.