- view::add_item in core/modules/ views/ includes/ view.inc 
- Add an item with a handler to the view.
- view::build in core/modules/ views/ includes/ view.inc 
- Build the query for the view.
- view::execute_display in core/modules/ views/ includes/ view.inc 
- Execute the given display, with the given arguments. To be called externally by whatever mechanism invokes the view, such as a page callback, hook_block, etc.
- view::execute_hook_block_list in core/modules/ views/ includes/ view.inc 
- Called to get hook_block information from the view and the named display handler.
- view::execute_hook_menu in core/modules/ views/ includes/ view.inc 
- Called to get hook_menu() information from the view and the named display handler.
- view::get_item in core/modules/ views/ includes/ view.inc 
- Get the configuration of an item (field/sort/filter/etc) on a given display.
- view::get_items in core/modules/ views/ includes/ view.inc 
- Get an array of items for the current display.
- view::get_path in core/modules/ views/ includes/ view.inc 
- Get the base path used for this view.
- view::get_title in core/modules/ views/ includes/ view.inc 
- Get the view's current title. This can change depending upon how it was built.
- view::preview in core/modules/ views/ includes/ view.inc 
- Preview the given display, with the given arguments.
- view::set_item in core/modules/ views/ includes/ view.inc 
- Set the configuration of an item (field/sort/filter/etc) on a given display.
- view::validate in core/modules/ views/ includes/ view.inc 
- Make sure the view is completely valid.
