ROOT  6.06/09
Reference Guide
Macros
TGHtmlTable.cxx File Reference
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <math.h>
#include "TGHtml.h"
+ Include dependency graph for TGHtmlTable.cxx:

Go to the source code of this file.

Macros

#define DFLT_BORDER   0
 
#define DFLT_CELLSPACING_3D   5
 
#define DFLT_CELLSPACING_FLAT   0
 
#define DFLT_CELLPADDING   2
 
#define DFLT_HSPACE   0
 
#define DFLT_VSPACE   0
 
#define SETMAX(A, B)   if ((A) < (B)) { (A) = (B); }
 
#define MAX(A, B)   ((A) < (B) ? (B) : (A))
 
#define ColMin(A, B)   colMin[(A)-1][(B)-1]
 
#define ColReq(A, B)   colMin[(B)-1][(A)-1]
 
#define VAlign_Unknown   0
 
#define VAlign_Top   1
 
#define VAlign_Bottom   2
 
#define VAlign_Center   3
 
#define VAlign_Baseline   4
 
#define N   (HTML_MAX_COLUMNS+1)
 

Macro Definition Documentation

#define ColMin (   A,
 
)    colMin[(A)-1][(B)-1]

Referenced by TGHtml::TableDimensions().

#define ColReq (   A,
 
)    colMin[(B)-1][(A)-1]

Referenced by TGHtml::TableDimensions().

#define DFLT_BORDER   0

Definition at line 38 of file TGHtmlTable.cxx.

Referenced by TGHtml::TableDimensions().

#define DFLT_CELLPADDING   2

Definition at line 41 of file TGHtmlTable.cxx.

Referenced by TGHtml::TableDimensions(), and TGHtmlLayoutContext::TableLayout().

#define DFLT_CELLSPACING_3D   5

Definition at line 39 of file TGHtmlTable.cxx.

Referenced by TGHtml::CellSpacing().

#define DFLT_CELLSPACING_FLAT   0

Definition at line 40 of file TGHtmlTable.cxx.

Referenced by TGHtml::CellSpacing().

#define DFLT_HSPACE   0

Definition at line 42 of file TGHtmlTable.cxx.

#define DFLT_VSPACE   0

Definition at line 43 of file TGHtmlTable.cxx.

Referenced by TGHtmlLayoutContext::TableLayout().

#define MAX (   A,
 
)    ((A) < (B) ? (B) : (A))

Definition at line 47 of file TGHtmlTable.cxx.

Referenced by TGHtml::TableDimensions().

#define N   (HTML_MAX_COLUMNS+1)

Referenced by RooSpHarmonic::analyticalIntegral(), ROOT::Math::GoFTest::AndersonDarling2SamplesTest(), apply_bigskip(), std::array_view< T >::array_view(), ROOT::Math::crystalball_pdf(), TEveBoxProjectedGL::Draw(), ROOT::Math::Chebyshev::Eval(), TRolke::EvalPolynomial(), RooSpHarmonic::evaluate(), RooNLLVar::evaluatePartition(), faddeeva_impl::faddeeva_smabmq_impl(), RooFFTConvPdf::FFTCacheElem::FFTCacheElem(), fill_array(), RooFFTConvPdf::fillCacheSlice(), TEveShape::FindConvexHull(), get_next(), RooHistError::getBinomialIntervalAsym(), RooHistError::getBinomialIntervalEff(), RScanner::GetClassName(), RScanner::GetDeclName(), SelectionRules::GetDeclName(), RScanner::GetDeclQualName(), SelectionRules::GetDeclQualName(), ROOT::Math::CholeskyDecomp< F, N >::getL(), ROOT::Math::CholeskyDecomp< F, N >::getLi(), hasSomeTypedefSomewhere(), SelectionRules::IsNamespaceSelected(), iterate_and_fill_array(), iterate_raw_vec(), TClingCallFunc::make_narg_call(), TClingCallFunc::make_narg_ctor(), TClingCallFunc::make_wrapper(), RooSpHarmonic::maxVal(), RooAbsData::meanVar(), ROOT::Math::CholeskyDecompHelpers::_decomposerGenDim< F, M >::operator()(), ROOT::Math::CholeskyDecompHelpers::_decomposer< F, N, M >::operator()(), ROOT::Math::CholeskyDecompHelpers::_inverterGenDim< F, M >::operator()(), ROOT::Math::CholeskyDecompHelpers::_inverter< F, N, M >::operator()(), ROOT::Math::CholeskyDecompHelpers::_solverGenDim< F, V >::operator()(), ROOT::Math::CholeskyDecompHelpers::_solver< F, N, V >::operator()(), performance(), ROOT::Math::Polynomial1eval(), ROOT::Math::Polynomialeval(), precalc(), ROOT::Math::IntegOptionsUtil::Print(), ROOT::Math::IntegOptionsUtil::PrintDefault(), read_state(), TEveDigitSet::ReleaseIds(), TEveBoxProjectedGL::RenderPoints(), RooAbsData::rmsVar(), rng_copy(), rng_get_N(), RooFFTConvPdf::scanPdf(), seed_spbox(), seed_vielbein(), ROOT::Math::SMatrix< T, D1, D2, R >::SMatrix(), RooAbsData::statOn(), ROOT::Math::Chebyshev::T(), TGHtmlLayoutContext::TableLayout(), testDeinterleaveGatherImpl(), testInterleavingScatterImpl(), and TGHtml::TokenByIndex().

#define SETMAX (   A,
 
)    if ((A) < (B)) { (A) = (B); }
#define VAlign_Baseline   4
#define VAlign_Bottom   2
#define VAlign_Center   3
#define VAlign_Top   1
#define VAlign_Unknown   0

Definition at line 1081 of file TGHtmlTable.cxx.

Referenced by TGHtmlLayoutContext::TableLayout().