Home
last modified time | relevance | path

Searched refs:wxPlotPen_Type (Results 1 – 4 of 4) sorted by relevance

/dports/math/gambit/gambit-16.0.1/src/labenski/include/wx/plotctrl/
H A Dplotcurv.h62 enum wxPlotPen_Type enum
136 wxGenericPen GetPen(wxPlotPen_Type colour_type) const;
137 void SetPen(wxPlotPen_Type colour_type, const wxGenericPen &pen);
142 static wxGenericPen GetDefaultPen(wxPlotPen_Type colour_type);
143 static void SetDefaultPen(wxPlotPen_Type colour_type, const wxGenericPen &pen);
H A Dplotdata.h357 wxBitmap GetSymbol(wxPlotPen_Type colour_type=wxPLOTPEN_NORMAL) const;
359 void SetSymbol( const wxBitmap &bitmap, wxPlotPen_Type colour_type=wxPLOTPEN_NORMAL );
361 void SetSymbol( wxPlotSymbol_Type type, wxPlotPen_Type colour_type=wxPLOTPEN_NORMAL,
365 wxBitmap CreateSymbol( wxPlotSymbol_Type type, wxPlotPen_Type colour_type=wxPLOTPEN_NORMAL,
/dports/math/gambit/gambit-16.0.1/src/labenski/src/
H A Dplotcurv.cpp172 wxGenericPen wxPlotCurve::GetPen(wxPlotPen_Type colour_type) const in GetPen()
179 void wxPlotCurve::SetPen(wxPlotPen_Type colour_type, const wxGenericPen &pen ) in SetPen()
187 wxGenericPen wxPlotCurve::GetDefaultPen(wxPlotPen_Type colour_type) in GetDefaultPen()
193 void wxPlotCurve::SetDefaultPen(wxPlotPen_Type colour_type, const wxGenericPen &pen ) in SetDefaultPen()
H A Dplotdata.cpp2830 wxBitmap wxPlotData::GetSymbol(wxPlotPen_Type colour_type) const in GetSymbol()
2846 void wxPlotData::SetSymbol( const wxBitmap &bitmap, wxPlotPen_Type colour_type ) in SetSymbol()
2864 void wxPlotData::SetSymbol( wxPlotSymbol_Type type, wxPlotPen_Type colour_type, int width , int hei… in SetSymbol()
2883 wxBitmap wxPlotData::CreateSymbol( wxPlotSymbol_Type type, wxPlotPen_Type colour_type, int width, i… in CreateSymbol()