#include <SynthesisIterBot.h>
Public Member Functions | |
SynthesisIterBotWithOldGUI () | |
Default constructor. | |
~SynthesisIterBotWithOldGUI () | |
void | setIterationDetails (Record iterpars) |
Record | pauseForUserInteractionOld () |
Protected Member Functions | |
void | pauseForUserInteraction () |
Private Attributes | |
Vector< String > | itsImageList |
Vector< Bool > | itsMultiTermList |
Vector< Int > | itsActionCodes |
CountedPtr< InteractiveMasking > | itsInteractiveMasker |
Definition at line 109 of file SynthesisIterBot.h.
casa::SynthesisIterBotWithOldGUI::SynthesisIterBotWithOldGUI | ( | ) |
Default constructor.
casa::SynthesisIterBotWithOldGUI::~SynthesisIterBotWithOldGUI | ( | ) | [inline] |
Definition at line 115 of file SynthesisIterBot.h.
void casa::SynthesisIterBotWithOldGUI::pauseForUserInteraction | ( | ) | [inline, protected, virtual] |
Reimplemented from casa::SynthesisIterBot.
Definition at line 122 of file SynthesisIterBot.h.
Record casa::SynthesisIterBotWithOldGUI::pauseForUserInteractionOld | ( | ) | [virtual] |
Reimplemented from casa::SynthesisIterBot.
void casa::SynthesisIterBotWithOldGUI::setIterationDetails | ( | Record | iterpars | ) | [virtual] |
Reimplemented from casa::SynthesisIterBot.
Vector<Int> casa::SynthesisIterBotWithOldGUI::itsActionCodes [private] |
Definition at line 127 of file SynthesisIterBot.h.
Vector<String> casa::SynthesisIterBotWithOldGUI::itsImageList [private] |
Definition at line 122 of file SynthesisIterBot.h.
CountedPtr<InteractiveMasking> casa::SynthesisIterBotWithOldGUI::itsInteractiveMasker [private] |
Definition at line 128 of file SynthesisIterBot.h.
Vector<Bool> casa::SynthesisIterBotWithOldGUI::itsMultiTermList [private] |
Definition at line 126 of file SynthesisIterBot.h.