~ubuntu-branches/ubuntu/wily/tora/wily-proposed

« back to all changes in this revision

Viewing changes to help/api/toConnectionWidget.html

  • Committer: Bazaar Package Importer
  • Author(s): Albin Tonnerre
  • Date: 2007-05-29 13:13:36 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070529131336-85ygaddivvmkd3xc
Tags: 1.3.21pre22-1ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - debian/rules: call dh_iconcache
  - Remove g++ build dependency
* Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<HTML>
2
 
<HEAD>
3
 
<TITLE>class toConnectionWidget</TITLE>
4
 
 
5
 
<META NAME="Generator" CONTENT="KDOC ">
6
 
</HEAD>
7
 
<BODY bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#000099" alink= "#ffffff">
8
 
<TABLE WIDTH="100%" BORDER="0">
9
 
<TR>
10
 
<TD>
11
 
        <TABLE BORDER="0">
12
 
                <TR><TD valign="top" align="left" cellspacing="10">
13
 
                <h1>class toConnectionWidget</h1>
14
 
                </TD>
15
 
                <TD valign="top" align="right" colspan="1"> This class is used to hold connections for <A HREF="toResult.html">toResult</A> classes. <small><A HREF="#longdesc">More...</A></small></TD></TR>
16
 
        </TABLE>
17
 
        <HR>
18
 
        <TABLE BORDER="0">
19
 
                <TR><TH>Definition</TH><TD><code>#include &lt;<A HREF="totool_h.html">totool.h</A>&gt;</code></TD></TR>
20
 
<TR><TH>Inherited by</TH><TD><A HREF="toToolWidget.html">toToolWidget</A></TD></TR>
21
 
<TR><TH><A HREF="full-list-toConnectionWidget.html">List of all Methods</A></TH></TR>
22
 
        </TABLE>
23
 
        </TD>
24
 
<TD align="right"><TABLE BORDER="0"><TR><TD><small><A HREF="index-long.html">Annotated List</A></small></TD></TR>
25
 
<TR><TD><small><A HREF="header-list.html">Files</A></small></TD></TR>
26
 
<TR><TD><small><A HREF="all-globals.html">Globals</A></small></TD></TR>
27
 
<TR><TD><small><A HREF="hier.html">Hierarchy</A></small></TD></TR>
28
 
<TR><TD><small><A HREF="index.html">Index</A></small></TD></TR>
29
 
</TABLE></TD></TR></TABLE>
30
 
<h4>Public Methods</h4><ul><LI>&nbsp;<b><A HREF="#ref3">toConnectionWidget</A></b> (<A HREF="toConnection.html">toConnection</A> &conn,<A HREF="/usr/lib/qt3/doc/html/qwidget.html">QWidget</A> *widget) 
31
 
</LI>
32
 
<LI>&nbsp;<b><A HREF="#ref4">toConnectionWidget</A></b> (<A HREF="/usr/lib/qt3/doc/html/qwidget.html">QWidget</A> *widget) 
33
 
</LI>
34
 
<LI>virtual  &nbsp;<b><A HREF="#ref5">~toConnectionWidget</A></b> () 
35
 
</LI>
36
 
<LI>virtual  void &nbsp;<b><A HREF="#ref6">setConnection</A></b> (<A HREF="toConnection.html">toConnection</A> &conn) 
37
 
</LI>
38
 
<LI>virtual  <A HREF="toConnection.html">toConnection</A> &&nbsp;<b><A HREF="#ref7">connection</A></b> () 
39
 
</LI>
40
 
</ul><HR><H2><A NAME="longdesc">Detailed Description</A></H2><p> This class is used to hold connections for <A HREF="toResult.html">toResult</A> classes.
41
 
 Must be multiply inherited by a widget otherwise it will go kaboom.
42
 
 It will dynamic cast itself to a QWidget from time to time so if that
43
 
 doesn't resolve correctly it will not work.
44
 
 </p>
45
 
<A NAME="toConnectionWidget"></A><A NAME="ref3"></A><table width="100%"><tr bgcolor="#eeeeee"><td>&nbsp;<strong>toConnectionWidget</strong> (<A HREF="toConnection.html">toConnection</A> &conn,<A HREF="/usr/lib/qt3/doc/html/qwidget.html">QWidget</A> *widget)
46
 
<br></td><td align="right"><h3><strong>toConnectionWidget</strong></h3></td></tr></table><p></p><p> Constructor with the connection it should be set to initially.
47
 
   </p>
48
 
<A NAME="toConnectionWidget"></A><A NAME="ref4"></A><table width="100%"><tr bgcolor="#eeeeee"><td>&nbsp;<strong>toConnectionWidget</strong> (<A HREF="/usr/lib/qt3/doc/html/qwidget.html">QWidget</A> *widget)
49
 
<br></td><td align="right"><h3><strong>toConnectionWidget</strong></h3></td></tr></table><p></p><p> Constructor without a connection. Will inherit the connection from a parent connection widget.
50
 
   </p>
51
 
<A NAME="~toConnectionWidget"></A><A NAME="ref5"></A><table width="100%"><tr bgcolor="#eeeeee"><td> &nbsp;<strong>~toConnectionWidget</strong> ()
52
 
<br></td><td align="right"><h3><strong>~toConnectionWidget</strong></h3></td></tr></table><p> <small>[virtual]</small></p><p> Destructor.
53
 
   </p>
54
 
<A NAME="setConnection"></A><A NAME="ref6"></A><table width="100%"><tr bgcolor="#eeeeee"><td> void &nbsp;<strong>setConnection</strong> (<A HREF="toConnection.html">toConnection</A> &conn)
55
 
<br></td><td align="right"><h3><strong>setConnection</strong></h3></td></tr></table><p> <small>[virtual]</small></p><p> Change connection of the widget.
56
 
   </p>
57
 
<A NAME="connection"></A><A NAME="ref7"></A><table width="100%"><tr bgcolor="#eeeeee"><td> <A HREF="toConnection.html">toConnection</A> &&nbsp;<strong>connection</strong> ()
58
 
<br></td><td align="right"><h3><strong>connection</strong></h3></td></tr></table><p> <small>[virtual]</small></p><p> Get the connection it is pointed to.
59
 
   </p>
60
 
<HR>
61
 
        <table>
62
 
        <tr><td><small>Generated by: nneul on skyhawk on Wed Feb 23 19:49:58 2005, using kdoc 2.0a54.</small></td></tr>
63
 
        </table>
64
 
</BODY>
65
 
</HTML>