Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
CDocumentPrinter.cpp File Reference
Include dependency graph for CDocumentPrinter.cpp:

Classes

class  CPrvChangePage
 
class  CPrvAcceptListChapter
 

Functions

static CStyleNumerationprvStyleNumerationHeading (const double heightFontBodyText)
 
static CStyleNumerationprvStyleNumerationFooter (const double heightFontBodyText)
 
static CStyleNumerationprvGetStyleForChapter (CDocumentPrinter::SDataProcessDraw *dataProcess, const uint64_t level)
 
static void prvProcessEntityForPDF (CDocumentPrinter::SDataProcessDraw *dataProcess, IEntPrinter *entity, const uint64_t level)
 
static void prvProcessEntityFortxt (CDocumentPrinter::SDataProcessDraw *dataProcess, IEntPrinter *entity, const uint64_t level)
 
static void prvProcessEntityForPanel (CDocumentPrinter::SDataProcessPanel *dataProcess, IEntPrinter *entity, const uint64_t level)
 
static std::vector< std::string > * prvTextChapters (const std::vector< CEntChapter * > *chaptersForPanel)
 
static AbstractComponentGUIprvPanelCheckSelection (std::vector< CEntChapter * > *chaptersForPanel)
 

Function Documentation

◆ prvGetStyleForChapter()

static CStyleNumeration * prvGetStyleForChapter ( CDocumentPrinter::SDataProcessDraw * dataProcess,
const uint64_t level )
static

◆ prvPanelCheckSelection()

static AbstractComponentGUI * prvPanelCheckSelection ( std::vector< CEntChapter * > * chaptersForPanel)
static

◆ prvProcessEntityForPanel()

static void prvProcessEntityForPanel ( CDocumentPrinter::SDataProcessPanel * dataProcess,
IEntPrinter * entity,
const uint64_t level )
static

◆ prvProcessEntityForPDF()

static void prvProcessEntityForPDF ( CDocumentPrinter::SDataProcessDraw * dataProcess,
IEntPrinter * entity,
const uint64_t level )
static

◆ prvProcessEntityFortxt()

static void prvProcessEntityFortxt ( CDocumentPrinter::SDataProcessDraw * dataProcess,
IEntPrinter * entity,
const uint64_t level )
static

◆ prvStyleNumerationFooter()

static CStyleNumeration * prvStyleNumerationFooter ( const double heightFontBodyText)
static

◆ prvStyleNumerationHeading()

static CStyleNumeration * prvStyleNumerationHeading ( const double heightFontBodyText)
static

◆ prvTextChapters()

static std::vector< std::string > * prvTextChapters ( const std::vector< CEntChapter * > * chaptersForPanel)
static