File: TransferLogo.html

package info (click to toggle)
qweb 1.3-3
  • links: PTS
  • area: contrib
  • in suites: hamm, slink
  • size: 3,080 kB
  • ctags: 2,370
  • sloc: cpp: 12,808; makefile: 485; sh: 2
file content (33 lines) | stat: -rw-r--r-- 1,376 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<HTML>
<HEAD>
<TITLE>TransferLogo</TITLE>
</HEAD>
<BODY>
<H1 ALIGN=CENTER>TransferLogo</H1>
<P> The TransferLogo class provides an animated sequence of pixmaps that can be turned on and off.</P>
<P>Publicly inherits QLabel.</P>
<H2>Public Methods</H2>
<TABLE BORDER=0>
<TR><TD VALIGN=TOP ALIGN=RIGHT>  <TD VALIGN=TOP ALIGN=RIGHT><B>TransferLogo</B><TD>(  QWidget* parent=???, const char* name=??? );
<TR><TD VALIGN=TOP ALIGN=RIGHT>  void<TD VALIGN=TOP ALIGN=RIGHT><A HREF="TransferLogo.html#454"><B>setTransfer</B></A><TD>(  bool b );
<TR><TD VALIGN=TOP ALIGN=RIGHT>  <TD VALIGN=TOP ALIGN=RIGHT><B>~TransferLogo</B><TD>(  );
</TABLE>
<H2>Protected Methods</H2>
<TABLE BORDER=0>
<TR><TD VALIGN=TOP ALIGN=RIGHT>  void<TD VALIGN=TOP ALIGN=RIGHT><B>timerEvent</B><TD>(  QTimerEvent* e );
</TABLE>
<H2>Private Data Members</H2>
<TABLE BORDER=0>
<TR><TD ALIGN=RIGHT> int<TD><B>_index</B>;
<TR><TD ALIGN=RIGHT> QPixmap<TD><B>_logo</B>;
<TR><TD ALIGN=RIGHT> QPixmap**<TD><B>_pixmaps</B>;
</TABLE>
<H2>Public Methods Documentation</H2>
<H4>  void <A NAME="454">setTransfer</A> (  bool b );</H4>
<P> Turn the animated logo on or off.  If b is TRUE then the animated logo shown.  If b is FALSE then the animation is stopped, and the QWeb! logo is displayed.</P>
<HR>
Return to <A HREF="index.html">Index</A>.<BR>
Automatically generated on <STRONG>Aug 11 23:32
</STRONG>
</BODY>
</HTML>