src/hbcore/image/hbframedrawer.h
branchGCC_SURGE
changeset 15 f378acbc9cfb
parent 7 923ff622b8b9
--- a/src/hbcore/image/hbframedrawer.h	Thu Jul 15 14:03:49 2010 +0100
+++ b/src/hbcore/image/hbframedrawer.h	Thu Jul 22 16:36:53 2010 +0100
@@ -43,8 +43,7 @@
 {
 public:
 
-    enum FrameType
-    {
+    enum FrameType {
         Undefined = 0,
         OnePiece,
         ThreePiecesHorizontal,
@@ -79,10 +78,10 @@
     QStringList fileNameSuffixList() const;
     void setFileNameSuffixList(const QStringList &list);
 
-    void setMask(const QPixmap &mask); 
+    void setMask(const QPixmap &mask);
     void setMask(const QBitmap &mask);
-    QPixmap mask() const; 
-    QBitmap maskBitmap() const; 
+    QPixmap mask() const;
+    QBitmap maskBitmap() const;
 
     void setClipPath(const QPainterPath &clipPath);
     QPainterPath clipPath() const;
@@ -92,10 +91,10 @@
     void themeChanged();
     void setLayoutDirection(Qt::LayoutDirection direction);
 
-    void setGraphicsItem( QGraphicsItem *item );
-    
+    void setGraphicsItem(QGraphicsItem *item);
+
     void paint(QPainter *painter, const QRectF &rect) const;
-    
+
 protected:
     QRectF rect() const;
     void setRect(const QRectF &rect);
@@ -105,7 +104,7 @@
     HbFrameDrawerPrivate *d;
 
     friend class HbStylePrivate;
+    friend class HbFrameDrawerPrivate;
 };
 
 #endif // HBFRAMEDRAWER_H
-