module Register_gui: sig
.. end
Extension of the GUI for the impact plugin.
module SelectedStmt: sig
.. end
module Highlighted_stmt: sig
.. end
module Enabled: State_builder.Ref
(
Datatype.Bool
)
(
sig
end
)
module Slicing: State_builder.Ref
(
Datatype.Bool
)
(
sig
end
)
module FollowFocus: State_builder.Ref
(
Datatype.Bool
)
(
sig
end
)
val apply_on_stmt : (Db_types.kernel_function -> Cil_types.stmt -> unit) ->
Pretty_source.localizable -> unit
val impact_highlighter : GSourceView2.source_buffer ->
Pretty_source.localizable -> start:int -> stop:int -> unit
val compute_impact : Design.main_window_extension_points -> SelectedStmt.data -> unit
val impact_selector : GMenu.menu GMenu.factory ->
Design.main_window_extension_points ->
button:int -> Pretty_source.localizable -> unit
val impact_panel : Design.main_window_extension_points ->
string * GObj.widget * (unit -> unit) option
val file_tree_decorate : Filetree.t -> unit
val main : < file_tree : Filetree.t;
register_panel : (Design.main_window_extension_points ->
string * GObj.widget * (unit -> unit) option) ->
'a;
register_source_highlighter : (GSourceView2.source_buffer ->
Pretty_source.localizable ->
start:int -> stop:int -> unit) ->
'b;
register_source_selector : (GMenu.menu GMenu.factory ->
Design.main_window_extension_points ->
button:int -> Pretty_source.localizable -> unit) ->
'c;
.. > ->
unit