MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / buttonFullscreen

Method buttonFullscreen

pj_plotting/widget/src/DockToolbar.cpp:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 return ui_->label;
68}
69QPushButton* DockToolbar::buttonFullscreen() {
70 return ui_->buttonFullscreen;
71}
72QPushButton* DockToolbar::buttonClose() {
73 return ui_->buttonClose;
74}

Callers 3

DockWidgetMethod · 0.80
clickFullscreenFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 2

clickFullscreenFunction · 0.64
TEST_FFunction · 0.64