MCPcopy Create free account
hub / github.com/WheretIB/nullc / GoForward

Method GoForward

GUI/RichTextarea.cpp:724–730  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

722}
723
724bool RichTextarea::LineIterator::GoForward()
725{
726 AreaLine *curr = (AreaLine*)line;
727 line = (void*)curr->next;
728 number++;
729 return line ? true : false;
730}
731
732void RichTextarea::LineIterator::SetStyle(unsigned int style)
733{

Callers 2

RefreshBreakpointsFunction · 0.80
SuperCalcSetBreakpointsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected