Code::Blocks  SVN r11506
Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
ThreadsDlg Class Reference

#include <threadsdlg.h>

Inheritance diagram for ThreadsDlg:
Collaboration diagram for ThreadsDlg:

Public Member Functions

 ThreadsDlg (wxWindow *parent)
 
wxWindowGetWindow ()
 
void Reload ()
 
void EnableWindow (bool enable)
 
- Public Member Functions inherited from cbThreadsDlg
virtual ~cbThreadsDlg ()
 

Protected Member Functions

void OnListRightClick (wxListEvent &event)
 
void OnListDoubleClick (wxListEvent &event)
 
void OnSwitchThread (wxCommandEvent &event)
 

Private Member Functions

 DECLARE_EVENT_TABLE ()
 

Private Attributes

wxListCtrlm_list
 

Detailed Description

Definition at line 16 of file threadsdlg.h.

Constructor & Destructor Documentation

◆ ThreadsDlg()

ThreadsDlg::ThreadsDlg ( wxWindow parent)

Member Function Documentation

◆ DECLARE_EVENT_TABLE()

ThreadsDlg::DECLARE_EVENT_TABLE ( )
private

Referenced by GetWindow().

◆ EnableWindow()

void ThreadsDlg::EnableWindow ( bool  enable)
virtual

Implements cbThreadsDlg.

Definition at line 148 of file threadsdlg.cpp.

References m_list.

Referenced by GetWindow().

◆ GetWindow()

wxWindow* ThreadsDlg::GetWindow ( )
inlinevirtual

◆ OnListDoubleClick()

void ThreadsDlg::OnListDoubleClick ( wxListEvent event)
protected

Definition at line 115 of file threadsdlg.cpp.

References OnSwitchThread().

Referenced by GetWindow().

◆ OnListRightClick()

void ThreadsDlg::OnListRightClick ( wxListEvent event)
protected

Definition at line 106 of file threadsdlg.cpp.

References _(), wxMenu::Append(), wxListCtrl::GetSelectedItemCount(), and m_list.

Referenced by GetWindow().

◆ OnSwitchThread()

void ThreadsDlg::OnSwitchThread ( wxCommandEvent event)
protected

◆ Reload()

void ThreadsDlg::Reload ( )
virtual

Member Data Documentation

◆ m_list

wxListCtrl* ThreadsDlg::m_list
private

Definition at line 33 of file threadsdlg.h.

Referenced by EnableWindow(), OnListRightClick(), OnSwitchThread(), and Reload().


The documentation for this class was generated from the following files: