NCBI C++ ToolKit
Public Member Functions | List of all members
ShowHideCallbackObject Class Referenceabstract

Search Toolkit Book for ShowHideCallbackObject

#include "show_hide_callback.hpp"
(Private to src/app/cn3d.)

+ Inheritance diagram for ShowHideCallbackObject:

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)
 

Detailed Description

Definition at line 44 of file show_hide_callback.hpp.

Constructor & Destructor Documentation

◆ ~ShowHideCallbackObject()

virtual ShowHideCallbackObject::~ShowHideCallbackObject ( void  )
inlinevirtual

Definition at line 47 of file show_hide_callback.hpp.

Member Function Documentation

◆ SelectionChangedCallback()

virtual bool ShowHideCallbackObject::SelectionChangedCallback ( const std::vector< bool > &  original,
std::vector< bool > &  itemsEnabled 
)
inlinevirtual

Reimplemented in ShowHideManager.

Definition at line 55 of file show_hide_callback.hpp.

Referenced by ShowHideDialog::OnSelection().

◆ ShowHideCallbackFunction()

virtual void ShowHideCallbackObject::ShowHideCallbackFunction ( const std::vector< bool > &  itemsEnabled)
pure virtual

Implemented in ShowHideManager, and AlignmentManager.

Referenced by ShowHideDialog::OnButton().


The documentation for this class was generated from the following file:
Modified on Fri Sep 20 14:58:19 2024 by modify_doxy.py rev. 669887