MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getButtonOK

Method getButtonOK

src/eepp/ui/uimessagebox.cpp:199–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199UIPushButton* UIMessageBox::getButtonOK() const {
200 return mButtonOK;
201}
202
203UIPushButton* UIMessageBox::getButtonCancel() const {
204 return mButtonCancel;

Callers 3

openFileFromPathMethod · 0.80
initMethod · 0.80
createMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected