API Documentation
|
This is the complete list of members for QCustomMessageBox, including all inherited members.
addButtonsToLayout() | QCustomMessageBox | protected |
addKeyOption(const KeyOption &option) | BasicKeyController | virtual |
BasicKeyController(const TranslatedString &key_controller_title) | BasicKeyController | |
buttonPressed(QMessageBox::StandardButton button, PopupInfo) | QCustomMessageBox | protected |
buttonPressed(const TranslatedString &button_label, PopupInfo) | QCustomMessageBox | protected |
clearButtons() | QCustomMessageBox | |
CreateMessageBox(const TranslatedString &title, const TranslatedString &text, QMessageBox::StandardButtons buttons, std::function< void(QMessageBox::StandardButton, PopupInfo)> on_select=nullptr) | QCustomMessageBox | static |
CreateMessageBox(const TranslatedString &title, const TranslatedString &text, const Buffer< TranslatedString > &button_labels, std::function< void(TranslatedString, PopupInfo)> on_select=nullptr) | QCustomMessageBox | static |
CreateMessageBox(const GenericOption &entry_type, std::function< void(GenericOption, PopupInfo)> on_select=nullptr) | QCustomMessageBox | static |
currentKeyMaps() const | BasicKeyController | inline |
finishReadingINI(INIFactory &) | INIInterface | inlinevirtual |
getINI(INIFactory &factory) override | BasicKeyController | virtual |
INIInterface(const File &default_ini) | INIInterface | |
keyControllerTitle() const | BasicKeyController | inline |
m_buttons | QCustomMessageBox | protected |
m_callback | QCustomMessageBox | protected |
m_default_ini | INIInterface | protected |
m_generic_option | QCustomMessageBox | protected |
m_image_view | QCustomMessageBox | protected |
m_key_controller_title | BasicKeyController | protected |
m_key_options | BasicKeyController | protected |
m_label_callback | QCustomMessageBox | protected |
m_pixmap | QCustomMessageBox | protected |
m_save_ini_on_change_key_option_change | BasicKeyController | protected |
m_text | QCustomMessageBox | protected |
m_top_layout | QCustomMessageBox | protected |
m_user_entry_callback | QCustomMessageBox | protected |
prepareForINI(INIFactory &) | INIInterface | inlinevirtual |
processKeyEvent(const String &id, const KeyEvent &key_event, DesignObjectLookup *lookup, Camera *camera) override | QCustomMessageBox | virtual |
NDEVR::BasicKeyController::processKeyEvent(const KeyEvent &key_event, DesignObjectLookup *lookup, Camera *camera) final override | BasicKeyController | virtual |
QCustomMessageBox(const TranslatedString &title, const TranslatedString &text, QMessageBox::StandardButtons buttons, std::function< void(QMessageBox::StandardButton, PopupInfo)> on_select=nullptr) | QCustomMessageBox | protected |
QCustomMessageBox(const TranslatedString &title, const TranslatedString &text, const Buffer< TranslatedString > &button_labels, std::function< void(TranslatedString, PopupInfo)> on_select=nullptr) | QCustomMessageBox | protected |
QCustomMessageBox(const GenericOption &entry_type, std::function< void(GenericOption, PopupInfo)> on_select) | QCustomMessageBox | protected |
readINIOptions() | INIInterface | virtual |
readINIOptions(File &ini_file) | INIInterface | virtual |
resetKeyControllerToDefaults() override | QCustomMessageBox | virtual |
s_message_boxes | QCustomMessageBox | protectedstatic |
saveINIOptions(bool multithead=false) | INIInterface | virtual |
saveINIOptions(File &ini_file, bool multithead=false) | INIInterface | virtual |
setButtons(QMessageBox::StandardButtons buttons) | QCustomMessageBox | |
setButtons(const Buffer< TranslatedString > &button_labels) | QCustomMessageBox | |
setCallback(std::function< void(QMessageBox::StandardButton, PopupInfo)> callback) | QCustomMessageBox | inline |
setDefaultINIFile(const File &file) | INIInterface | |
setGenericOptionCallback(std::function< void(GenericOption, PopupInfo)> callback) | QCustomMessageBox | inline |
setIcon(const String &image, fltp08 icon_size_mult=1.0) | QCustomMessageBox | |
setKeyOption(const KeyOption &option) | BasicKeyController | virtual |
setLabelCallback(std::function< void(TranslatedString, PopupInfo)> callback) | QCustomMessageBox | inline |
setText(const TranslatedString &text) | QCustomMessageBox | |
sizeHint() const override | QCustomMessageBox | |
writeToLog(ProgressInfo *log, uint01 log_level=2U) | INIInterface | virtual |
writeToLog(const String &title, ProgressInfo *log, uint01 log_level=2U) | INIInterface | virtual |
~INIInterface() | INIInterface | inlinevirtual |
~QCustomMessageBox() | QCustomMessageBox | protectedvirtual |