Home
last modified time | relevance | path

Searched refs:Seat (Results 1 – 25 of 1928) sorted by relevance

12345678910>>...78

/dports/x11/lightdm/lightdm-1.30.0/src/
H A Dseat.h37 } Seat; typedef
43 void (*setup)(Seat *seat);
44 gboolean (*start)(Seat *seat);
53 void (*stop)(Seat *seat);
58 void (*stopped)(Seat *seat);
67 Seat *seat_new (const gchar *module_name);
81 const gchar *seat_get_name (Seat *seat);
87 gboolean seat_start (Seat *seat);
89 GList *seat_get_sessions (Seat *seat);
103 gboolean seat_get_can_switch (Seat *seat);
[all …]
/dports/x11/kf5-kwayland/kwayland-5.89.0/src/client/
H A Dseat.cpp19 class Q_DECL_HIDDEN Seat::Private
22 Private(Seat *q);
42 Seat *q;
46 Seat::Private::Private(Seat *q) in Private()
61 Seat::Seat(QObject *parent) in Seat() function in KWayland::Client::Seat
67 Seat::~Seat() in ~Seat()
72 void Seat::release() in release()
82 void Seat::destroy() in destroy()
217 bool Seat::isValid() const in isValid()
237 QString Seat::name() const in name()
[all …]
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gdk/gdkmm/
H A Dseat.cc178 GdkSeat* Seat::gobj_copy() in gobj_copy()
184 Seat::Seat(const Glib::ConstructParams& construct_params) in Seat() function in Gdk::Seat
191 Seat::Seat(GdkSeat* castitem) in Seat() function in Gdk::Seat
197 Seat::Seat(Seat&& src) noexcept in Seat() function in Gdk::Seat
201 Seat& Seat::operator=(Seat&& src) noexcept in operator =()
208 Seat::~Seat() noexcept in ~Seat()
212 Seat::CppClassType Seat::seat_class_; // initialize static member
214 GType Seat::get_type() in get_type()
220 GType Seat::get_base_type() in get_base_type()
226 Seat::Seat() in Seat() function in Gdk::Seat
[all …]
H A Dseat.h151 class Seat : public Glib::Object
157 using CppObjectType = Seat;
163 Seat(const Seat&) = delete;
164 Seat& operator=(const Seat&) = delete;
170 explicit Seat(const Glib::ConstructParams& construct_params);
171 explicit Seat(GdkSeat* castitem);
177 Seat(Seat&& src) noexcept;
178 Seat& operator=(Seat&& src) noexcept;
180 ~Seat() noexcept override;
205 Seat();
[all …]
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/src/client/
H A Dseat.cpp37 Private(Seat* q);
57 Seat* q;
61 Seat::Private::Private(Seat* q) in Private()
79 Seat::Seat(QObject* parent) in Seat() function in Wrapland::Client::Seat
85 Seat::~Seat() in ~Seat()
90 void Seat::release() in release()
105 EventQueue* Seat::eventQueue() in eventQueue()
222 bool Seat::isValid() const in isValid()
237 bool Seat::hasTouch() const in hasTouch()
242 QString Seat::name() const in name()
[all …]
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/server/
H A Dseat.cpp45 Seat::Private::Private(Seat* q, Display* display) in Private()
62 Seat::Seat(Display* display, QObject* parent) in Seat() function in Wrapland::Server::Seat
69 Seat::~Seat() = default;
77 void Seat::Private::sendName() in sendName()
112 void Seat::setHasTouch(bool has) in setHasTouch()
127 touch_pool& Seat::touches() const in touches()
137 drag_pool& Seat::drags() const in drags()
196 std::string Seat::name() const in name()
201 bool Seat::hasPointer() const in hasPointer()
206 bool Seat::hasKeyboard() const in hasKeyboard()
[all …]
H A Dselection_pool.h18 template<typename Device, void (Seat::*signal)(Device*)>
20 explicit selection_pool(Seat* seat);
40 Seat* seat;
43 template<typename Device, void (Seat::*signal)(Device*)>
44 selection_pool<Device, signal>::selection_pool(Seat* seat) in selection_pool()
49 template<typename Device, void (Seat::*signal)(Device*)>
69 template<typename Device, void (Seat::*signal)(Device*)>
81 template<typename Device, void (Seat::*signal)(Device*)>
92 template<typename Device, void (Seat::*signal)(Device*)>
99 template<typename Device, void (Seat::*signal)(Device*)>
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/exo/
H A Dseat.cc55 Seat::Seat() : changing_clipboard_data_to_selection_source_(false) { in Seat() function in exo::Seat
77 Seat::~Seat() { in ~Seat()
81 void Seat::Shutdown() { in Shutdown()
104 Surface* Seat::GetFocusedSurface() { in GetFocusedSurface()
108 void Seat::StartDrag(FileHelper* file_helper, in StartDrag()
122 void Seat::AbortPendingDragOperation() { in AbortPendingDragOperation()
127 void Seat::SetSelection(DataSource* source) { in SetSelection()
160 class Seat::RefCountedScopedClipboardWriter
224 void Seat::OnFilenamesRead( in OnFilenamesRead()
232 void Seat::OnAllReadsFinished( in OnAllReadsFinished()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/exo/
H A Dseat.cc49 Seat::Seat() : changing_clipboard_data_to_selection_source_(false) { in Seat() function in exo::Seat
60 Seat::~Seat() { in ~Seat()
69 void Seat::AddObserver(SeatObserver* observer) { in AddObserver()
73 void Seat::RemoveObserver(SeatObserver* observer) { in RemoveObserver()
77 Surface* Seat::GetFocusedSurface() { in GetFocusedSurface()
81 void Seat::StartDrag(DataSource* source, in StartDrag()
90 void Seat::AbortPendingDragOperation() { in AbortPendingDragOperation()
95 void Seat::SetSelection(DataSource* source) { in SetSelection()
177 void Seat::OnAllReadsFinished( in OnAllReadsFinished()
244 void Seat::OnKeyEvent(ui::KeyEvent* event) { in OnKeyEvent()
[all …]
/dports/games/CaribbeanStud/CS/
H A DSeat.h40 class Seat
44 Seat(Table*);
45 virtual ~Seat();
73 Seat();
74 Seat(const Seat &right);
75 const Seat & operator=(const Seat &right);
76 int operator==(const Seat &right) const;
105 class PlayerSeat : public Seat
128 class DealerSeat : public Seat
151 inline int Seat::Available() const in Available()
[all …]
H A DSeat.cpp40 GC Seat::_redgc;
41 GC Seat::_blackgc;
42 GC Seat::_whitegc;
43 GC Seat::_backgc;
44 GC Seat::_cardgc;
46 Pixmap Seat::s_map[13];
47 Pixmap Seat::c_map[13];
50 Pixmap Seat::back_map;
52 Seat::Seat(Table* table) : _isAvailable(1), _table(table) in Seat() function in Seat
56 void Seat::Reset() {} in Reset()
[all …]
/dports/games/opendungeons/OpenDungeons-0.7.1/source/entities/
H A DTile.h167 void fireRemoveEntity(Seat* seat) override in fireRemoveEntity()
273 void claimTile(Seat* seat);
306 bool isDiggable(const Seat* seat) const;
309 bool isGroundClaimable(Seat* seat) const;
313 bool isWallClaimable(Seat* seat);
323 bool isWallClaimedForSeat(Seat* seat);
326 bool isBuildableUpon(Seat* seat) const;
372 void notifyVision(Seat* seat);
375 bool hasChangedForSeat(Seat* seat) const;
376 void changeNotifiedForSeat(Seat* seat);
[all …]
H A DGameEntity.h43 class Seat; variable
161 Seat* seat = nullptr
177 inline Seat* getSeat() const in getSeat()
202 inline void setSeat(Seat* seat) in setSeat()
228 virtual bool canDisplayStatsWindow(Seat* seat) in canDisplayStatsWindow()
235 virtual bool canSlap(Seat* seat) in canSlap()
241 virtual bool tryPickup(Seat* seat) in tryPickup()
246 virtual bool tryDrop(Seat* seat, Tile* tile) in tryDrop()
332 virtual void removeSeatWithVision(Seat* seat);
437 Seat* mSeat;
[all …]
H A DBuilding.h32 class Seat; variable
55 std::vector<Seat*> mSeatsVision;
98 virtual bool isClaimable(Seat* seat) const in isClaimable()
101 virtual void claimForSeat(Seat* seat, Tile* tile, double danceRate) in claimForSeat()
104 virtual bool canSeatSellBuilding(Seat* seat) const;
106 virtual bool isAttackable(Tile* tile, Seat* seat) const;
150 virtual bool shouldSetCoveringTileDirty(Seat* seat, Tile* tile) in shouldSetCoveringTileDirty()
156 virtual bool isTileVisibleForSeat(Tile* tile, Seat* seat) const in isTileVisibleForSeat()
159 virtual void notifySeatVision(Tile* tile, Seat* seat);
196 void fireAddEntity(Seat* seat, bool async) in fireAddEntity()
[all …]
/dports/security/putty-nogtk/putty-0.76/
H A Dmisc.c29 void seat_connection_fatal(Seat *seat, const char *fmt, ...) in seat_connection_fatal()
372 bool nullseat_eof(Seat *seat) { return true; } in nullseat_eof()
375 void nullseat_notify_remote_exit(Seat *seat) {} in nullseat_notify_remote_exit()
377 void nullseat_update_specials_menu(Seat *seat) {} in nullseat_update_specials_menu()
385 Seat *seat, const char *algtype, const char *algname, in nullseat_confirm_weak_crypto_primitive()
390 bool nullseat_is_never_utf8(Seat *seat) { return false; } in nullseat_is_never_utf8()
391 bool nullseat_is_always_utf8(Seat *seat) { return true; } in nullseat_is_always_utf8()
396 Seat *seat, int *width, int *height) { return false; } in nullseat_get_window_pixel_size()
401 bool nullseat_verbose_no(Seat *seat) { return false; } in nullseat_verbose_no()
402 bool nullseat_verbose_yes(Seat *seat) { return true; } in nullseat_verbose_yes()
[all …]
/dports/security/putty/putty-0.76/
H A Dmisc.c29 void seat_connection_fatal(Seat *seat, const char *fmt, ...) in seat_connection_fatal()
372 bool nullseat_eof(Seat *seat) { return true; } in nullseat_eof()
375 void nullseat_notify_remote_exit(Seat *seat) {} in nullseat_notify_remote_exit()
377 void nullseat_update_specials_menu(Seat *seat) {} in nullseat_update_specials_menu()
385 Seat *seat, const char *algtype, const char *algname, in nullseat_confirm_weak_crypto_primitive()
390 bool nullseat_is_never_utf8(Seat *seat) { return false; } in nullseat_is_never_utf8()
391 bool nullseat_is_always_utf8(Seat *seat) { return true; } in nullseat_is_always_utf8()
396 Seat *seat, int *width, int *height) { return false; } in nullseat_get_window_pixel_size()
401 bool nullseat_verbose_no(Seat *seat) { return false; } in nullseat_verbose_no()
402 bool nullseat_verbose_yes(Seat *seat) { return true; } in nullseat_verbose_yes()
[all …]
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/
H A Dmisc.c29 void seat_connection_fatal(Seat *seat, const char *fmt, ...) in seat_connection_fatal()
372 bool nullseat_eof(Seat *seat) { return true; } in nullseat_eof()
375 void nullseat_notify_remote_exit(Seat *seat) {} in nullseat_notify_remote_exit()
377 void nullseat_update_specials_menu(Seat *seat) {} in nullseat_update_specials_menu()
385 Seat *seat, const char *algtype, const char *algname, in nullseat_confirm_weak_crypto_primitive()
390 bool nullseat_is_never_utf8(Seat *seat) { return false; } in nullseat_is_never_utf8()
391 bool nullseat_is_always_utf8(Seat *seat) { return true; } in nullseat_is_always_utf8()
396 Seat *seat, int *width, int *height) { return false; } in nullseat_get_window_pixel_size()
401 bool nullseat_verbose_no(Seat *seat) { return false; } in nullseat_verbose_no()
402 bool nullseat_verbose_yes(Seat *seat) { return true; } in nullseat_verbose_yes()
[all …]
/dports/games/opendungeons/OpenDungeons-0.7.1/source/game/
H A DSeat.cpp70 Seat::Seat(GameMap* gameMap) : in Seat() function in Seat
185 bool Seat::isAlliedSeat(const Seat *seat) const in isAlliedSeat()
190 bool Seat::canOwnedCreatureBePickedUpBy(const Seat* seat) const in canOwnedCreatureBePickedUpBy()
199 bool Seat::canOwnedTileBeClaimedBy(const Seat* seat) const in canOwnedTileBeClaimedBy()
207 bool Seat::canOwnedCreatureUseRoomFrom(const Seat* seat) const in canOwnedCreatureUseRoomFrom()
215 bool Seat::canBuildingBeDestroyedBy(const Seat* seat) const in canBuildingBeDestroyedBy()
223 void Seat::addAlliedSeat(Seat* seat) in addAlliedSeat()
313 bool Seat::sortForMapSave(Seat* s1, Seat* s2) in sortForMapSave()
363 void Seat::initSeat() in initSeat()
830 Seat* Seat::createRogueSeat(GameMap* gameMap) in createRogueSeat()
[all …]
H A DSeat.h38 class Seat; variable
62 class Seat : public SeatData
68 Seat(GameMap* gameMap);
181 void addAlliedSeat(Seat* seat);
195 bool isAlliedSeat(const Seat *seat) const;
199 bool canOwnedTileBeClaimedBy(const Seat* seat) const;
201 bool canBuildingBeDestroyedBy(const Seat* seat) const;
225 inline const std::vector<Seat*>& getAlliedSeats() in getAlliedSeats()
303 static bool sortForMapSave(Seat* s1, Seat* s2);
305 static Seat* createRogueSeat(GameMap* gameMap);
[all …]
/dports/games/opendungeons/OpenDungeons-0.7.1/source/gamemap/
H A DGameMap.h44 class Seat; variable
231 const Seat* seat);
235 const Seat* seat) const;
286 bool addSeat(Seat* s);
293 Seat* getSeatById(int id) const;
295 inline Seat* getSeatRogue() const in getSeatRogue()
298 void addWinningSeat(Seat *s);
299 bool seatIsAWinner(Seat *s) const;
391 bool doFloodFill(Seat* seat, Tile* tile);
598 std::vector<Seat*> mSeats;
[all …]
/dports/x11/nwg-bar/nwg-bar-0.0.1/vendor/github.com/gotk3/gotk3/gdk/
H A Dgdk_since_3_20.go29 func (v *Display) GetDefaultSeat() (*Seat, error) {
47 type Seat struct { struct
51 func (v *Seat) native() *C.GdkSeat { argument
60 func (v *Seat) Native() uintptr { argument
67 return &Seat{obj}, nil
70 func toSeat(s *C.GdkSeat) (*Seat, error) {
75 return &Seat{obj}, nil
78 func (v *Seat) GetPointer() (*Device, error) { argument
/dports/x11/nwg-dock/nwg-dock-0.2.2/vendor/github.com/gotk3/gotk3/gdk/
H A Dgdk_since_3_20.go29 func (v *Display) GetDefaultSeat() (*Seat, error) {
47 type Seat struct { struct
51 func (v *Seat) native() *C.GdkSeat { argument
60 func (v *Seat) Native() uintptr { argument
67 return &Seat{obj}, nil
70 func toSeat(s *C.GdkSeat) (*Seat, error) {
75 return &Seat{obj}, nil
78 func (v *Seat) GetPointer() (*Device, error) { argument
/dports/x11/nwg-drawer/nwg-drawer-0.2.8/vendor/github.com/gotk3/gotk3/gdk/
H A Dgdk_since_3_20.go29 func (v *Display) GetDefaultSeat() (*Seat, error) {
47 type Seat struct { struct
51 func (v *Seat) native() *C.GdkSeat { argument
60 func (v *Seat) Native() uintptr { argument
67 return &Seat{obj}, nil
70 func toSeat(s *C.GdkSeat) (*Seat, error) {
75 return &Seat{obj}, nil
78 func (v *Seat) GetPointer() (*Device, error) { argument
/dports/x11/nwg-menu/nwg-menu-0.1.1/vendor/github.com/gotk3/gotk3/gdk/
H A Dgdk_since_3_20.go29 func (v *Display) GetDefaultSeat() (*Seat, error) {
47 type Seat struct { struct
51 func (v *Seat) native() *C.GdkSeat { argument
60 func (v *Seat) Native() uintptr { argument
67 return &Seat{obj}, nil
70 func toSeat(s *C.GdkSeat) (*Seat, error) {
75 return &Seat{obj}, nil
78 func (v *Seat) GetPointer() (*Device, error) { argument
/dports/www/castor/castor-0.8.16/cargo-crates/gdk-0.12.1/src/auto/
H A Dseat.rs40 pub struct Seat(Object<gdk_sys::GdkSeat, SeatClass>);
47 impl Seat { impl
86 prepare_func: Option<&mut dyn (FnMut(&Seat, &Window))>, in grab() argument
88 let prepare_func_data: Option<&mut dyn (FnMut(&Seat, &Window))> = prepare_func; in grab()
96 let callback: *mut Option<&mut dyn (FnMut(&Seat, &Window))> = in grab()
133 unsafe extern "C" fn device_added_trampoline<F: Fn(&Seat, &Device) + 'static>( in connect_device_added() argument
154 unsafe extern "C" fn device_removed_trampoline<F: Fn(&Seat, &Device) + 'static>( in connect_device_removed() argument
175 unsafe extern "C" fn tool_added_trampoline<F: Fn(&Seat, &DeviceTool) + 'static>( in connect_tool_added() argument
195 pub fn connect_tool_removed<F: Fn(&Seat, &DeviceTool) + 'static>( in connect_tool_removed() argument
199 unsafe extern "C" fn tool_removed_trampoline<F: Fn(&Seat, &DeviceTool) + 'static>( in connect_tool_removed() argument
[all …]

12345678910>>...78