MasterScan
Lab_Matlab_control Master Branch
|
Abstract superclass defining interface for singleton classes.
All the Snow Dots classes that will act as singletons (only one can exist at a time) should use the same interface. This includes:
All of thses should provide useful behavior without any arguments.
Properties and Events | |
null | obj = theObject(varargin) |
Return the current class instance from the private constructor. | |
null | g = gui() |
Launch a grapical interface for the current instance. | |
Methods | |
null | reset (varargin) |
Restore a fresh state without deleting the current instance. | |
null | initialize (self) |
Restore a fresh state without deleting the current object, used by constructor and reset(). More... | |
initializeLists (self, listNames) | |
Create or refresh topsGroupedList instances. | |
set (self, varargin) | |
Set multiple properties. | |
null initialize | ( | self | ) |
Restore a fresh state without deleting the current object, used by constructor and reset().