#include "Button.h"
#include "Container.h"
#include "Frame.h"
#include "Label.h"
#include "Signals.h"
Go to the source code of this file.
|
| rose |
| ToDo: There is an issue that the initial scroll interaction is lost if the click/press lands on a Widget and not a Container (by user observation).
|
|
|
template<class WidgetType , size_t N> |
std::shared_ptr< WidgetType > | operator<< (std::shared_ptr< WidgetType > &widget, std::array< rose::DialogActionButton, N > &container) |
| An Inserter to place a set of DialogActionButton Widgets on a Popup. More...
|
|
template<class WidgetType > |
std::shared_ptr< WidgetType > | operator<< (std::shared_ptr< WidgetType > &widget, std::vector< rose::DialogActionButton > &container) |
| An Inserter to place a set of DialogActionButton Widgets on a Popup. More...
|
|
template<class WidgetType > |
std::shared_ptr< WidgetType > | operator<< (std::shared_ptr< WidgetType > &widget, std::shared_ptr< rose::Slot< rose::Button::SignalType >> &rxSlot) |
|