Home
last modified time | relevance | path

Searched refs:m_Pen (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/photivo/photivo/Sources/filemgmt/
H A DptGraphicsThumbGroup.cpp47 m_Pen(Qt::DashLine), in ptGraphicsThumbGroup()
60 m_Pen.setCosmetic(true); in ptGraphicsThumbGroup()
207 painter->setPen(m_Pen); in paint()
245 m_Pen.setColor(Theme->highlightColor()); in SetupPenAndBrush()
246 m_Pen.setWidth(PenWidth); in SetupPenAndBrush()
250 m_Pen.setColor(Theme->emphasizedColor()); in SetupPenAndBrush()
251 m_Pen.setWidth(PenWidth); in SetupPenAndBrush()
H A DptGraphicsThumbGroup.h118 QPen m_Pen; variable
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_gui/
H A Dwksp_shapes_polygon.cpp156m_Pen = wxPen(!m_bOutline ? m_pClassify->Get_Unique_Color() : Get_Color_asWX(m_Parameters("OUTLIN… in On_Parameters_Changed()
183 dc_Map.dc.SetPen(m_Pen); in Draw_Initialize()
201 dc_Map.dc.SetPen (m_Pen ); in Draw_Shape()
218 m_Pen.SetColour(SG_GET_R(Color), SG_GET_G(Color), SG_GET_B(Color)); in Draw_Shape()
219 dc_Map.dc.SetPen(m_Pen); in Draw_Shape()
H A Dwksp_shapes_polygon.h90 wxPen Get_Def_Pen (void) { return( m_Pen ); } in Get_Def_Pen()
100 wxPen m_Pen; variable
H A Dwksp_shapes_line.h89 wxPen Get_Def_Pen (void) { return( m_Pen ); } in Get_Def_Pen()
104 wxPen m_Pen; variable
H A Dwksp_shapes_point.h78 wxPen Get_Def_Pen (void) { return( m_Pen ); } in Get_Def_Pen()
97 wxPen m_Pen; variable
H A Dwksp_shapes_line.cpp232 m_Pen = wxPen(m_pClassify->Get_Unique_Color(), (int)m_Size, (wxPenStyle)m_Line_Style); in On_Parameters_Changed()
334 m_Pen.SetStyle((wxPenStyle)(m_Line_Style = PenList_Get_Style("LINE_STYLE"))); in Draw_Initialize()
336 dc_Map.dc.SetPen(m_Pen); in Draw_Initialize()
342 wxPen Pen(m_Pen); in Draw_Shape()
412 dc_Map.dc.SetPen(m_Pen); in Draw_Shape()
H A Dwksp_shapes_point.cpp430m_Pen = wxPen(!m_bOutline ? m_pClassify->Get_Unique_Color() : Get_Color_asWX(m_Parameters("OUTLIN… in On_Parameters_Changed()
543 dc_Map.dc.SetPen (m_Pen ); in Draw_Initialize()
590 …wxPen Pen (m_Pen ); Pen .SetColour(SG_GET_R(Color), SG_GET_G(Color), SG_GET_B(Color)); dc_Map.d… in Draw_Initialize()
688 dc_Map.dc.SetPen (m_Pen ); in Draw_Shape()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/libraries/jwwlib/src/
H A Djwwdoc.cpp280 Header.m_Pen[i].m_m_aPenColor = dw; in ReadHeader()
282 Header.m_Pen[i].m_anPenWidth = dw; in ReadHeader()
707 dw = Header.m_Pen[i].m_m_aPenColor; in WriteHeader()
709 dw = Header.m_Pen[i].m_anPenWidth; in WriteHeader()
H A Djwwdoc.h146 JWWPen m_Pen[10]; //色番号ごとの画面表示色、線幅 variable