MCPcopy Create free account
hub / github.com/creatale/node-dv / Update

Method Update

deps/tesseract/viewer/scrollview.cpp:715–723  ·  view source on GitHub ↗

Note: this is an update to all windows

Source from the content-addressed store, hash-verified

713
714// Note: this is an update to all windows
715void ScrollView::Update() {
716 svmap_mu->Lock();
717 for (std::map<int, ScrollView*>::iterator iter = svmap.begin();
718 iter != svmap.end(); ++iter) {
719 if (iter->second != NULL)
720 iter->second->UpdateWindow();
721 }
722 svmap_mu->Unlock();
723}
724
725// Set the pen color, using an enum value (e.g. ScrollView::ORANGE)
726void ScrollView::Pen(Color color) {

Callers 15

DisplaySamplesMethod · 0.80
LearnPiecesMethod · 0.80
DebugDisplayMethod · 0.80
UpdateMatchDisplayFunction · 0.80
do_re_displayMethod · 0.80
word_bln_displayMethod · 0.80
blob_feature_displayMethod · 0.80
ComputeNonTextMaskMethod · 0.80
DisplayBlocksMethod · 0.80
DisplayTabsMethod · 0.80
close_to_winFunction · 0.80
PlotGradedBlobsMethod · 0.80

Calls 5

UpdateWindowMethod · 0.80
LockMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
UnlockMethod · 0.45

Tested by

no test coverage detected