NCBI C++ ToolKit
|
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | IDockableWindow |
IDockableWindow - repersents a window that can be docked in Dock Manager. More... | |
class | IDockDropTarget |
IDockDropTarget - interface representing a component that can serve as a drop target during D&D docking. More... | |
Enumerations | |
enum | EDockEffect { eNoEffect = -1 , eSplitLeft , eSplitRight , eSplitTop , eSplitBottom , eSplitTargetLeft , eSplitTargetRight , eSplitTargetTop , eSplitTargetBottom , ePutInTab } |
EDockEffect. More... | |
enum EDockEffect |
EDockEffect.
Enumerator | |
---|---|
eNoEffect | |
eSplitLeft | |
eSplitRight | |
eSplitTop | |
eSplitBottom | |
eSplitTargetLeft | |
eSplitTargetRight | |
eSplitTargetTop | |
eSplitTargetBottom | |
ePutInTab |
Definition at line 65 of file dock_window.hpp.