opencv::mod_prelude

Trait WTextTraitConst

Source
pub trait WTextTraitConst: Widget2DTraitConst {
    // Required method
    fn as_raw_WText(&self) -> *const c_void;

    // Provided method
    fn get_text(&self) -> Result<String> { ... }
}
Expand description

Constant methods for crate::viz::WText

Required Methods§

Provided Methods§

Source

fn get_text(&self) -> Result<String>

Returns the current text content of the widget.

Implementors§