#include "brshgdgt.h"
Go to the source code of this file.
Classes | |
class | LineAttrGroup |
Specialises the SGDisplayGroup class, overriding the function that builds up the title string. This derived class can have any string as its title. More... | |
class | LineAttrItem |
This DisplayTree node is used by the Line SuperGallery It is responsible for providing the ability to handle/redraw one LineAttrItem displayed in said gallery. More... | |
class | LineGallery |
The Line SuperGallery class Notes: SuperGalleries are specced in a number of docs including specs.doc ("super" gallery extensions) specs.doc (gallery basic ui) There is also howtouse.doc which describes creating a supergallery. More... | |
class | OpDisplayLineGallery |
Defines | |
#define | OPTOKEN_DISPLAY_LINE_GALLERY TEXT("DisplayLineGallery") |
Displays the Line gallery. This op can be attached to a menu, button or keypress. | |
Typedefs | |
typedef LineAttrItem | SGDisplayLineAttrItem |
typedef LineAttrGroup | SGLineDisplayGroup |
typedef LineGallery | LineSGallery |
Variables | |
const MILLIPOINT | c_nHorzSizeOfItem = 85000L |
const MILLIPOINT | c_nVertSizeOfItem = 20000 |
const MILLIPOINT | c_nHorzSizeOfText = 28000 |
const MILLIPOINT | c_nVertSizeOfText = 15000 |
const MILLIPOINT | c_nHorzGapAfterText = 4000 |
const MILLIPOINT | c_nVertGapAboveText = 10000 |
const MILLIPOINT | c_nHorzGapBetweenItems = 22000 |
const MILLIPOINT | c_nVertGapBetweenItems = 4000 |
const MILLIPOINT | c_nDefaultLineWidth = 3000 |
const MILLIPOINT | c_nAveCharWidth = 6000 |
|
Displays the Line gallery. This op can be attached to a menu, button or keypress.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|