kaddressbook

KABPrinting::PrintProgress Class Reference

#include <printprogress.h>

Inherits TQWidget.

Public Member Functions

 PrintProgress (TQWidget *parent, const char *name=0)
 
void addMessage (const TQString &)
 
void setProgress (int)
 

Detailed Description

This defines a simple widget to display print progress information.

It is provided to all print styles during a print process. It displays messages and a a progress bar.

Definition at line 40 of file printprogress.h.

Member Function Documentation

◆ addMessage()

void PrintProgress::addMessage ( const TQString &  msg)

Add a message to the message log.

Give the user something to admire :-)

Definition at line 59 of file printprogress.cpp.

◆ setProgress()

void PrintProgress::setProgress ( int  step)

Set the progress to a certain amount.

Steps are from 0 to 100.

Definition at line 77 of file printprogress.cpp.


The documentation for this class was generated from the following files: