#include <src/slic3r/GUI/wxExtensions.hpp>
◆ MenuWithSeparators() [1/2]
| MenuWithSeparators::MenuWithSeparators |
( |
const wxString & |
title, |
|
|
long |
style = 0 |
|
) |
| |
|
inline |
348 : wxMenu(title,
style) {}
#define style
Definition WipeTowerDialog.cpp:68
◆ MenuWithSeparators() [2/2]
| MenuWithSeparators::MenuWithSeparators |
( |
long |
style = 0 | ) |
|
|
inline |
◆ ~MenuWithSeparators()
| MenuWithSeparators::~MenuWithSeparators |
( |
| ) |
|
|
inline |
◆ DestroySeparators()
| void MenuWithSeparators::DestroySeparators |
( |
| ) |
|
◆ SetFirstSeparator()
| void MenuWithSeparators::SetFirstSeparator |
( |
| ) |
|
◆ SetSecondSeparator()
| void MenuWithSeparators::SetSecondSeparator |
( |
| ) |
|
◆ m_separator_frst
| wxMenuItem* MenuWithSeparators::m_separator_frst { nullptr } |
|
private |
◆ m_separator_scnd
| wxMenuItem* MenuWithSeparators::m_separator_scnd { nullptr } |
|
private |
The documentation for this class was generated from the following files: