MCPcopy Create free account

hub / github.com/airstrike/iced_receipts / functions

Functions38 in github.com/airstrike/iced_receipts

↓ 11 callersMethodmap
Map the message of the `Action`'s [`Task`](iced::Task) to a different type.
src/action.rs:99
↓ 4 callersFunctionform_id
(field: &str, id: usize)
src/sale/edit.rs:228
↓ 2 callersMethodcalculate_subtotal
(&self)
src/sale.rs:76
↓ 2 callersMethodmap_instruction
Maps the `Instruction` of the `Action` to a different type.
src/action.rs:114
↓ 2 callersMethodperform
(&mut self, instruction: Instruction)
src/main.rs:177
↓ 2 callersMethodprice
(&self)
src/sale.rs:42
↓ 2 callersMethodquantity
(&self)
src/sale.rs:45
↓ 2 callersFunctionview
(sale: &Sale, mode: Mode)
src/sale.rs:219
↓ 1 callersMethodcalculate_service_charge
(&self)
src/sale.rs:92
↓ 1 callersMethodcalculate_tax
(&self)
src/sale.rs:83
↓ 1 callersMethodcalculate_total
(&self)
src/sale.rs:100
↓ 1 callersFunctionhandle_hotkey
( _: &Sale, mode: Mode, hotkey: Hotkey, )
src/sale.rs:226
↓ 1 callersMethodsubscription
(&self)
src/main.rs:238
↓ 1 callersMethodtax_rate
(&self)
src/tax.rs:17
↓ 1 callersMethodtheme
(&self)
src/main.rs:53
↓ 1 callersFunctionupdate
( sale: &mut Sale, message: Message, )
src/sale.rs:124
↓ 1 callersMethodwith_task
Sets the [`Task`](iced::Task) of an `Action`.
src/action.rs:135
Methoddefault
()
src/sale.rs:28
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
src/tax.rs:28
Methodfmt
(&self, f: &mut fmt::Formatter<'_>)
src/action.rs:144
Functionhandle_event
( event: event::Event, _: event::Status, _: iced::window::Id, )
src/main.rs:249
Functionhandle_hotkey
(hotkey: Hotkey)
src/sale/edit.rs:215
Functionhandle_hotkey
(hotkey: Hotkey)
src/sale/show.rs:113
Methodinstruction
Create a new `Action` with an `Instruction` to be handled by some ancestor component.
src/action.rs:83
Functionmain
()
src/main.rs:17
Methodnew
()
src/main.rs:89
Methodnew
Create a new `Action` with an `Instruction` and a [`Task`](iced::Task).
src/action.rs:74
Methodnone
Create a new `Action` with no `Instruction` or [`Task`](iced::Task).
src/action.rs:66
Methodprice_string
(&self)
src/sale.rs:48
Methodquantity_string
(&self)
src/sale.rs:51
Methodtask
Create a new `Action` with a [`Task`](iced::Task).
src/action.rs:91
Methodtitle
(&self)
src/main.rs:57
Methodupdate
(&mut self, message: Message)
src/main.rs:102
Functionview
(sales: &HashMap<usize, Sale>)
src/list.rs:15
Functionview
(sale: &Sale)
src/sale/edit.rs:34
Functionview
(sale: &Sale)
src/sale/show.rs:17
Methodview
(&self)
src/main.rs:163
Methodwith_instruction
Sets the `Instruction` of an `Action`.
src/action.rs:129