Go to the source code of this file.
Classes | |
class | BlobStyle |
Class for holding which blobs are required and which are not. Objects of this class are passed into the Blob Manager to tell it which of the blobs a tool wants to display and should be used something like this :- MonoOn BlobStyle ThisToolsBlobs; ThisToolsBlobs.Object = TRUE; // Display Object blobs in this tool ThisToolsBlobs.Fill = TRUE; // Display Fill blobs in this tool BlobManager->ToolInterest(ThisToolsBlobs); MonoOff. More... | |
class | BlobManager |
Class to Manage the various types of selection blobs in Camelot. Currently Camelot knows about the following forms of selection blob :-. More... |