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

#include <searchresultslog.h>

Inheritance diagram for cbSearchResultsLog:
Collaboration diagram for cbSearchResultsLog:

Public Member Functions

 cbSearchResultsLog (const wxArrayString &titles, wxArrayInt &widths)
 
 ~cbSearchResultsLog () override
 
void FocusEntry (size_t index)
 
void SetBasePath (const wxString base)
 
wxWindowCreateControl (wxWindow *parent) override
 
- Public Member Functions inherited from ListCtrlLogger
 ListCtrlLogger (const wxArrayString &titles, const wxArrayInt &widths, bool fixedPitchFont=false)
 
 ~ListCtrlLogger () override
 
void CopyContentsToClipboard (bool selectionOnly=false) override
 
void UpdateSettings () override
 
void Append (const wxString &msg, Logger::level lv=info) override
 
virtual void Append (const wxArrayString &colValues, Logger::level lv=info, int autoSize=-1)
 
virtual size_t GetItemsCount () const
 
void Clear () override
 
wxWindowCreateControl (wxWindow *parent) override
 
bool HasFeature (Feature::Enum feature) const override
 
virtual void AutoFitColumns (int column)
 
- Public Member Functions inherited from Logger
 Logger ()
 
virtual ~Logger ()
 
virtual void CopyContentsToClipboard (cb_optional bool selectionOnly=false)
 
virtual wxWindowCreateControl (cb_optional wxWindow *parent)
 
virtual bool GetWrapMode () const
 
virtual bool HasFeature (cb_optional Feature::Enum feature) const
 
virtual void AppendAdditionalMenuItems (cb_optional wxMenu &menu)
 

Protected Member Functions

void OnDoubleClick (wxCommandEvent &event)
 
void SyncEditor (int selIndex)
 
- Protected Member Functions inherited from ListCtrlLogger
wxString GetItemAsText (long item) const
 

Protected Attributes

wxString m_Base
 
- Protected Attributes inherited from ListCtrlLogger
wxListCtrlcontrol
 
bool fixed
 
wxArrayString titles
 
wxArrayInt widths
 
ListStyles style [num_levels]
 

Additional Inherited Members

- Public Types inherited from Logger
enum  level {
  caption, info, warning, success,
  error, critical, failure, pagetitle,
  spacer, asterisk
}
 
enum  { num_levels = asterisk +1 }
 

Detailed Description

Definition at line 15 of file searchresultslog.h.

Constructor & Destructor Documentation

◆ cbSearchResultsLog()

cbSearchResultsLog::cbSearchResultsLog ( const wxArrayString titles,
wxArrayInt widths 
)

Definition at line 33 of file searchresultslog.cpp.

◆ ~cbSearchResultsLog()

cbSearchResultsLog::~cbSearchResultsLog ( )
override

Definition at line 39 of file searchresultslog.cpp.

Member Function Documentation

◆ CreateControl()

wxWindow * cbSearchResultsLog::CreateControl ( wxWindow parent)
override

◆ FocusEntry()

void cbSearchResultsLog::FocusEntry ( size_t  index)

◆ OnDoubleClick()

void cbSearchResultsLog::OnDoubleClick ( wxCommandEvent event)
protected

◆ SetBasePath()

void cbSearchResultsLog::SetBasePath ( const wxString  base)
inline

◆ SyncEditor()

void cbSearchResultsLog::SyncEditor ( int  selIndex)
protected

Member Data Documentation

◆ m_Base

wxString cbSearchResultsLog::m_Base
protected

Definition at line 28 of file searchresultslog.h.

Referenced by SyncEditor().


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