![]() |
Prusa Slicer 2.6.0
|
#include <src/slic3r/GUI/ExtraRenderers.hpp>
Inheritance diagram for DataViewBitmapText:
Collaboration diagram for DataViewBitmapText:Public Member Functions | |
| DataViewBitmapText (const wxString &text=wxEmptyString, const wxBitmap &bmp=wxNullBitmap) | |
| DataViewBitmapText (const DataViewBitmapText &other) | |
| void | SetText (const wxString &text) |
| wxString | GetText () const |
| void | SetBitmap (const wxBitmap &bmp) |
| const wxBitmap & | GetBitmap () const |
| bool | IsSameAs (const DataViewBitmapText &other) const |
| bool | operator== (const DataViewBitmapText &other) const |
| bool | operator!= (const DataViewBitmapText &other) const |
Private Member Functions | |
| wxDECLARE_DYNAMIC_CLASS (DataViewBitmapText) | |
Private Attributes | |
| wxString | m_text |
| wxBitmap | m_bmp |
|
inline |
|
inline |
|
inline |
References m_bmp.
Referenced by BitmapTextRenderer::GetSize(), BitmapChoiceRenderer::GetSize(), BitmapTextRenderer::Render(), and BitmapChoiceRenderer::Render().
Here is the caller graph for this function:
|
inline |
References m_text.
Referenced by BitmapTextRenderer::GetSize(), BitmapChoiceRenderer::GetSize(), BitmapTextRenderer::Render(), BitmapChoiceRenderer::Render(), and BitmapTextRenderer::SetValue().
Here is the caller graph for this function:
|
inline |
|
inline |
References IsSameAs().
Here is the call graph for this function:
|
inline |
References m_bmp.
Referenced by BitmapChoiceRenderer::GetValueFromEditorCtrl().
Here is the caller graph for this function:References m_text.
Referenced by BitmapTextRenderer::GetValueFromEditorCtrl(), BitmapChoiceRenderer::GetValueFromEditorCtrl(), and Slic3r::GUI::ObjectDataViewModel::SetName().
Here is the caller graph for this function:
|
private |
|
private |
Referenced by GetBitmap(), IsSameAs(), and SetBitmap().
|
private |
Referenced by GetText(), IsSameAs(), and SetText().