A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/doxyhtml/wx__tools_8hpp_source.html below:

NCBI C++ ToolKit: include/algo/structure/wx_tools/wx_tools.hpp Source File

41 #include <wx/msw/winundef.h> 44 #include <wx/spinbutt.h> 45 #include <wx/spinctrl.h> 51 #if defined(__WXMSW__) 52 static const int

SPIN_CTRL_HEIGHT = 20;

53 #elif defined(__WXGTK__) 54 static const int

SPIN_CTRL_HEIGHT = 20;

55 #elif defined(__WXMAC__) 56 static const int

SPIN_CTRL_HEIGHT = 24;

96

wxWindow* parent, wxWindowID

id

,

const

wxPoint& pos = wxDefaultPosition,

97  const

wxSize&

size

= wxDefaultSize,

long

style = wxSP_HORIZONTAL) :

98

wxSpinButton(parent,

id

, pos,

size

, style),

notify

(toNotify) { }

110  const

wxPoint& pos = wxDefaultPosition,

const

wxSize&

size

= wxDefaultSize,

long

style = 0,

111  const

wxValidator& validator = wxDefaultValidator,

const

wxString& name = wxTextCtrlNameStr);

120  void OnChange

(wxCommandEvent& event);

122

DECLARE_EVENT_TABLE()

134  int min

,

int max

,

int

increment,

int

initial,

135  const

wxPoint& textCtrlPos,

const

wxSize& textCtrlSize,

long

textCtrlStyle,

136  const

wxPoint& spinCtrlPos,

const

wxSize& spinCtrlSize);

165  const

wxPoint& pos = wxDefaultPosition,

const

wxSize&

size

= wxDefaultSize,

long

style = 0,

166  const

wxValidator& validator = wxDefaultValidator,

const

wxString& name = wxTextCtrlNameStr);

175  void OnChange

(wxCommandEvent& event);

177

DECLARE_EVENT_TABLE()

189  double min

,

double max

,

double

increment,

double

initial,

190  const

wxPoint& textCtrlPos,

const

wxSize& textCtrlSize,

long

textCtrlStyle,

191  const

wxPoint& spinCtrlPos,

const

wxSize& spinCtrlSize);

219  double min

,

double max

,

double

increment,

double

initial);

229  void OnButton

(wxCommandEvent& event);

231

DECLARE_EVENT_TABLE()

virtual void OnSpinButtonDown(wxSpinEvent &event)=0

virtual void OnSpinButtonUp(wxSpinEvent &event)=0

virtual ~CustomSpinCtrl(void)

bool GetDouble(double *value) const

wxSpinButton * GetSpinButton(void) const

virtual ~FloatingPointSpinCtrl(void)

void OnSpinButtonDown(wxSpinEvent &event)

NotifyingSpinButton * spinButton

FloatingPointSpinCtrl(wxWindow *parent, double min, double max, double increment, double initial, const wxPoint &textCtrlPos, const wxSize &textCtrlSize, long textCtrlStyle, const wxPoint &spinCtrlPos, const wxSize &spinCtrlSize)

void OnSpinButtonUp(wxSpinEvent &event)

FloatingPointTextCtrl * fpTextCtrl

bool SetDouble(double value)

wxTextCtrl * GetTextCtrl(void) const

void SetAllowedRange(double min, double max)

bool IsValidDouble(void) const

FloatingPointTextCtrl(wxWindow *parent, wxWindowID id, const wxString &value=wxEmptyString, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxValidator &validator=wxDefaultValidator, const wxString &name=wxTextCtrlNameStr)

void OnChange(wxCommandEvent &event)

void DoValidate(wxCommandEvent &event)

FloatingPointSpinCtrl * fpSpinCtrl

~GetFloatingPointDialog(void)

void OnButton(wxCommandEvent &event)

GetFloatingPointDialog(wxWindow *parent, const wxString &message, const wxString &title, double min, double max, double increment, double initial)

void OnCloseWindow(wxCloseEvent &event)

IntegerTextCtrl * iTextCtrl

NotifyingSpinButton * spinButton

IntegerSpinCtrl(wxWindow *parent, int min, int max, int increment, int initial, const wxPoint &textCtrlPos, const wxSize &textCtrlSize, long textCtrlStyle, const wxPoint &spinCtrlPos, const wxSize &spinCtrlSize)

bool GetUnsignedInteger(unsigned int *value) const

bool GetInteger(int *value) const

wxTextCtrl * GetTextCtrl(void) const

void OnSpinButtonUp(wxSpinEvent &event)

bool SetInteger(int value)

virtual ~IntegerSpinCtrl(void)

wxSpinButton * GetSpinButton(void) const

void OnSpinButtonDown(wxSpinEvent &event)

IntegerTextCtrl(wxWindow *parent, wxWindowID id, const wxString &value=wxEmptyString, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxValidator &validator=wxDefaultValidator, const wxString &name=wxTextCtrlNameStr)

void SetAllowedRange(int min, int max, int incr)

bool IsValidInteger(void) const

void DoValidate(wxCommandEvent &event)

void OnChange(wxCommandEvent &event)

void OnSpinButtonUp(wxSpinEvent &event)

void OnSpinButtonDown(wxSpinEvent &event)

Include a standard set of the NCBI C++ Toolkit most basic headers.

#define END_NCBI_SCOPE

End previously defined NCBI scope.

#define BEGIN_NCBI_SCOPE

Define ncbi namespace.

const struct ncbi::grid::netcache::search::fields::SIZE size

const GenericPointer< typename T::ValueType > T2 value


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4