Docs.rs
winio-ui-qt-0.1.2
winio-ui-qt 0.1.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Berrysoft
Dependencies
cxx-build ^1.0.160
build
qt-build-utils ^0.7
build
cxx ^1.0.160
normal
image ^0.25
normal
inherit-methods-macro ^0.1
normal
local-sync ^0.1
normal
scoped-tls ^1.0
normal
winio-callback ^0.1.0
normal
winio-handle ^0.2.0
normal
winio-pollable ^0.1.0
normal
winio-primitive ^0.1.0
normal
Versions
12.5%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
winio_
ui_
qt
0.1.2
Check
Box
Aliased Type
Methods
is_checked
new
set_checked
Trait Implementations
AsRawWidget
AsWidget
In crate winio_
ui_
qt
winio_ui_qt
Type Alias
CheckBox
Copy item path
Source
pub type CheckBox =
ButtonImpl
<QCheckBox>;
Available on
neither Windows nor macOS
.
Aliased Type
§
pub struct CheckBox {
/* private fields */
}
Implementations
§
Source
§
impl
CheckBox
Source
pub fn
new
(parent: impl
AsWindow
) -> Self
Source
pub fn
is_checked
(&self) ->
bool
Source
pub fn
set_checked
(&mut self, v:
bool
)
Trait Implementations
§
Source
§
impl
AsRawWidget
for
CheckBox
Source
§
fn
as_raw_widget
(&self) ->
RawWidget
Get the raw window handle.
Source
§
impl
AsWidget
for
CheckBox
Source
§
fn
as_widget
(&self) ->
BorrowedWidget
<'_>
Get the window handle.