#include <DocFormatHelper.h>
Public Types | |
enum | DescriptionParent { TOP, OR, XOR, AND, OTHER } |
Public Member Functions | |
bool | brief () const |
size_t | column1 () const |
size_t | column2 () const |
size_t | column3 () const |
size_t | commentWidth () const |
int | counter () const |
void | decrementCounter () |
DocFormatHelper () | |
void | incrementCounter () |
void | indent (std::ostream &os) const |
void | indent2 (std::ostream &os) const |
int | indentation () const |
void | init () |
size_t | lineWidth () const |
DescriptionParent | parent () const |
int | pass () const |
std::string const & | section () const |
void | setAtLeast1 (size_t width) |
void | setAtLeast2 (size_t width) |
void | setAtLeast3 (size_t width) |
void | setBrief (bool value) |
void | setCounter (int value) |
void | setIndentation (int value) |
void | setLineWidth (size_t value) |
void | setParent (DescriptionParent value) |
void | setPass (int value) |
void | setSection (std::string const &value) |
int | startColumn2 () const |
Static Public Member Functions | |
static int | offsetModuleLabel () |
static int | offsetSectionContent () |
static int | offsetTopLevelPSet () |
static void | wrapAndPrintText (std::ostream &os, std::string const &text, size_t indent, size_t suggestedWidth) |
Private Attributes | |
bool | brief_ |
size_t | column1_ |
size_t | column2_ |
size_t | column3_ |
int | counter_ |
int | indentation_ |
size_t | lineWidth_ |
DescriptionParent | parent_ |
int | pass_ |
std::string | section_ |
size_t | startColumn2_ |
Definition at line 15 of file DocFormatHelper.h.
Enumerator | |
---|---|
TOP | |
OR | |
XOR | |
AND | |
OTHER |
Definition at line 19 of file DocFormatHelper.h.
|
inline |
Definition at line 27 of file DocFormatHelper.h.
|
inline |
Definition at line 43 of file DocFormatHelper.h.
References brief_.
Referenced by edm::ParameterSetDescription::print(), edm::EmptyGroupDescription::print_(), edm::AllowedLabelsDescriptionBase::print_(), edm::IfExistsDescription::print_(), edm::ORGroupDescription::print_(), edm::ANDGroupDescription::print_(), edm::XORGroupDescription::print_(), edm::ParameterWildcardBase::print_(), edm::ParameterDescriptionBase::print_(), edm::ParameterSwitchBase::printBase(), edm::ParameterDescriptionBase::printDefault_(), edm::AllowedLabelsDescriptionBase::printNestedContent_(), edm::XORGroupDescription::printNestedContent_(), edm::IfExistsDescription::printNestedContent_(), edm::ORGroupDescription::printNestedContent_(), edm::ANDGroupDescription::printNestedContent_(), edm::AllowedLabelsDescription< ParameterSetDescription >::printNestedContent_(), edm::ParameterWildcard< ParameterSetDescription >::printNestedContent_(), edm::ParameterDescriptionBase::printNestedContent_(), edm::AllowedLabelsDescription< std::vector< ParameterSet > >::printNestedContent_(), edm::ParameterWildcard< std::vector< ParameterSet > >::printNestedContent_(), edm::ParameterDescription< ParameterSetDescription >::printNestedContent_(), edm::ParameterDescription< std::vector< ParameterSet > >::printNestedContent_(), edm::ParameterSwitchBase::printNestedContentBase(), and edm::AllowedLabelsDescriptionBase::printNestedContentBase_().
|
inline |
Definition at line 58 of file DocFormatHelper.h.
References column1_.
Referenced by edm::ParameterWildcardBase::print_(), edm::ParameterDescriptionBase::print_(), and edm::ParameterSwitchBase::printBase().
|
inline |
Definition at line 59 of file DocFormatHelper.h.
References column2_.
Referenced by edm::ParameterWildcardBase::print_(), edm::ParameterDescriptionBase::print_(), and edm::ParameterSwitchBase::printBase().
|
inline |
Definition at line 60 of file DocFormatHelper.h.
References column3_.
Referenced by edm::ParameterWildcardBase::print_(), edm::ParameterDescriptionBase::print_(), and edm::ParameterSwitchBase::printBase().
size_t edm::DocFormatHelper::commentWidth | ( | ) | const |
Definition at line 125 of file DocFormatHelper.cc.
References lineWidth(), startColumn2(), and create_public_lumi_plots::width.
Referenced by edm::AllowedLabelsDescriptionBase::print_(), edm::XORGroupDescription::print_(), edm::ANDGroupDescription::print_(), edm::ORGroupDescription::print_(), edm::IfExistsDescription::print_(), edm::ParameterWildcardBase::print_(), edm::ParameterDescriptionBase::print_(), and edm::ParameterSwitchBase::printBase().
|
inline |
Definition at line 66 of file DocFormatHelper.h.
References counter_.
Referenced by counter.Counters::__getitem__(), edm::AllowedLabelsDescriptionBase::print_(), edm::ANDGroupDescription::print_(), edm::ORGroupDescription::print_(), edm::XORGroupDescription::print_(), edm::IfExistsDescription::print_(), edm::ParameterWildcardBase::print_(), edm::ParameterSwitchBase::printBase(), edm::ParameterDescriptionBase::printDefault_(), edm::ParameterDescription< ParameterSetDescription >::printDefault_(), edm::ParameterDescription< std::vector< ParameterSet > >::printDefault_(), edm::XORGroupDescription::printNestedContent_(), edm::IfExistsDescription::printNestedContent_(), edm::ORGroupDescription::printNestedContent_(), edm::ANDGroupDescription::printNestedContent_(), edm::AllowedLabelsDescription< ParameterSetDescription >::printNestedContent_(), edm::ParameterWildcard< ParameterSetDescription >::printNestedContent_(), edm::ParameterDescriptionBase::printNestedContent_(), edm::AllowedLabelsDescription< std::vector< ParameterSet > >::printNestedContent_(), edm::ParameterWildcard< std::vector< ParameterSet > >::printNestedContent_(), edm::ParameterDescription< ParameterSetDescription >::printNestedContent_(), edm::ParameterDescription< std::vector< ParameterSet > >::printNestedContent_(), edm::ParameterSwitchBase::printNestedContentBase(), and edm::AllowedLabelsDescriptionBase::printNestedContentBase_().
|
inline |
Definition at line 69 of file DocFormatHelper.h.
References counter_.
Referenced by edm::ANDGroupDescription::print_(), edm::XORGroupDescription::print_(), edm::ORGroupDescription::print_(), edm::ORGroupDescription::printNestedContent_(), edm::ANDGroupDescription::printNestedContent_(), and edm::XORGroupDescription::printNestedContent_().
|
inline |
Definition at line 68 of file DocFormatHelper.h.
References counter_.
Referenced by edm::ParameterDescriptionNode::print(), and edm::ParameterDescriptionNode::printNestedContent().
void edm::DocFormatHelper::indent | ( | std::ostream & | os | ) | const |
Definition at line 136 of file DocFormatHelper.cc.
References indentation_.
Referenced by edm::ParameterSetDescription::print(), edm::EmptyGroupDescription::print_(), edm::AllowedLabelsDescriptionBase::print_(), edm::XORGroupDescription::print_(), edm::ORGroupDescription::print_(), edm::ANDGroupDescription::print_(), edm::IfExistsDescription::print_(), edm::ParameterWildcardBase::print_(), edm::ParameterDescriptionBase::print_(), edm::ParameterSwitchBase::printBase(), edm::ParameterSwitchBase::printCase(), edm::ParameterSwitch< T >::printNestedContent_(), edm::AllowedLabelsDescriptionBase::printNestedContentBase_(), and wrapAndPrintText().
void edm::DocFormatHelper::indent2 | ( | std::ostream & | os | ) | const |
Definition at line 142 of file DocFormatHelper.cc.
References startColumn2_.
Referenced by edm::AllowedLabelsDescriptionBase::print_(), edm::ANDGroupDescription::print_(), edm::XORGroupDescription::print_(), edm::IfExistsDescription::print_(), edm::ORGroupDescription::print_(), edm::ParameterWildcardBase::print_(), edm::ParameterDescriptionBase::print_(), edm::ParameterSwitchBase::printBase(), edm::AllowedLabelsDescription< ParameterSetDescription >::printNestedContent_(), edm::AllowedLabelsDescription< std::vector< ParameterSet > >::printNestedContent_(), and edm::AllowedLabelsDescriptionBase::printNestedContentBase_().
|
inline |
Definition at line 45 of file DocFormatHelper.h.
References indentation_.
Referenced by edm::ParameterDescriptionBase::printDefault_(), edm::ANDGroupDescription::printNestedContent_(), edm::IfExistsDescription::printNestedContent_(), edm::ORGroupDescription::printNestedContent_(), edm::XORGroupDescription::printNestedContent_(), edm::AllowedLabelsDescription< ParameterSetDescription >::printNestedContent_(), edm::ParameterWildcard< ParameterSetDescription >::printNestedContent_(), edm::ParameterDescriptionBase::printNestedContent_(), edm::AllowedLabelsDescription< std::vector< ParameterSet > >::printNestedContent_(), edm::ParameterWildcard< std::vector< ParameterSet > >::printNestedContent_(), edm::ParameterDescription< ParameterSetDescription >::printNestedContent_(), edm::ParameterDescription< std::vector< ParameterSet > >::printNestedContent_(), edm::ParameterSwitchBase::printNestedContentBase(), and edm::AllowedLabelsDescriptionBase::printNestedContentBase_().
void edm::DocFormatHelper::init | ( | void | ) |
Definition at line 115 of file DocFormatHelper.cc.
References column1_, column2_, column3_, counter_, OTHER, parent_, pass_, section_, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by edm::ANDGroupDescription::printNestedContent_(), edm::ORGroupDescription::printNestedContent_(), edm::XORGroupDescription::printNestedContent_(), edm::IfExistsDescription::printNestedContent_(), edm::ParameterDescription< ParameterSetDescription >::printNestedContent_(), edm::ParameterDescription< std::vector< ParameterSet > >::printNestedContent_(), edm::ParameterSwitchBase::printNestedContentBase(), and edm::AllowedLabelsDescriptionBase::printNestedContentBase_().
|
inline |
Definition at line 44 of file DocFormatHelper.h.
References lineWidth_.
Referenced by commentWidth().
|
inlinestatic |
Definition at line 84 of file DocFormatHelper.h.
Referenced by edm::ConfigurationDescriptions::print().
|
inlinestatic |
Definition at line 86 of file DocFormatHelper.h.
Referenced by edm::ANDGroupDescription::printNestedContent_(), edm::IfExistsDescription::printNestedContent_(), edm::ORGroupDescription::printNestedContent_(), edm::XORGroupDescription::printNestedContent_(), edm::AllowedLabelsDescription< ParameterSetDescription >::printNestedContent_(), edm::ParameterWildcard< ParameterSetDescription >::printNestedContent_(), edm::ParameterDescriptionBase::printNestedContent_(), edm::AllowedLabelsDescription< std::vector< ParameterSet > >::printNestedContent_(), edm::ParameterWildcard< std::vector< ParameterSet > >::printNestedContent_(), edm::ParameterDescription< ParameterSetDescription >::printNestedContent_(), edm::ParameterDescription< std::vector< ParameterSet > >::printNestedContent_(), edm::ParameterSwitchBase::printNestedContentBase(), and edm::AllowedLabelsDescriptionBase::printNestedContentBase_().
|
inlinestatic |
Definition at line 85 of file DocFormatHelper.h.
Referenced by edm::ConfigurationDescriptions::printForLabel().
|
inline |
Definition at line 71 of file DocFormatHelper.h.
References parent_.
Referenced by BeautifulSoup.PageElement::_invert(), Vispa.Gui.ConnectableWidget.ConnectableWidget::addMenuEntry(), Vispa.Views.LineDecayView.LineDecayContainer::applyFilter(), Vispa.Views.BoxDecayView.BoxDecayContainer::arrangeUsingRelations(), Vispa.Views.BoxDecayView.BoxDecayContainer::autolayoutAlgorithm(), Vispa.Gui.ZoomableScrollableWidgetOwner.ZoomableScrollableWidgetOwner::autosizeScrollArea(), Vispa.Views.BoxDecayView.BoxDecayContainer::autosizeScrollArea(), Vispa.Gui.PortWidget.PortWidget::connectionPoint(), Vispa.Main.StartupScreen.StartupScreen::createDescriptionWidget(), Vispa.Views.BoxDecayView.BoxDecayContainer::dataAccessor(), Vispa.Views.LineDecayView.LineDecayContainer::dataAccessor(), Vispa.Views.LineDecayView.LineDecayContainer::delete(), Vispa.Gui.VispaWidget.VispaWidget::delete(), Vispa.Gui.VispaWidget.VispaWidget::dragWidget(), Vispa.Share.ImageExporter.ImageExporter::exportImageDialog(), Vispa.Gui.VispaWidget.VispaWidget::keyPressEvent(), Vispa.Gui.MenuWidget.MenuWidget::leaveEvent(), Vispa.Gui.ConnectableWidget.ConnectableWidget::leaveEvent(), Vispa.Gui.PortWidget.PortWidget::moduleParent(), Vispa.Gui.WidgetContainer.WidgetContainer::mouseDoubleClickEvent(), Vispa.Gui.VispaWidget.VispaWidget::mouseDoubleClickEvent(), Vispa.Gui.PortConnection.PointToPointConnection::mousePressEvent(), Vispa.Gui.VispaWidget.VispaWidget::mousePressEvent(), Vispa.Views.LineDecayView.ParticleWidget::mousePressEvent(), Vispa.Views.LineDecayView.LineDecayContainer::noDecorationsMode(), Vispa.Views.LineDecayView.LineDecayContainer::operationId(), Vispa.Gui.VispaWidget.VispaWidget::paintEvent(), Vispa.Gui.ConnectableWidget.ConnectableWidget::positionizeMenuWidget(), edm::ANDGroupDescription::print_(), edm::ORGroupDescription::print_(), edm::XORGroupDescription::print_(), edm::IfExistsDescription::printNestedContent_(), edm::ORGroupDescription::printNestedContent_(), edm::XORGroupDescription::printNestedContent_(), edm::ANDGroupDescription::printNestedContent_(), edm::AllowedLabelsDescription< ParameterSetDescription >::printNestedContent_(), edm::ParameterWildcard< ParameterSetDescription >::printNestedContent_(), edm::ParameterDescriptionBase::printNestedContent_(), edm::AllowedLabelsDescription< std::vector< ParameterSet > >::printNestedContent_(), edm::ParameterWildcard< std::vector< ParameterSet > >::printNestedContent_(), edm::ParameterDescription< ParameterSetDescription >::printNestedContent_(), edm::ParameterDescription< std::vector< ParameterSet > >::printNestedContent_(), edm::ParameterSwitchBase::printNestedContentBase(), edm::AllowedLabelsDescriptionBase::printNestedContentBase_(), Vispa.Views.WidgetView.WidgetView::restoreSelection(), Vispa.Views.WidgetView.WidgetView::select(), Vispa.Gui.PortConnection.PointToPointConnection::select(), Vispa.Gui.VispaWidget.VispaWidget::select(), Vispa.Views.LineDecayView.LineDecayContainer::select(), Vispa.Views.LineDecayView.LineDecayContainer::sizeHint(), Vispa.Views.LineDecayView.LineDecayContainer::tabController(), Vispa.Views.BoxDecayView.BoxDecayContainer::toggleCollapsed(), Vispa.Views.PropertyView.PropertyView::valueChanged(), Vispa.Views.BoxDecayView.BoxDecayContainer::widgetByObject(), Vispa.Gui.VispaWidgetOwner.VispaWidgetOwner::widgetDoubleClicked(), and Vispa.Gui.VispaWidgetOwner.VispaWidgetOwner::widgetDragged().
|
inline |
Definition at line 55 of file DocFormatHelper.h.
References pass_.
Referenced by edm::EmptyGroupDescription::print_(), edm::AllowedLabelsDescriptionBase::print_(), edm::ANDGroupDescription::print_(), edm::IfExistsDescription::print_(), edm::ORGroupDescription::print_(), edm::XORGroupDescription::print_(), edm::ParameterWildcardBase::print_(), edm::ParameterDescriptionBase::print_(), edm::ParameterSwitchBase::printBase(), edm::ParameterSwitchBase::printCase(), and edm::ParameterSetDescription::printNode().
|
inline |
Definition at line 52 of file DocFormatHelper.h.
References section_.
Referenced by VarParsing.VarParsing::parseArguments(), edm::AllowedLabelsDescriptionBase::print_(), edm::IfExistsDescription::print_(), edm::ORGroupDescription::print_(), edm::XORGroupDescription::print_(), edm::ANDGroupDescription::print_(), edm::ParameterWildcardBase::print_(), edm::ParameterSwitchBase::printBase(), edm::ParameterDescriptionBase::printDefault_(), edm::ParameterDescription< ParameterSetDescription >::printDefault_(), edm::ParameterDescription< std::vector< ParameterSet > >::printDefault_(), edm::IfExistsDescription::printNestedContent_(), edm::ORGroupDescription::printNestedContent_(), edm::XORGroupDescription::printNestedContent_(), edm::ANDGroupDescription::printNestedContent_(), edm::AllowedLabelsDescription< ParameterSetDescription >::printNestedContent_(), edm::ParameterWildcard< ParameterSetDescription >::printNestedContent_(), edm::ParameterDescriptionBase::printNestedContent_(), edm::AllowedLabelsDescription< std::vector< ParameterSet > >::printNestedContent_(), edm::ParameterWildcard< std::vector< ParameterSet > >::printNestedContent_(), edm::ParameterDescription< ParameterSetDescription >::printNestedContent_(), edm::ParameterDescription< std::vector< ParameterSet > >::printNestedContent_(), edm::ParameterSwitchBase::printNestedContentBase(), and edm::AllowedLabelsDescriptionBase::printNestedContentBase_().
|
inline |
Definition at line 62 of file DocFormatHelper.h.
References column1_, and create_public_lumi_plots::width.
Referenced by edm::ParameterWildcardBase::print_(), edm::ParameterDescriptionBase::print_(), and edm::ParameterSwitchBase::printBase().
|
inline |
Definition at line 63 of file DocFormatHelper.h.
References column2_, and create_public_lumi_plots::width.
Referenced by edm::ParameterWildcardBase::print_(), edm::ParameterDescriptionBase::print_(), and edm::ParameterSwitchBase::printBase().
|
inline |
Definition at line 64 of file DocFormatHelper.h.
References column3_, and create_public_lumi_plots::width.
Referenced by edm::ParameterWildcardBase::print_(), edm::ParameterDescriptionBase::print_(), and edm::ParameterSwitchBase::printBase().
|
inline |
Definition at line 48 of file DocFormatHelper.h.
References brief_, and relativeConstraints::value.
Referenced by edm::ConfigurationDescriptions::printForLabel().
|
inline |
Definition at line 67 of file DocFormatHelper.h.
References counter_, and relativeConstraints::value.
Referenced by edm::ParameterSetDescription::print(), edm::XORGroupDescription::printNestedContent_(), edm::ORGroupDescription::printNestedContent_(), edm::ANDGroupDescription::printNestedContent_(), edm::IfExistsDescription::printNestedContent_(), and edm::ParameterSwitch< T >::printNestedContent_().
|
inline |
Definition at line 50 of file DocFormatHelper.h.
References indentation_, and relativeConstraints::value.
Referenced by edm::ConfigurationDescriptions::printForLabel(), edm::ANDGroupDescription::printNestedContent_(), edm::IfExistsDescription::printNestedContent_(), edm::ORGroupDescription::printNestedContent_(), edm::XORGroupDescription::printNestedContent_(), edm::AllowedLabelsDescription< ParameterSetDescription >::printNestedContent_(), edm::ParameterWildcard< ParameterSetDescription >::printNestedContent_(), edm::AllowedLabelsDescription< std::vector< ParameterSet > >::printNestedContent_(), edm::ParameterWildcard< std::vector< ParameterSet > >::printNestedContent_(), edm::ParameterDescription< ParameterSetDescription >::printNestedContent_(), edm::ParameterDescription< std::vector< ParameterSet > >::printNestedContent_(), and edm::ParameterSwitchBase::printNestedContentBase().
|
inline |
Definition at line 49 of file DocFormatHelper.h.
References lineWidth_, and relativeConstraints::value.
Referenced by edm::ConfigurationDescriptions::printForLabel().
|
inline |
Definition at line 72 of file DocFormatHelper.h.
References parent_, and relativeConstraints::value.
Referenced by lumiQTWidget.LumiCanvas::__init__(), edm::ConfigurationDescriptions::printForLabel(), edm::XORGroupDescription::printNestedContent_(), edm::IfExistsDescription::printNestedContent_(), edm::ANDGroupDescription::printNestedContent_(), edm::ORGroupDescription::printNestedContent_(), edm::AllowedLabelsDescription< ParameterSetDescription >::printNestedContent_(), edm::ParameterWildcard< ParameterSetDescription >::printNestedContent_(), edm::AllowedLabelsDescription< std::vector< ParameterSet > >::printNestedContent_(), edm::ParameterWildcard< std::vector< ParameterSet > >::printNestedContent_(), and edm::ParameterSwitchBase::printNestedContentBase().
|
inline |
Definition at line 56 of file DocFormatHelper.h.
References pass_, and relativeConstraints::value.
Referenced by edm::ParameterSetDescription::print(), edm::XORGroupDescription::printNestedContent_(), edm::IfExistsDescription::printNestedContent_(), edm::ORGroupDescription::printNestedContent_(), edm::ANDGroupDescription::printNestedContent_(), edm::ParameterSwitch< T >::printNestedContent_(), and edm::AllowedLabelsDescriptionBase::printNestedContentBase_().
|
inline |
Definition at line 53 of file DocFormatHelper.h.
References section_, and relativeConstraints::value.
Referenced by edm::ConfigurationDescriptions::printForLabel(), edm::ANDGroupDescription::printNestedContent_(), edm::IfExistsDescription::printNestedContent_(), edm::ORGroupDescription::printNestedContent_(), edm::XORGroupDescription::printNestedContent_(), edm::AllowedLabelsDescription< ParameterSetDescription >::printNestedContent_(), edm::ParameterWildcard< ParameterSetDescription >::printNestedContent_(), edm::AllowedLabelsDescription< std::vector< ParameterSet > >::printNestedContent_(), edm::ParameterWildcard< std::vector< ParameterSet > >::printNestedContent_(), edm::ParameterDescription< ParameterSetDescription >::printNestedContent_(), edm::ParameterDescription< std::vector< ParameterSet > >::printNestedContent_(), and edm::ParameterSwitchBase::printNestedContentBase().
|
inline |
Definition at line 46 of file DocFormatHelper.h.
References startColumn2_.
Referenced by commentWidth(), edm::AllowedLabelsDescriptionBase::print_(), edm::ANDGroupDescription::print_(), edm::IfExistsDescription::print_(), edm::ORGroupDescription::print_(), edm::XORGroupDescription::print_(), edm::ParameterWildcardBase::print_(), edm::ParameterDescriptionBase::print_(), edm::ParameterSwitchBase::printBase(), and edm::ParameterDescriptionBase::printDefault_().
|
static |
Definition at line 98 of file DocFormatHelper.cc.
References indent().
Referenced by edm::ConfigurationDescriptions::print(), edm::AllowedLabelsDescriptionBase::print_(), edm::ANDGroupDescription::print_(), edm::IfExistsDescription::print_(), edm::XORGroupDescription::print_(), edm::ORGroupDescription::print_(), edm::ParameterWildcardBase::print_(), edm::ParameterDescriptionBase::print_(), edm::ParameterSwitchBase::printBase(), and edm::ConfigurationDescriptions::printForLabel().
|
private |
Definition at line 90 of file DocFormatHelper.h.
Referenced by brief(), and setBrief().
|
private |
Definition at line 99 of file DocFormatHelper.h.
Referenced by column1(), init(), and setAtLeast1().
|
private |
Definition at line 100 of file DocFormatHelper.h.
Referenced by column2(), init(), and setAtLeast2().
|
private |
Definition at line 101 of file DocFormatHelper.h.
Referenced by column3(), init(), and setAtLeast3().
|
private |
Definition at line 103 of file DocFormatHelper.h.
Referenced by counter(), decrementCounter(), incrementCounter(), init(), and setCounter().
|
private |
Definition at line 92 of file DocFormatHelper.h.
Referenced by indent(), indentation(), and setIndentation().
|
private |
Definition at line 91 of file DocFormatHelper.h.
Referenced by lineWidth(), and setLineWidth().
|
private |
Definition at line 105 of file DocFormatHelper.h.
Referenced by init(), parent(), and setParent().
|
private |
Definition at line 97 of file DocFormatHelper.h.
|
private |
Definition at line 95 of file DocFormatHelper.h.
Referenced by init(), section(), and setSection().
|
private |
Definition at line 93 of file DocFormatHelper.h.
Referenced by indent2(), and startColumn2().