Ember
Loading...
Searching...
No Matches
EmberUI::SearchResultsListBox Class Reference

Virtual list box for search results (trees and nodes). More...

#include <NavigatorTab.h>

Inheritance diagram for EmberUI::SearchResultsListBox:

Public Member Functions

 SearchResultsListBox (NavigatorTab *owner, wxWindow *parent, wxWindowID id)

Private Member Functions

void OnDrawItem (wxDC &dc, const wxRect &rect, size_t n) const override
wxCoord OnMeasureItem (size_t n) const override
void OnDrawBackground (wxDC &dc, const wxRect &rect, size_t n) const override
void OnLeftDClick (wxMouseEvent &event)
void OnRightDown (wxMouseEvent &event)

Private Attributes

NavigatorTabm_owner

Detailed Description

Virtual list box for search results (trees and nodes).

Definition at line 80 of file NavigatorTab.h.

Constructor & Destructor Documentation

◆ SearchResultsListBox()

EmberUI::SearchResultsListBox::SearchResultsListBox ( NavigatorTab * owner,
wxWindow * parent,
wxWindowID id )

Definition at line 337 of file NavigatorTab.cpp.

Member Function Documentation

◆ OnDrawBackground()

void EmberUI::SearchResultsListBox::OnDrawBackground ( wxDC & dc,
const wxRect & rect,
size_t n ) const
overrideprivate

Definition at line 344 of file NavigatorTab.cpp.

◆ OnDrawItem()

void EmberUI::SearchResultsListBox::OnDrawItem ( wxDC & dc,
const wxRect & rect,
size_t n ) const
overrideprivate

Definition at line 357 of file NavigatorTab.cpp.

◆ OnLeftDClick()

void EmberUI::SearchResultsListBox::OnLeftDClick ( wxMouseEvent & event)
private

Definition at line 397 of file NavigatorTab.cpp.

◆ OnMeasureItem()

wxCoord EmberUI::SearchResultsListBox::OnMeasureItem ( size_t n) const
overrideprivate

Definition at line 395 of file NavigatorTab.cpp.

◆ OnRightDown()

void EmberUI::SearchResultsListBox::OnRightDown ( wxMouseEvent & event)
private

Definition at line 415 of file NavigatorTab.cpp.

Member Data Documentation

◆ m_owner

NavigatorTab* EmberUI::SearchResultsListBox::m_owner
private

Definition at line 91 of file NavigatorTab.h.


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