21#ifndef __ANTARES_UI_COMMON_COMPONENT_SPOTLIGHT_SPOTLIGHT_SEPARATOR_H__
22#define __ANTARES_UI_COMMON_COMPONENT_SPOTLIGHT_SPOTLIGHT_SEPARATOR_H__
30 using Ptr = std::shared_ptr<Separator>;
52 virtual void draw(wxDC& dc,
bool selected() const
Get if the item is selected.
std::shared_ptr< Vector > VectorPtr
Vector ptr.
Definition searchtoken.h:35
Definition separator.h:27
virtual void draw(wxDC &dc, uint itemHeight, wxRect &bounds, bool selected, const SearchToken::VectorPtr &tokens) const
Draw the item.
Separator()
Default constructor.
std::vector< Ptr > Vector
Vector of items.
Definition separator.h:32
std::shared_ptr< Vector > VectorPtr
Vector Ptr.
Definition separator.h:34
std::shared_ptr< Separator > Ptr
Ptr.
Definition separator.h:30
virtual ~Separator()
Destructor.
virtual bool canBeSelected() const
Get if the item can be selected.
Definition separator.h:47