Go to the documentation of this file.
34 #include <wx/docview.h>
70 view()->GetDocument())->getModel();
80 while (navigator.
hasItem(newName)) {
97 if (dialog.ShowModal() == wxID_OK) {
152 wxDocManager* manager = wxGetApp().docManager();
153 if (manager->GetCurrentView() != NULL) {
virtual AddASCmd * create() const
static const std::string COMP_NEW_NAME_PREFIX_AS
Prefix for new address space names.
static const int DEFAULT_AS_MIN_ADDRESS
Default address space min address.
static std::string toString(const T &source)
static const int DEFAULT_AS_MAX_ADDRESS
Default address space max address.
void notifyObservers(bool modified=true)
#define assert(condition)
static const int DEFAULT_WIDTH
Default bit width.
bool hasItem(const std::string &name) const
virtual AddressSpaceNavigator addressSpaceNavigator() const
void popFromStack(bool modified=false)
virtual std::string shortName() const
static const std::string CMD_SNAME_ADD_AS
Command name for the "Add Address Space" command.
wxWindow * parentWindow() const
TTAMachine::Machine * getMachine()