PatchNamedSelClip Class Reference
 
 
 
PatchNamedSelClip Class Reference

#include <nsclip.h>

Inheritance diagram for PatchNamedSelClip:
MaxHeapOperators

Class Description

See also:
Class BitArray, Template Class Tab.

Description:
This class provides a storage and access mechanism for a named patch selection clipboard.
Data Members:
MSTR name;

The name of the clipboard.

Tab<BitArray*> sets;

This table is a

Public Member Functions

  PatchNamedSelClip (MSTR &n)
CoreExport  ~PatchNamedSelClip ()

Public Attributes

MSTR  name
Tab< BitArray * >  sets

Constructor & Destructor Documentation

PatchNamedSelClip ( MSTR n ) [inline]
Remarks:
Constructor. The name is set to the name passed.
{name=n;}
CoreExport ~PatchNamedSelClip ( )
Remarks:
Destructor. The sets are deleted.

Member Data Documentation