Home
last modified time | relevance | path

Searched refs:StreamView (Results 1 – 25 of 94) sorted by relevance

1234

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dstreamview.cc64 StreamView::StreamView (RouteTimeAxisView& tv, ArdourCanvas::Container* canvas_group) in StreamView() function in StreamView
98 StreamView::~StreamView () in ~StreamView()
106 StreamView::attach () in attach()
121 StreamView::set_height (double h) in set_height()
213 StreamView::undisplay_track () in undisplay_track()
234 StreamView::layer_regions() in layer_regions()
382 StreamView::rec_enable_changed () in rec_enable_changed()
394 StreamView::transport_changed() in transport_changed()
400 StreamView::transport_looped() in transport_looped()
444 StreamView::update_rec_box () in update_rec_box()
[all …]
H A Droute_time_axis.h67 class StreamView; variable
121 void add_underlay (StreamView*, bool update_xml = true);
122 void remove_underlay (StreamView*);
130 StreamView* view() const { return _view; } in view()
153 friend class StreamView;
251 StreamView* _view;
288 typedef std::list<StreamView*> UnderlayList;
H A Dmidi_streamview.cc66 : StreamView (tv) in MidiStreamView()
217 StreamView::display_track (tr); in display_track()
261 StreamView::set_layer_display (d); in set_layer_display()
278 sigc::mem_fun (*this, &StreamView::update_contents_metrics)); in redisplay_track()
294 sigc::hide_return (sigc::mem_fun (*this, &StreamView::add_region_view))); in redisplay_track()
307 StreamView::update_contents_height(); in update_contents_height()
625 StreamView::update_rec_box (); in update_rec_box()
H A Dstreamview.h67 class StreamView : public sigc::trackable, public PBD::ScopedConnectionList
70 virtual ~StreamView ();
137 StreamView (RouteTimeAxisView&, ArdourCanvas::Container* canvas_group = 0);
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-appstream/source/model/
H A DStreamView.cpp27 StreamView GetStreamViewForName(const Aws::String& name) in GetStreamViewForName()
32 return StreamView::APP; in GetStreamViewForName()
36 return StreamView::DESKTOP; in GetStreamViewForName()
42 return static_cast<StreamView>(hashCode); in GetStreamViewForName()
45 return StreamView::NOT_SET; in GetStreamViewForName()
48 Aws::String GetNameForStreamView(StreamView enumValue) in GetNameForStreamView()
52 case StreamView::APP: in GetNameForStreamView()
54 case StreamView::DESKTOP: in GetNameForStreamView()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-appstream/include/aws/appstream/model/
H A DStreamView.h16 enum class StreamView enum
25 AWS_APPSTREAM_API StreamView GetStreamViewForName(const Aws::String& name);
27 AWS_APPSTREAM_API Aws::String GetNameForStreamView(StreamView value);
H A DUpdateFleetRequest.h949 inline const StreamView& GetStreamView() const{ return m_streamView; } in GetStreamView()
967 …inline void SetStreamView(const StreamView& value) { m_streamViewHasBeenSet = true; m_streamView =… in SetStreamView()
976 …inline void SetStreamView(StreamView&& value) { m_streamViewHasBeenSet = true; m_streamView = std:… in SetStreamView()
985 …inline UpdateFleetRequest& WithStreamView(const StreamView& value) { SetStreamView(value); return … in WithStreamView()
994 …inline UpdateFleetRequest& WithStreamView(StreamView&& value) { SetStreamView(std::move(value)); r… in WithStreamView()
1043 StreamView m_streamView;
H A DCreateFleetRequest.h1132 inline const StreamView& GetStreamView() const{ return m_streamView; } in GetStreamView()
1150 …inline void SetStreamView(const StreamView& value) { m_streamViewHasBeenSet = true; m_streamView =… in SetStreamView()
1159 …inline void SetStreamView(StreamView&& value) { m_streamViewHasBeenSet = true; m_streamView = std:… in SetStreamView()
1168 …inline CreateFleetRequest& WithStreamView(const StreamView& value) { SetStreamView(value); return … in WithStreamView()
1177 …inline CreateFleetRequest& WithStreamView(StreamView&& value) { SetStreamView(std::move(value)); r… in WithStreamView()
1229 StreamView m_streamView;
H A DFleet.h1125 inline const StreamView& GetStreamView() const{ return m_streamView; } in GetStreamView()
1143 …inline void SetStreamView(const StreamView& value) { m_streamViewHasBeenSet = true; m_streamView =… in SetStreamView()
1152 …inline void SetStreamView(StreamView&& value) { m_streamViewHasBeenSet = true; m_streamView = std:… in SetStreamView()
1161 inline Fleet& WithStreamView(const StreamView& value) { SetStreamView(value); return *this;} in WithStreamView()
1170 … inline Fleet& WithStreamView(StreamView&& value) { SetStreamView(std::move(value)); return *this;} in WithStreamView()
1231 StreamView m_streamView;
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/appstream/types/
H A Denums.go460 type StreamView string type
464 StreamViewApp StreamView = "APP"
465 StreamViewDesktop StreamView = "DESKTOP"
471 func (StreamView) Values() []StreamView {
472 return []StreamView{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/appstream/types/
H A Denums.go460 type StreamView string type
464 StreamViewApp StreamView = "APP"
465 StreamViewDesktop StreamView = "DESKTOP"
471 func (StreamView) Values() []StreamView {
472 return []StreamView{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/appstream/types/
H A Denums.go460 type StreamView string type
464 StreamViewApp StreamView = "APP"
465 StreamViewDesktop StreamView = "DESKTOP"
471 func (StreamView) Values() []StreamView {
472 return []StreamView{
/dports/net-im/chatterino2/chatterino2-2.3.4/src/widgets/
H A DStreamView.cpp15 StreamView::StreamView(ChannelPtr channel, const QUrl &url) in StreamView() function in chatterino::StreamView
17 LayoutCreator<StreamView> layoutCreator(this); in StreamView()
H A DStreamView.hpp14 class StreamView : public QWidget class
17 StreamView(std::shared_ptr<Channel> channel, const QUrl &url);
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/appstream/types/
H A Denums.go476 type StreamView string type
480 StreamViewApp StreamView = "APP"
481 StreamViewDesktop StreamView = "DESKTOP"
487 func (StreamView) Values() []StreamView {
488 return []StreamView{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/appstream/types/
H A Denums.go476 type StreamView string type
480 StreamViewApp StreamView = "APP"
481 StreamViewDesktop StreamView = "DESKTOP"
487 func (StreamView) Values() []StreamView {
488 return []StreamView{
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/appstream/types/
H A Denums.go476 type StreamView string type
480 StreamViewApp StreamView = "APP"
481 StreamViewDesktop StreamView = "DESKTOP"
487 func (StreamView) Values() []StreamView {
488 return []StreamView{
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/appstream/types/
H A Denums.go476 type StreamView string type
480 StreamViewApp StreamView = "APP"
481 StreamViewDesktop StreamView = "DESKTOP"
487 func (StreamView) Values() []StreamView {
488 return []StreamView{
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/appstream/types/
H A Denums.go476 type StreamView string type
480 StreamViewApp StreamView = "APP"
481 StreamViewDesktop StreamView = "DESKTOP"
487 func (StreamView) Values() []StreamView {
488 return []StreamView{
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/appstream/
H A Dapi_op_UpdateFleet.go200 StreamView types.StreamView member
H A Dapi_op_CreateFleet.go203 StreamView types.StreamView member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/appstream/
H A Dapi_op_UpdateFleet.go203 StreamView types.StreamView member
H A Dapi_op_CreateFleet.go206 StreamView types.StreamView member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/appstream/
H A Dapi_op_CreateFleet.go203 StreamView types.StreamView member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/appstream/
H A Dapi_op_UpdateFleet.go200 StreamView types.StreamView member

1234