Hello all,

I'm about to use member functions of the abstract base class of qtgui
classes to adjust visualization parameters such as "set_title",
"set_line_label"
etc.

There is an explanation of virtual based classes in [1]. So it's possible
to use pure virtual functions by the derived classes.

When we're in GNURadio, there is an abstract class and an implementation
class which is derived from the abstract class. So I expect to be able of
using the pure virtual functions declared in abstract class by having a
pointer of the implementation class. However the members aren't accessible.
What can I do to use them?

Best,
Mostafa

[1] http://www.cplusplus.com/doc/tutorial/polymorphism/
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to