Struct hapi_rs::parameter::IntParameter
source · pub struct IntParameter(_);
Expand description
Represents integer parameters, including Button
type
Implementations§
source§impl IntParameter
impl IntParameter
Emulates a button press action
Trait Implementations§
source§impl Debug for IntParameter
impl Debug for IntParameter
source§impl ParmBaseTrait for IntParameter
impl ParmBaseTrait for IntParameter
fn name(&self) -> Result<String>
fn session(&self) -> &Session
fn node(&self) -> NodeHandle
fn size(&self) -> i32
fn info(&self) -> &ParmInfo
If the parameter has choice menu.
If parameter is a menu type, return a vec of menu items
source§fn expression(&self, index: i32) -> Result<Option<String>>
fn expression(&self, index: i32) -> Result<Option<String>>
Returns a parameter expression string