• Antelope Release 5.9 Mac OS X 10.13.2 2019-05-01

 

NAME

BQTextPopup - BRTT Qt graphics extension for drawing text popup dialogs

SYNOPSIS


$(QTNATIVELIBS) -lbqplot_native -lbanner -lbrttutil -lbumapdata $(DBLIBS) $(TRLIBS)

#include "BQ.h"

DESCRIPTION

BQTextPopup objects are used to display general text popup dialog boxes. A text popup window will either occupy the lower left hand corner of the viewport frame, or it will be displayed as a top-level popup window at a specified position usually close the the mouse cursor. In this way it can be used as a help balloon dialog utility.

This class inherits the BQConfigure class which is itself a subclass of the BUConfigure class with extensions to process Qt colors and fonts. The configure methods are implemented in the BUConfigure parent (see BUConfigure(3)).

INHERITS FROM

BQViewportItem, BQConfigure

CONSTRUCTOR

BQTextPopup(BQViewport *master);

Where "master" is the BQViewport master for this object.

METHODS INHERITED FROM BQConfigure

METHODS INHERITED FROM BQViewportItem

BQTextPopup METHODS

OBJECT CONFIGURATION PARAMETERS

SEE ALSO

bqplot(3), BQViewport(3), BQLayer(3), BQConfigure(3)

AUTHOR

Danny Harvey, BRTT