4#ifndef MALENA_DIALOGREQUEST_H
5#define MALENA_DIALOGREQUEST_H
Virtual base class for all Malena framework objects.
Interface for components that want the root shell to present a confirm/cancel dialog on their behalf.
virtual const std::string & getMessage()=0
virtual const std::string & getCancelLabel()=0
virtual std::string getTitle()
virtual std::function< void()> getOnConfirm()=0
virtual ~DialogRequest()=default
virtual std::function< void()> getOnReject()=0
virtual ml::Core * getContent()
virtual const std::string & getConfirmLabel()=0