Search found 4 matches

by !Xobile
Tue Nov 08, 2016 12:54 pm
Forum: Plugins
Topic: How to use methods of qCC
Replies: 3
Views: 3256

Re: How to use methods of qCC

Thanks,
RE. 1] but what if I want to skip user interaction via dialogue and take required inputs via another internal function?
by !Xobile
Tue Nov 08, 2016 10:32 am
Forum: Plugins
Topic: How to use methods of qCC
Replies: 3
Views: 3256

How to use methods of qCC

1] I need to use few methods of qCC like ccClippingBoxTool, ccApplyTransformationDlg etc. in a plugin. How do I call them? Most of their functions are called by arguments of Qt objects (qWidget*)

2] Which debugger(preferably GUI) could be used to learn such interconnections on Ubuntu?
by !Xobile
Wed Nov 02, 2016 4:49 pm
Forum: Plugins
Topic: How to read length & width of input mesh/clouds
Replies: 1
Views: 11677

How to read length & width of input mesh/clouds

I want to read length and width of given mesh/clouds. How do I access those values for further use?
by !Xobile
Mon Oct 17, 2016 9:06 am
Forum: Plugins
Topic: No such file or directory #include <ccOrderChoiceDlg.h>
Replies: 1
Views: 11664

No such file or directory #include <ccOrderChoiceDlg.h>

I am developing a plugin on ubuntu system . I have used dummy plugin and code from other plugin as well. but i get this error while compiling. I need to select roles of selected clouds: fatal error: ccOrderChoiceDlg.h: No such file or directory #include <ccOrderChoiceDlg.h> Though, this header is pr...