|
WSF
|
#include <Loader.hpp>


Public Member Functions | |
| WsfL16_Extension (WsfScenario &aScenario) | |
| ~WsfL16_Extension () override | |
| bool | ProcessInput (UtInput &aInput) override |
| void | SimulationCreated (WsfSimulation &aSimulation) override |
| Returns the name of the module this setup object creates. | |
| WsfL16::ComputerPartTypes & | GetComputerPartTypes () const |
| Public Member Functions inherited from WsfScenarioExtension | |
| WsfScenarioExtension () | |
| ~WsfScenarioExtension () override | |
| WsfScenario & | GetScenario () const |
| WsfApplication & | GetApplication () const |
| virtual void | AddedToScenario () |
| virtual void | FileLoaded (const std::string &aFileName) |
| virtual bool | Complete () |
| virtual bool | Complete2 () |
| virtual bool | AlwaysCreate () |
| Public Member Functions inherited from WsfExtension | |
| virtual | ~WsfExtension ()=default |
| const std::string & | GetExtensionName () const |
Static Public Member Functions | |
| static WsfL16_Extension * | Find (const WsfScenario &aScenario) |
Public Attributes | |
| std::unique_ptr< WsfL16::ComputerPartTypes > | mComputerPartTypes |
| WsfL16::InterfaceSetup | mInterfaceSetup |
Additional Inherited Members | |
| Protected Member Functions inherited from WsfExtension | |
| void | InitializeExtensionName (const std::string &aName) |
| WsfL16_Extension::WsfL16_Extension | ( | WsfScenario & | aScenario | ) |
References WsfObjectTypeList< T >::Add(), WsfProcessorTypes::Get(), mComputerPartTypes, mInterfaceSetup, and WsfScenarioExtension::WsfScenario.
Referenced by Find().
|
override |
|
static |
References WsfScenario::FindExtension(), WsfL16_Extension(), and WsfScenarioExtension::WsfScenario.
Referenced by WsfL16::ComputerProcessor::CreatePart().
|
inline |
References mComputerPartTypes.
Referenced by WsfL16::ComputerProcessor::CreatePart().
|
overridevirtual |
Process potential input for the extension. This method examines the current input command to determine if it is one that is recognized by the extension. If it is one recognized by the extension then it processes the command and returns 'true', otherwise it returns 'false'.
| aInput | a reference to a UtInput object. |
| UtInput::ExceptionBase | (or an object derived from it) if the command was recognized but contains some sort of error. |
Reimplemented from WsfScenarioExtension.
References mInterfaceSetup.
|
overridevirtual |
Returns the name of the module this setup object creates.
Reimplemented from WsfScenarioExtension.
References WsfExtension::GetExtensionName(), mInterfaceSetup, and WsfSimulation::RegisterExtension().
| std::unique_ptr<WsfL16::ComputerPartTypes> WsfL16_Extension::mComputerPartTypes |
Referenced by GetComputerPartTypes(), and WsfL16_Extension().
| WsfL16::InterfaceSetup WsfL16_Extension::mInterfaceSetup |
Referenced by ProcessInput(), SimulationCreated(), and WsfL16_Extension().