MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / GetExpanded

Method GetExpanded

scintilla/src/ContractionState.cxx:181–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181bool ContractionState::GetExpanded(int lineDoc) const {
182 if (OneToOne()) {
183 return true;
184 } else {
185 Check();
186 return expanded->ValueAt(lineDoc) == 1;
187 }
188}
189
190bool ContractionState::SetExpanded(int lineDoc, bool expanded_) {
191 if (OneToOne() && expanded_) {

Callers 11

PropGetExpandedMethod · 0.45
PaintSelMarginMethod · 0.45
PaintMethod · 0.45
ExpandLineMethod · 0.45
FoldLineMethod · 0.45
FoldExpandMethod · 0.45
ContractedFoldNextMethod · 0.45
EnsureLineVisibleMethod · 0.45
FoldAllMethod · 0.45
FoldChangedMethod · 0.45
WndProcMethod · 0.45

Calls 1

ValueAtMethod · 0.45

Tested by

no test coverage detected