Class Cam_cvs_view.cvs_files_behaviour


class cvs_files_behaviour : (unit -> unit) -> string -> object .. end
Inherits
val mutable last_clicked_column : int
method elements : string -> Ocvs_types.cvs_info list
method update_element : Ocvs_types.cvs_info -> unit
method remove_element : string -> unit
method t_of_cvs_info : Ocamlcvs.Types.cvs_info -> Ocvs_types.cvs_info
method cvs_info_of_t : Ocvs_types.cvs_info -> Ocvs_types.cvs_info
method comparison_function : int ->
Ocvs_types.cvs_info -> Ocvs_types.cvs_info -> int
method display_strings : Ocvs_types.cvs_info -> string option * string list
method autorize_file : Ocvs_types.cvs_info ->
Ocvs_behav.autorization_response
method after_action : Ocvs_types.cvs_info -> unit
method private real_cvs_add_files : bool -> unit -> unit
method private add_files : unit -> unit
method private add_binary_files : unit -> unit
method private commit_selected_files : Ocvs_types.cvs_info list -> unit -> unit
method private tag_selected_files : Ocvs_types.cvs_info list -> unit -> unit
method private tags_of_selected_file : Ocvs_types.cvs_info list -> unit -> unit
method private remove_selected_files : Ocvs_types.cvs_info list -> unit -> unit
method private lastdiff_selected_file : Ocvs_types.cvs_info list -> unit -> unit
method private revisions_file : Ocvs_types.cvs_info -> Ocamlcvs.Types.cvs_revision list
method private select_revision : string -> Ocvs_types.cvs_revision option
method private log_selected_file : Ocvs_types.cvs_info list -> unit -> unit
method private differences_with : Ocvs_types.cvs_info list -> unit -> unit
method private differences_between : Ocvs_types.cvs_info list -> unit -> unit
method private resolve_conflicts : Ocvs_types.cvs_info list -> unit -> unit
method menu_ctx : Ocvs_types.cvs_info list -> GToolbox.menu_entry list
method titles : string list
method select : Ocvs_types.cvs_info -> unit
method unselect : Ocvs_types.cvs_info -> unit
method double_click : Ocvs_types.cvs_info -> unit
method needs_cvs_status : bool