MCPcopy Create free account

hub / github.com/GuillaumeGomez/process-viewer / functions

Functions97 in github.com/GuillaumeGomez/process-viewer

↓ 26 callersMethodpush
(&self, d: RotateVec<f32>, s: &str, override_color: Option<usize>)
src/graph.rs:41
↓ 23 callersFunctionformat_number
(nb: u64)
src/utils.rs:49
↓ 18 callersFunctionformat_number_full
(nb: u64, use_unit: bool)
src/utils.rs:53
↓ 13 callersMethodlen
(&self)
src/utils.rs:19
↓ 12 callersFunctioncreate_and_add_new_label
(scroll: &gtk::Box, title: &str, text: &str)
src/process_dialog.rs:140
↓ 9 callersFunctionapply
(i: isize)
src/color.rs:12
↓ 8 callersMethodis_empty
(&self)
src/utils.rs:23
↓ 8 callersMethodset_labels_callback
(&self, labels_callback: Option<Box<dyn Fn(f32) -> [String; 4]>>)
src/graph.rs:34
↓ 8 callersMethodshow
(&self)
src/network_dialog.rs:130
↓ 7 callersFunctionappend_column
( title: &str, v: &mut Vec<gtk::TreeViewColumn>, tree: &gtk::TreeView, max_width: Option<i32>,
src/display_network.rs:13
↓ 7 callersMethoddata
(&self, pos: usize, f: F)
src/graph.rs:53
↓ 7 callersMethodget_mut
(&mut self, index: usize)
src/utils.rs:35
↓ 7 callersMethodmove_start
(&mut self)
src/utils.rs:27
↓ 6 callersFunctionappend_column
( title: &str, v: &mut Vec<gtk::TreeViewColumn>, left_tree: &gtk::TreeView, max_width: Option<
src/display_procs.rs:223
↓ 4 callersMethodcreate_tab
(&mut self, title: &str, widget: &T)
src/notebook.rs:17
↓ 4 callersFunctionget_main_window
()
src/utils.rs:148
↓ 4 callersFunctionparse_quote
(line: &str, quote: char)
src/main.rs:107
↓ 4 callersFunctionshow_error_dialog
(fatal: bool, text: &str)
src/settings.rs:118
↓ 3 callersFunctionbuild_spin
(label: &str, grid: &gtk::Grid, top: i32, refresh: u32)
src/settings.rs:139
↓ 3 callersFunctionconvert
(v: u8)
src/color.rs:8
↓ 3 callersFunctioncreate_header
( label_text: &str, parent_layout: &gtk::Box, display_graph: bool, )
src/display_sysinfo.rs:13
↓ 3 callersMethodset_display_labels
(&self, display_labels: bool)
src/graph.rs:65
↓ 3 callersMethodset_overhead
(&self, overhead: Option<f32>)
src/graph.rs:57
↓ 3 callersFunctionshow_if_necessary
( check_box: &U, proc_horizontal_layout: &GraphWidget, non_graph_layout: &T, )
src/display_sysinfo.rs:414
↓ 2 callersFunctionappend_text_column
(tree: &gtk::TreeView, title: &str, pos: i32, right_align: bool)
src/network_dialog.rs:139
↓ 2 callersFunctionappend_text_column
(tree: &gtk::TreeView, pos: i32)
src/process_dialog.rs:164
↓ 2 callersMethodblue
(self)
src/color.rs:38
↓ 2 callersFunctioncreate_and_fill_model
( list_store: &gtk::ListStore, pid: u32, cmdline: &[OsString], name: &OsStr, cpu: f32,
src/display_procs.rs:254
↓ 2 callersFunctioncreate_progress_bar
( non_graph_layout: &gtk::Grid, line: i32, label: &str, text: &str, )
src/display_sysinfo.rs:36
↓ 2 callersMethoddraw_labels
(&self, widget: &GraphInnerWidget, c: &cairo::Context, max: f32)
src/graph.rs:230
↓ 2 callersFunctionformat_time
(t: u64)
src/process_dialog.rs:109
↓ 2 callersFunctionget_app
()
src/utils.rs:142
↓ 2 callersMethodget_real_pos
(&self, index: usize)
src/utils.rs:40
↓ 2 callersFunctiongraph_label_units_full
(v: f32, use_unit: bool)
src/utils.rs:95
↓ 2 callersMethodgreen
(self)
src/color.rs:34
↓ 2 callersMethodneed_remove
(&self)
src/network_dialog.rs:134
↓ 2 callersFunctionparse_entry
super simple parsing
src/main.rs:122
↓ 2 callersMethodred
(self)
src/color.rs:30
↓ 1 callersFunctionbuild_command
(c: &mut Command)
src/main.rs:141
↓ 1 callersFunctionbuild_ui
(application: &gtk::Application)
src/main.rs:467
↓ 1 callersFunctioncreate_and_fill_model
( list_store: &gtk::ListStore, interface_name: &str, in_usage: u64, out_usage: u64, incomi
src/display_network.rs:309
↓ 1 callersFunctioncreate_disk_info
(stack: &gtk::Stack)
src/display_disk.rs:76
↓ 1 callersFunctioncreate_header_bar
(stack: &gtk::Stack)
src/main.rs:427
↓ 1 callersFunctioncreate_process_dialog
(process: &sysinfo::Process, total_memory: u64)
src/process_dialog.rs:178
↓ 1 callersFunctionrefresh_disks
(container: &gtk::Box, disks: &[sysinfo::Disk], elems: &mut Vec<DiskInfo>)
src/display_disk.rs:39
↓ 1 callersMethodsave
(&self)
src/settings.rs:79
↓ 1 callersMethodset_keep_max
(&self, keep_max: bool)
src/graph.rs:149
↓ 1 callersMethodset_max
(&self, max: Option<f32>)
src/graph.rs:145
↓ 1 callersMethodset_minimum
(&self, minimum: Option<f32>)
src/graph.rs:61
↓ 1 callersFunctionsetup_network_timeout
(rfs: &RequiredForSettings, networks: Arc<Mutex<Networks>>)
src/main.rs:308
↓ 1 callersFunctionsetup_system_timeout
( rfs: &RequiredForSettings, settings: &Rc<RefCell<Settings>>, components: sysinfo::Components, )
src/main.rs:358
↓ 1 callersFunctionsetup_timeout
(rfs: &RequiredForSettings)
src/main.rs:232
↓ 1 callersMethodshow
(&self)
src/graph.rs:103
↓ 1 callersFunctionstart_detached_process
(line: &str)
src/main.rs:155
↓ 1 callersMethodupdate
(&self, network: &sysinfo::NetworkData)
src/network_dialog.rs:55
↓ 1 callersFunctionupdate_disk
(info: &mut DiskInfo, disk: &sysinfo::Disk)
src/display_disk.rs:16
↓ 1 callersMethodupdate_system_info
( &mut self, sys: &sysinfo::System, sys_components: &sysinfo::Components, disp
src/display_sysinfo.rs:303
Methodattach_to
(&self, to: &gtk::Box)
src/graph.rs:168
Methodclass_init
(klass: &mut Self::Class)
src/graph.rs:97
Methodconstructed
(&self)
src/graph.rs:112
Functioncreate_network_dialog
( network: &sysinfo::NetworkData, interface_name: &str, )
src/network_dialog.rs:158
Functioncreate_network_dialog
( dialogs: &mut Vec<NetworkDialog>, interface_name: &str, networks: &Networks, )
src/display_network.rs:341
Functioncreate_new_proc_diag
( process_dialogs: &Rc<RefCell<Vec<process_dialog::ProcDialog>>>, pid: Pid, sys: &sysinfo::System,
src/main.rs:198
Methoddefault
()
src/graph.rs:82
Methoddefault
()
src/settings.rs:36
Methoddispose
(&self)
src/graph.rs:126
Methodfmt
(&self, f: &mut fmt::Formatter<'_>)
src/process_dialog.rs:36
Methodformatter
(value: u64)
src/network_dialog.rs:59
Methodgenerate
(index: usize)
src/color.rs:42
Methodget_settings_file_path
()
src/settings.rs:72
Functiongraph_label
(v: f32)
src/utils.rs:91
Functiongraph_label_units
(v: f32)
src/utils.rs:87
Methodindex
(&self, index: usize)
src/utils.rs:137
Methodload
()
src/settings.rs:57
Methodload_from_file
(p: &Path)
src/settings.rs:48
Functionmain
()
src/main.rs:815
Methodmeasure
(&self, orientation: gtk::Orientation, _for_size: i32)
src/graph.rs:296
Methodneed_remove
(&self)
src/process_dialog.rs:91
Methodnew
(d: Vec<T>)
src/utils.rs:15
Methodnew
If `max` is `None`, the graph will expect values between 0 and 1. If `keep_max` is set to `true`, then this value will never go down, meaning that gr
src/graph.rs:26
Methodnew
( sys: &Arc<Mutex<sysinfo::System>>, sys_components: &sysinfo::Components, stack: &gtk
src/display_sysinfo.rs:71
Methodnew
(r: u8, g: u8, b: u8)
src/color.rs:26
Methodnew
(stack: &gtk::Stack, networks: &Arc<Mutex<Networks>>)
src/display_network.rs:49
Methodnew
(proc_list: &HashMap<Pid, Process>, stack: &gtk::Stack)
src/display_procs.rs:28
Methodnew
()
src/notebook.rs:10
Methodrequest_mode
(&self)
src/graph.rs:480
Functionrevert_display
(search_bar: &gtk::SearchBar)
src/main.rs:756
Methodrounder
(x: f32)
src/graph.rs:317
Functionrun_command
(input: &Entry, window: &T, d: &Dialog)
src/main.rs:171
Methodset_checkboxes_state
(&self, active: bool)
src/display_sysinfo.rs:295
Methodset_dead
(&mut self)
src/process_dialog.rs:95
Functionshow_settings_dialog
(settings: &Rc<RefCell<Settings>>, rfs: &RequiredForSettings)
src/settings.rs:156
Methodsnapshot
(&self, snapshot: &gtk::Snapshot)
src/graph.rs:306
Methodupdate
(&self, process: &sysinfo::Process)
src/process_dialog.rs:42
Methodupdate_networks
(&mut self, networks: &Networks)
src/display_network.rs:230
Methodupdate_system_info_display
(&mut self, sys: &sysinfo::System)
src/display_sysinfo.rs:388
Functionupdate_window
(list: &gtk::ListStore, entries: &HashMap<Pid, sysinfo::Process>)
src/main.rs:50