55 #ifndef FDIALOGLISTMENU_H 56 #define FDIALOGLISTMENU_H 57 #if !defined (USE_FINAL_H) && !defined (COMPILE_FINAL_CUT) 58 #error "Only <final/final.h> can be included directly." 61 #include "final/menu/fmenu.h" 81 auto getClassName()
const ->
FString override;
85 enum class Enable { No, Yes };
91 void cb_switchState (Enable);
97 inline auto FDialogListMenu::getClassName()
const ->
FString 98 {
return "FDialogListMenu"; }
102 #endif // FDIALOGLISTMENU_H
Definition: class_template.cpp:25