Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

obigscreen_p.h

Go to the documentation of this file.
00001 #ifndef OPIE_BIG_SCREEN_PRIVATE
00002 #define OPIE_BIG_SCREEN_PRIVATE
00003 
00004 /* QT */
00005 #include <qstring.h>
00006 
00007 class QWidget;
00008 
00009 namespace Opie {
00010 namespace Ui  {
00011 namespace Internal{
00012 
00013 struct OSplitterContainer
00014 {
00015     bool operator==( const OSplitterContainer& o) const
00016     {
00017         if (widget != o.widget ) return false;
00018         if (icon   != o.icon   ) return false;
00019         if (name   != o.name   ) return false;
00020         return true;
00021     }
00022     QWidget* widget;
00023     QString icon;
00024     QString name;
00025 };
00026 
00027 }
00028 }
00029 }
00030 
00031 #endif

Generated on Sat Nov 5 16:16:24 2005 for OPIE by  doxygen 1.4.2