Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup msv?VTKButtons??? #14

Open
finetjul opened this issue Jan 4, 2013 · 0 comments
Open

Cleanup msv?VTKButtons??? #14

finetjul opened this issue Jan 4, 2013 · 0 comments

Comments

@finetjul
Copy link
Member

finetjul commented Jan 4, 2013

a) Minor design changes have been suggested as comments here: 04ff834

b) Apply MSVTK style to code:

  • 2 space for indentation
  • prefer SafeDownCast to reinterpret_cast/static_cast
  • Use Superclass to mother class calls
  • Prefer pre-increment over post-increment (++i instead of i++)
  • #ifndef/#define follow the convention __filename_h
  • Add space after if and for
@ghost ghost assigned alosi Jan 4, 2013
finetjul added a commit that referenced this issue Jan 4, 2013
* 2 space for indentation
* prefer ```SafeDownCast``` to reinterpret_cast/static_cast
*  Use Superclass to mother class calls
*  Prefer pre-increment  over post-increment (```++i``` instead of ```i++```)
* ```#ifndef```/```#define``` follow the convention ```__filename_h```
* Add space after ```if``` and ```for```

Issue #14
alosi pushed a commit that referenced this issue Jan 24, 2013
alosi pushed a commit that referenced this issue Jan 24, 2013
* Issue#14:
  Some design changes (issue #14)
alosi pushed a commit that referenced this issue Jan 24, 2013
alosi pushed a commit that referenced this issue Jan 24, 2013
* Issue#14:
  Some design changes (issue #14)
alosi pushed a commit that referenced this issue Jan 24, 2013
alosi pushed a commit that referenced this issue Jan 24, 2013
* Issue#14:
  Some fix on coding style (issue #14)
alosi pushed a commit that referenced this issue Jan 24, 2013
alosi pushed a commit that referenced this issue Jan 24, 2013
* Issue#14:
  Some fix on coding style (issue #14)
alosi pushed a commit that referenced this issue Jan 24, 2013
alosi pushed a commit that referenced this issue Jan 24, 2013
* Issue#14:
  Some fix on coding style (issue #14)
alosi pushed a commit that referenced this issue Jan 24, 2013
alosi pushed a commit that referenced this issue Jan 24, 2013
* fixVS2010CompileErrors:
  Fix compile error under windows (issue #14)
alosi pushed a commit that referenced this issue Jan 24, 2013
* fixVS10LinkErrors:
  Add widget export to vtk button manager (issue #14)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants