Skip to content
Snippets Groups Projects
Commit 71a3fa44 authored by Sean McBride's avatar Sean McBride
Browse files

Cleanup SetSize and SetPosition methods

Moved some implementations into the .h, so that all subclasses are the same.

Document that vtkWindow::SetSize invokes vtkCommand::WindowResizeEvent. Other doc improvements.

Added override keyword where it was missing.

Made the parameter names uniform in all classes: width and height, and x and y.

Other minor cleanup, such as using Superclass instead of naming the superclass.
parent 3b787fb1
No related branches found
No related tags found
Loading
Showing
with 220 additions and 138 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment