#include <wx/richtext/richtextctrl.h>
wxRichTextContextMenuPropertiesInfo keeps track of objects that appear in the context menu, whose properties are available to be edited.
◆ wxRichTextContextMenuPropertiesInfo()
wxRichTextContextMenuPropertiesInfo::wxRichTextContextMenuPropertiesInfo |
( |
| ) |
|
◆ AddItem()
◆ AddItems()
Adds appropriate menu items for the current container and clicked on object (and container's parent, if appropriate).
◆ AddMenuItems()
Returns the number of menu items that were added.
◆ Clear()
void wxRichTextContextMenuPropertiesInfo::Clear |
( |
| ) |
|
◆ GetCount()
int wxRichTextContextMenuPropertiesInfo::GetCount |
( |
| ) |
const |
Returns the number of items.
◆ GetLabel()
wxString wxRichTextContextMenuPropertiesInfo::GetLabel |
( |
int |
n | ) |
const |
◆ GetLabels() [1/2]
wxArrayString & wxRichTextContextMenuPropertiesInfo::GetLabels |
( |
| ) |
|
Returns the array of labels.
◆ GetLabels() [2/2]
const wxArrayString & wxRichTextContextMenuPropertiesInfo::GetLabels |
( |
| ) |
const |
Returns the array of labels.
◆ GetObject()
wxRichTextObject * wxRichTextContextMenuPropertiesInfo::GetObject |
( |
int |
n | ) |
const |
◆ GetObjects() [1/2]
wxRichTextObjectPtrArray & wxRichTextContextMenuPropertiesInfo::GetObjects |
( |
| ) |
|
Returns the array of objects.
◆ GetObjects() [2/2]
const wxRichTextObjectPtrArray & wxRichTextContextMenuPropertiesInfo::GetObjects |
( |
| ) |
const |
Returns the array of objects.
◆ Init()
void wxRichTextContextMenuPropertiesInfo::Init |
( |
| ) |
|
◆ m_labels
◆ m_objects
wxRichTextObjectPtrArray wxRichTextContextMenuPropertiesInfo::m_objects |