MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / back

Method back

source/json_tool/editor_gui.cpp:82–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void JsonEditor::back() {
83 if (m_fileIndex == 0)
84 return;
85
86 --m_fileIndex;
87 displayCurrentFile();
88}
89
90void JsonEditor::updatePreview(QString const& valueStr) {
91 try {

Callers 12

renderMethod · 0.45
renderPortraitMethod · 0.45
invitePlayerMethod · 0.45
RunStringFunction · 0.45
nextMethod · 0.45
popMethod · 0.45
DirectivesGroupMethod · 0.45
appendMethod · 0.45
addToStringMethod · 0.45
CapturedStreamMethod · 0.45
DisconnectMethod · 0.45

Calls

no outgoing calls

Tested by 1

CapturedStreamMethod · 0.36