MasterScan  Lab_Matlab_control Master Branch
List of all members | Properties and Events | Methods
dotsAllSingletonObjects Class Reference

Overview

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.

Inheritance diagram for dotsAllSingletonObjects:
Inheritance graph
[legend]

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.
 

Methods

◆ initialize()

null initialize ( self  )

Restore a fresh state without deleting the current object, used by constructor and reset().


The documentation for this class was generated from the following file: