48 #ifndef FRADIOBUTTON_H    49 #define FRADIOBUTTON_H    51 #if !defined (USE_FINAL_H) && !defined (COMPILE_FINAL_CUT)    52   #error "Only <final/final.h> can be included directly."    55 #include "final/widget/ftogglebutton.h"    75     auto getClassName() 
const -> 
FString override;
    81     void drawRadioButton();
    89 inline auto FRadioButton::getClassName() 
const -> 
FString    90 { 
return "FRadioButton"; }
    94 #endif  // FRADIOBUTTON_H 
Definition: class_template.cpp:25