NCBI C++ ToolKit
|
Search Toolkit Book for ShowHideCallbackObject
#include "show_hide_callback.hpp"
(Private to src/app/cn3d
.)
Public Member Functions | |
virtual | ~ShowHideCallbackObject (void) |
virtual void | ShowHideCallbackFunction (const std::vector< bool > &itemsEnabled)=0 |
virtual bool | SelectionChangedCallback (const std::vector< bool > &original, std::vector< bool > &itemsEnabled) |
Definition at line 44 of file show_hide_callback.hpp.
|
inlinevirtual |
Definition at line 47 of file show_hide_callback.hpp.
|
inlinevirtual |
Reimplemented in ShowHideManager.
Definition at line 55 of file show_hide_callback.hpp.
Referenced by ShowHideDialog::OnSelection().
|
pure virtual |
Implemented in ShowHideManager, and AlignmentManager.
Referenced by ShowHideDialog::OnButton().