#include "sgdrag.h"
#include "dragbmp.h"
#include "attrsets.h"
Go to the source code of this file.
Classes | |
class | NameGallery |
Core object of the Camelot naming system. More... | |
class | SGNameGroup |
A SuperGallery group of SGNameItems. Records whether this group's display needs to be updated on the next idle event because of a change to its Document's named objects. More... | |
class | SGNameItem |
Represents an item in the Name gallery's display. More... | |
class | GalleryNameDragInfo |
class | SGNameDragTarget |
An instantiation of this class is created by each entity which wishes to provide a 'destination' to which the mouse can go to complete a drag. This particular target is used for handling drags of NameGalllery items within their displayed list. It automatically handles drags with draginfo derived from BitmapDragInformation. Notes: Drag targets are destroyed automatically when a drag finishes by the drag manager with which they were registered. To remove a drag target at any time, destroy it - it automatically deregisters and cleans up. More... | |
class | OpDisplayNameGallery |
class | NameObjectsDlg |
Defines | |
#define | OPTOKEN_DISPLAY_NAME_GALLERY TEXT("DisplayNameGallery") |
Displays the Name gallery. This op can be attached to a menu, button or keypress. | |
#define | OPTOKEN_NAME_OBJECTS_DLG TEXT("NameObjectsDlg") |
Runs a dialog which asks the user to enter a name for the selected objects. |
|
Displays the Name gallery. This op can be attached to a menu, button or keypress.
|
|
Runs a dialog which asks the user to enter a name for the selected objects.
|