src/gui/dialogs/qfontdialog_p.h
changeset 7 f7bc934e204c
parent 0 1918ee327afb
child 30 5dc02b23752f
equal deleted inserted replaced
3:41300fa6a67c 7:f7bc934e204c
     1 /****************************************************************************
     1 /****************************************************************************
     2 **
     2 **
     3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     4 ** All rights reserved.
     4 ** All rights reserved.
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     6 **
     6 **
     7 ** This file is part of the QtGui module of the Qt Toolkit.
     7 ** This file is part of the QtGui module of the Qt Toolkit.
     8 **
     8 **
   150 
   150 
   151     inline void done(int result) { q_func()->done(result); }
   151     inline void done(int result) { q_func()->done(result); }
   152     inline QFontDialog *fontDialog() { return q_func(); }
   152     inline QFontDialog *fontDialog() { return q_func(); }
   153 
   153 
   154     void *delegate;
   154     void *delegate;
       
   155     bool nativeDialogInUse;
       
   156     bool canBeNativeDialog();
       
   157     bool setVisible_sys(bool visible);
       
   158     void *_q_constructNativePanel();
       
   159     void _q_macRunNativeAppModalPanel();
       
   160     void mac_nativeDialogModalHelp();
   155 
   161 
   156     static bool sharedFontPanelAvailable;
   162     static bool sharedFontPanelAvailable;
   157 #endif
   163 #endif
   158 };
   164 };
   159 
   165