Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(qttypes): Do more wrappers around QVariant #136

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 9, 2021

  1. feat(qttypes): Do more wrappers around QVariant

    Wrapped converters to and constructors from all available types. The rest
    of them are marked as TODO comments for future implementers.
    Methods and constructors, which I'm not sure about whether they are needed
    to be exposed in Rust at all, are marked with `TODO?:` prefix.
    
    Constructors are reordered according to the official Qt documentation
    for ease of code navigation. Return types are shortened to `Self`.
    
    Fixed some misleading links to upstream docs in From<{i,u}{32,64}> impls.
    
    Some wrappers are impossible to write at this point without introducing
    QMetaType and its Type enum in this crate or its dependencies, as currently
    it would create a circular deps between qmetaobject and qttypes crates.
    Such hypothetical implementations are left commented out for future ideas.
    ratijas committed May 9, 2021
    Configuration menu
    Copy the full SHA
    1ec3cc5 View commit details
    Browse the repository at this point in the history