Code::Blocks  SVN r11506
Functions
CCManagerHelper Namespace Reference

Functions

void RipplePts (int &ptA, int &ptB, int len, int delta)
 
int FindColumn (int line, int column, wxScintilla *stc)
 
bool IsPosVisible (int pos, wxScintilla *stc)
 
static int CallTipToInt (const wxString &firstTip, int numPages)
 
static void BuildFontSizes (int *sizes, int size)
 
static int GetDefaultHTMLFontSize ()
 

Function Documentation

◆ BuildFontSizes()

static void CCManagerHelper::BuildFontSizes ( int *  sizes,
int  size 
)
static

Definition at line 84 of file ccmanager.cpp.

Referenced by CCManager::CCManager().

◆ CallTipToInt()

static int CCManagerHelper::CallTipToInt ( const wxString firstTip,
int  numPages 
)
static

◆ FindColumn()

int CCManagerHelper::FindColumn ( int  line,
int  column,
wxScintilla stc 
)
inline

◆ GetDefaultHTMLFontSize()

static int CCManagerHelper::GetDefaultHTMLFontSize ( )
static

Definition at line 99 of file ccmanager.cpp.

References wxFont::GetPointSize(), and wxNORMAL_FONT.

Referenced by CCManager::CCManager().

◆ IsPosVisible()

bool CCManagerHelper::IsPosVisible ( int  pos,
wxScintilla stc 
)
inline

◆ RipplePts()

void CCManagerHelper::RipplePts ( int &  ptA,
int &  ptB,
int  len,
int  delta 
)
inline

Definition at line 40 of file ccmanager.cpp.

Referenced by CCManager::DoShowTips(), and CCManager::DoUpdateCallTip().