NCBI C++ ToolKit
Public Member Functions | Private Member Functions | Private Attributes | List of all members
RegionDialog Class Reference

Search Toolkit Book for RegionDialog

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

+ Inheritance diagram for RegionDialog:
+ Collaboration diagram for RegionDialog:

Public Member Functions

 RegionDialog (wxWindow *parentFrame, const Sequence *sequence, int initialFrom, int initialTo)
 
 ~RegionDialog (void)
 
bool GetValues (int *from, int *to)
 

Private Member Functions

void OnCloseWindow (wxCloseEvent &event)
 
void OnButton (wxCommandEvent &event)
 

Private Attributes

ncbi::IntegerSpinCtrl * iFrom
 
ncbi::IntegerSpinCtrl * iTo
 

Detailed Description

Definition at line 222 of file update_viewer_window.hpp.

Constructor & Destructor Documentation

◆ RegionDialog()

RegionDialog::RegionDialog ( wxWindow *  parentFrame,
const Sequence sequence,
int  initialFrom,
int  initialTo 
)

Definition at line 559 of file update_viewer_window.cpp.

References ID_B_CANCEL, ID_B_OK, ID_T_TITLE, ID_TEXT, and TRUE.

◆ ~RegionDialog()

RegionDialog::~RegionDialog ( void  )

Definition at line 626 of file update_viewer_window.cpp.

References iFrom, and iTo.

Member Function Documentation

◆ GetValues()

bool RegionDialog::GetValues ( int from,
int to 
)

Definition at line 652 of file update_viewer_window.cpp.

References iFrom, and iTo.

Referenced by SequenceDisplay::MouseDown(), and OnButton().

◆ OnButton()

void RegionDialog::OnButton ( wxCommandEvent &  event)
private

Definition at line 637 of file update_viewer_window.cpp.

References GetValues(), ID_B_CANCEL, and ID_B_OK.

◆ OnCloseWindow()

void RegionDialog::OnCloseWindow ( wxCloseEvent &  event)
private

Definition at line 632 of file update_viewer_window.cpp.

Member Data Documentation

◆ iFrom

ncbi::IntegerSpinCtrl* RegionDialog::iFrom
private

Definition at line 232 of file update_viewer_window.hpp.

Referenced by GetValues(), and ~RegionDialog().

◆ iTo

ncbi::IntegerSpinCtrl * RegionDialog::iTo
private

Definition at line 232 of file update_viewer_window.hpp.

Referenced by GetValues(), and ~RegionDialog().


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