Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > 50facae208d4a6f280e44a513b104320 > files > 346

qt-mobility-doc-1.2.0-13.mga5.noarch.rpm

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <title>Qt Mobility 1.2: hapticbutton.cpp Example File (hapticsquare/hapticbutton.cpp)</title>
  <link rel="stylesheet" type="text/css" href="style/offline.css" />
</head>
<body>
<div class="header" id="qtdocheader">
  <div class="content"> 
    <a href="index.html" class="qtref"><span>QtMobility Reference Documentation</span></a>
  </div>
  <div class="breadcrumb toolblock">
    <ul>
      <li class="first"><a href="index.html">Home</a></li>
      <!--  Breadcrumbs go here -->
    </ul>
  </div>
</div>
<div class="content mainContent">
<h1 class="title">hapticbutton.cpp Example File</h1>
<span class="small-subtitle">hapticsquare/hapticbutton.cpp</span>
<!-- $$$hapticsquare/hapticbutton.cpp-description -->
<div class="descr"> <a name="details"></a>
<pre class="cpp"> <span class="comment">/****************************************************************************
 **
 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
 ** All rights reserved.
 ** Contact: Nokia Corporation (qt-info@nokia.com)
 **
 ** This file is part of the Qt Mobility Components.
 **
 ** $QT_BEGIN_LICENSE:LGPL$
 ** GNU Lesser General Public License Usage
 ** This file may be used under the terms of the GNU Lesser General Public
 ** License version 2.1 as published by the Free Software Foundation and
 ** appearing in the file LICENSE.LGPL included in the packaging of this
 ** file. Please review the following information to ensure the GNU Lesser
 ** General Public License version 2.1 requirements will be met:
 ** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
 **
 ** In addition, as a special exception, Nokia gives you certain additional
 ** rights. These rights are described in the Nokia Qt LGPL Exception
 ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
 **
 ** GNU General Public License Usage
 ** Alternatively, this file may be used under the terms of the GNU General
 ** Public License version 3.0 as published by the Free Software Foundation
 ** and appearing in the file LICENSE.GPL included in the packaging of this
 ** file. Please review the following information to ensure the GNU General
 ** Public License version 3.0 requirements will be met:
 ** http://www.gnu.org/copyleft/gpl.html.
 **
 ** Other Usage
 ** Alternatively, this file may be used in accordance with the terms and
 ** conditions contained in a signed written agreement between you and Nokia.
 **
 **
 **
 **
 **
 ** $QT_END_LICENSE$
 **
 ****************************************************************************/</span>

 <span class="preprocessor">#include &quot;hapticbutton.h&quot;</span>
 <span class="preprocessor">#include &lt;QPainter&gt;</span>

 HapticButton<span class="operator">::</span>HapticButton(<span class="keyword">const</span> <span class="type"><a href="http://qt.nokia.com/doc/4.7/qstring.html">QString</a></span> <span class="operator">&amp;</span>label) :
     <span class="type"><a href="http://qt.nokia.com/doc/4.7/qwidget.html">QWidget</a></span>(<span class="number">0</span>)<span class="operator">,</span> m_label(label)
 {
     setMinimumSize(<span class="number">100</span><span class="operator">,</span> <span class="number">100</span>);
 }

 <span class="type">void</span> HapticButton<span class="operator">::</span>setLabel(<span class="keyword">const</span> <span class="type"><a href="http://qt.nokia.com/doc/4.7/qstring.html">QString</a></span><span class="operator">&amp;</span> label)
 {
     m_label <span class="operator">=</span> label;
 }

 <span class="type">void</span> HapticButton<span class="operator">::</span>mousePressEvent(<span class="type"><a href="http://qt.nokia.com/doc/4.7/qmouseevent.html">QMouseEvent</a></span> <span class="operator">*</span>)
 {
     <span class="keyword">emit</span> clicked();
 }

 <span class="type">void</span> HapticButton<span class="operator">::</span>paintEvent(<span class="type"><a href="http://qt.nokia.com/doc/4.7/qpaintevent.html">QPaintEvent</a></span> <span class="operator">*</span>)
 {
     <span class="type"><a href="http://qt.nokia.com/doc/4.7/qpainter.html">QPainter</a></span> paint(<span class="keyword">this</span>);

     <span class="type"><a href="http://qt.nokia.com/doc/4.7/qrect.html">QRect</a></span> r(<span class="number">1</span><span class="operator">,</span> <span class="number">1</span><span class="operator">,</span> width()<span class="operator">-</span><span class="number">2</span><span class="operator">,</span> height()<span class="operator">-</span><span class="number">2</span>);
     paint<span class="operator">.</span>drawRoundedRect(r<span class="operator">,</span> <span class="number">10</span><span class="operator">,</span> <span class="number">10</span>);
     paint<span class="operator">.</span>drawText(r<span class="operator">,</span> <span class="type"><a href="http://qt.nokia.com/doc/4.7/qt.html">Qt</a></span><span class="operator">::</span>AlignCenter<span class="operator">,</span> m_label);
 }</pre>
</div>
<!-- @@@hapticsquare/hapticbutton.cpp -->
  <div class="ft">
    <span></span>
  </div>
</div> 
<div class="footer">
  <p>
     <acronym title="Copyright">&copy;</acronym> 2008-2011 Nokia Corporation and/or its
     subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation 
     in Finland and/or other countries worldwide.</p>
  <p>
     All other trademarks are property of their respective owners. <a title="Privacy Policy"
     href="http://qt.nokia.com/about/privacy-policy">Privacy Policy</a></p>
  <br />
  <p>
    Licensees holding valid Qt Commercial licenses may use this document in accordance with the    Qt Commercial License Agreement provided with the Software or, alternatively, in accordance    with the terms contained in a written agreement between you and Nokia.</p>
  <p>
    Alternatively, this document may be used under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU
    Free Documentation License version 1.3</a>
    as published by the Free Software Foundation.</p>
</div>
</body>
</html>