NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
searchctrl.cpp File Reference
#include "searchctrl.hpp"
#include <wx/dnd.h>
Include dependency graph for searchctrl.cpp:

Go to the source code of this file.

Macros

#define HIGHLIGHTCOLOR   wxColour(0,0,139)
 

Functions

 wxBEGIN_EVENT_TABLE (SearchCtrlPopup, wxListView) wxEND_EVENT_TABLE() wxArrayString SearchCtrlPopup
 This private member function splits the passed string at every '~' character in single strings, which can be used to fill the columns of this control. More...
 

Macro Definition Documentation

◆ HIGHLIGHTCOLOR

#define HIGHLIGHTCOLOR   wxColour(0,0,139)

Definition at line 22 of file searchctrl.cpp.

Function Documentation

◆ wxBEGIN_EVENT_TABLE()

wxBEGIN_EVENT_TABLE ( SearchCtrlPopup  ,
wxListView   
)

This private member function splits the passed string at every '~' character in single strings, which can be used to fill the columns of this control.

Parameters
sStringwxString
Returns
wxArrayString

Definition at line 25 of file searchctrl.cpp.