Slot Viewer: Stub Bug Number: n/a Release notes (y/n): no For Release Nums: 7.2 Stubbed Slot Viewer dialog. This is a SlotQtDlg built from a stubbed Sim/SlotViewerConfig instance. // class SlotViewerConfig : public Root // // Note [7-2017, RW 7.2]: The initial implementation of this class is just // a stub. The initial requirements for the Slot Viewer do not require any // state information outside of the GUI. (Even its list of SlotColRefs is // ephemeral -- not retained when the dialog is closed). One particular // use of this class is the definition of a distinct Q3GUI/SlotQtDlg // constructor for the Slot Viewer dialog. Q3GUI/SlotQDlgDefs.hpp: // SlotQtDlg Application Mode typedef enum { SQD_APP_MODE_UND = 0, // undefined SQD_APP_MODE_OPEN_SLOT, // Open Slot Mode SQD_APP_MODE_ACCT_EDIT, // Account SeriesSlot Editor Mode SQD_APP_MODE_OBJ_ACCT_SUM, // Object Account Summary Mode SQD_APP_MODE_EXCH_BAL, // Exchange Balance Mode SQD_APP_MODE_SLOT_VIEWER // Slot Viewer Mode <<< *** ADDED *** } SQD_AppMode; NEW MODULE: Sim/SlotViewerConfig.hpp Sim/SlotViewerConfig.cpp TEST HOOK: Workspace "Test" Menu >> "Test 2" SCREENSHOT: http://cadswes2.colorado.edu/~philw/2017/SlotViewer/2017-07-15/DlgStub1.png ---