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

« back to all changes in this revision

Viewing changes to doc/help/api/toFilesize.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 toFilesize</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 toFilesize</h1>
 
14
                </TD>
 
15
                <TD valign="top" align="right" colspan="1">
 
16
 A widget to get a size value for Oracle objects. <small><A HREF="#longdesc">More...</A></small></TD></TR>
 
17
        </TABLE>
 
18
        <HR>
 
19
        <TABLE BORDER="0">
 
20
                <TR><TH>Definition</TH><TD><code>#include &lt;<A HREF="tofilesize_h.html">tofilesize.h</A>&gt;</code></TD></TR>
 
21
<TR><TH>Inherits</TH><TD><A HREF="/usr/lib/qt3/doc/html/qbuttongroup.html">QButtonGroup</A> <small>(qt)</small> <small>[public ]</small></TD></TR>
 
22
<TR><TH><A HREF="full-list-toFilesize.html">List of all Methods</A></TH></TR>
 
23
        </TABLE>
 
24
        </TD>
 
25
<TD align="right"><TABLE BORDER="0"><TR><TD><small><A HREF="index-long.html">Annotated List</A></small></TD></TR>
 
26
<TR><TD><small><A HREF="header-list.html">Files</A></small></TD></TR>
 
27
<TR><TD><small><A HREF="all-globals.html">Globals</A></small></TD></TR>
 
28
<TR><TD><small><A HREF="hier.html">Hierarchy</A></small></TD></TR>
 
29
<TR><TD><small><A HREF="index.html">Index</A></small></TD></TR>
 
30
</TABLE></TD></TR></TABLE>
 
31
<h4>Public Methods</h4><ul><LI>&nbsp;<b><A HREF="#ref8">toFilesize</A></b> (<A HREF="/usr/lib/qt3/doc/html/qwidget.html">QWidget</A>* parent=0,const char* name=0) 
 
32
</LI>
 
33
<LI>&nbsp;<b><A HREF="#ref9">toFilesize</A></b> (const <A HREF="/usr/lib/qt3/doc/html/qstring.html">QString</A> &title,<A HREF="/usr/lib/qt3/doc/html/qwidget.html">QWidget</A>* parent=0,const char* name=0) 
 
34
</LI>
 
35
<LI>void &nbsp;<b><A HREF="#ref10">setValue</A></b> (int sizeInKB) 
 
36
</LI>
 
37
<LI>int &nbsp;<b><A HREF="#ref11">value</A></b> (void) 
 
38
</LI>
 
39
<LI><A HREF="/usr/lib/qt3/doc/html/qstring.html">QString</A> &nbsp;<b><A HREF="#ref12">sizeString</A></b> (void) 
 
40
</LI>
 
41
</ul><h4>Signals</h4><ul><LI>void &nbsp;<b><A HREF="#ref7">valueChanged</A></b> (void) 
 
42
</LI>
 
43
</ul><HR><H2><A NAME="longdesc">Detailed Description</A></H2><p>
 
44
 A widget to get a size value for Oracle objects.
 
45
 </p>
 
46
<A NAME="valueChanged"></A><A NAME="ref7"></A><table width="100%"><tr bgcolor="#eeeeee"><td>void &nbsp;<strong>valueChanged</strong> (void)
 
47
<br></td><td align="right"><h3><strong>valueChanged</strong></h3></td></tr></table><p> <small>[signal]</small></p><p>
 
48
 Emitted when value was changed in the widget.
 
49
   </p>
 
50
<A NAME="toFilesize"></A><A NAME="ref8"></A><table width="100%"><tr bgcolor="#eeeeee"><td>&nbsp;<strong>toFilesize</strong> (<A HREF="/usr/lib/qt3/doc/html/qwidget.html">QWidget</A>* parent=0,const char* name=0)
 
51
<br></td><td align="right"><h3><strong>toFilesize</strong></h3></td></tr></table><p></p><p>
 
52
 Create a filesize widget.
 
53
</p>
 
54
<p><b>Parameters</b>:<TABLE BORDER="0" CELLPADDING="5">
 
55
<TR><TD align="left" valign="top"><i>parent</i></TD><TD align="left" valign="top">Parent widget.
 
56
</TD></TR>
 
57
<TR><TD align="left" valign="top"><i>name</i></TD><TD align="left" valign="top">Name of widget.
 
58
   </TD></TR>
 
59
</TABLE></P>
 
60
<A NAME="toFilesize"></A><A NAME="ref9"></A><table width="100%"><tr bgcolor="#eeeeee"><td>&nbsp;<strong>toFilesize</strong> (const <A HREF="/usr/lib/qt3/doc/html/qstring.html">QString</A> &title,<A HREF="/usr/lib/qt3/doc/html/qwidget.html">QWidget</A>* parent=0,const char* name=0)
 
61
<br></td><td align="right"><h3><strong>toFilesize</strong></h3></td></tr></table><p></p><p>
 
62
 Create a filesize widget.
 
63
</p>
 
64
<p><b>Parameters</b>:<TABLE BORDER="0" CELLPADDING="5">
 
65
<TR><TD align="left" valign="top"><i>title</i></TD><TD align="left" valign="top">Title of size selection frame.
 
66
</TD></TR>
 
67
<TR><TD align="left" valign="top"><i>parent</i></TD><TD align="left" valign="top">Parent widget.
 
68
</TD></TR>
 
69
<TR><TD align="left" valign="top"><i>name</i></TD><TD align="left" valign="top">Name of widget.
 
70
   </TD></TR>
 
71
</TABLE></P>
 
72
<A NAME="setValue"></A><A NAME="ref10"></A><table width="100%"><tr bgcolor="#eeeeee"><td>void &nbsp;<strong>setValue</strong> (int sizeInKB)
 
73
<br></td><td align="right"><h3><strong>setValue</strong></h3></td></tr></table><p></p><p>
 
74
 Set the value of the widget in KB.
 
75
</p>
 
76
<p><b>Parameters</b>:<TABLE BORDER="0" CELLPADDING="5">
 
77
<TR><TD align="left" valign="top"><i>sizeInKB</i></TD><TD align="left" valign="top">Size in KB.
 
78
   </TD></TR>
 
79
</TABLE></P>
 
80
<A NAME="value"></A><A NAME="ref11"></A><table width="100%"><tr bgcolor="#eeeeee"><td>int &nbsp;<strong>value</strong> (void)
 
81
<br></td><td align="right"><h3><strong>value</strong></h3></td></tr></table><p></p><p>
 
82
 Get value in KB.
 
83
</p>
 
84
<p><b>Returns</b>: Size selected in KB.
 
85
   </p>
 
86
<A NAME="sizeString"></A><A NAME="ref12"></A><table width="100%"><tr bgcolor="#eeeeee"><td><A HREF="/usr/lib/qt3/doc/html/qstring.html">QString</A> &nbsp;<strong>sizeString</strong> (void)
 
87
<br></td><td align="right"><h3><strong>sizeString</strong></h3></td></tr></table><p></p><p>
 
88
 Get an oracle size specification string.
 
89
</p>
 
90
<p><b>Returns</b>: String describing size in valid Oracle format.
 
91
   </p>
 
92
<HR>
 
93
        <table>
 
94
        <tr><td><small>Generated by: nneul on skyhawk on Wed Feb 23 19:49:58 2005, using kdoc 2.0a54.</small></td></tr>
 
95
        </table>
 
96
</BODY>
 
97
</HTML>