Searched refs:SynthAddOptions (Results 1 – 1 of 1) sorted by relevance
62 class SynthAddOptions { class71 SynthAddOptions(bool sptr, bool sref, bool casc, bool regx, std::string catg) in SynthAddOptions() function in SynthAddOptions75 typedef std::shared_ptr<SynthAddOptions> SharedPointer;403 SynthAddOptions *options_ptr = in IOHandlerInputComplete()404 ((SynthAddOptions *)io_handler.GetUserData()); in IOHandlerInputComplete()406 SynthAddOptions::SharedPointer options( in IOHandlerInputComplete()2235 auto options = std::make_unique<SynthAddOptions>( in Execute_HandwritePython()