wxImagePanel with extra functionalities

If you have a cool piece of software to share, but you are not hosting it officially yet, please dump it in here. If you have code snippets that are useful, please donate!
Post Reply
tomay3000
Filthy Rich wx Solver
Filthy Rich wx Solver
Posts: 207
Joined: Mon Apr 24, 2017 4:23 am

wxImagePanel with extra functionalities

Post by tomay3000 »

wxImagePanel will help you draw an image in a wxPanel.
This is my custom wxImagePanel with extra functionalities.

You can find all of these functions in the header file (imagepanel.h)

wxImagePanel Screenshot:
Screenshot from 2018-06-04 08-03-24.png
Screenshot from 2018-06-04 08-03-24.png (34.34 KiB) Viewed 12187 times
wxImagePanel Source Code:
wxImagePanel.7z
(2.07 KiB) Downloaded 367 times
User avatar
cutecode
Super wx Problem Solver
Super wx Problem Solver
Posts: 425
Joined: Fri Dec 09, 2016 7:28 am
Contact:

Re: wxImagePanel with extra functionalities

Post by cutecode »

HM,
Just looked at your code and it is indeed usefull for me.
But I cannot figure out while do you show screenshot for a video player, while your code just draws an image in wxPanel.
wx 3.1.6 win/mac/linux

regards,
Alexander Saprykin
https://v2.dental-soft.ru
tomay3000
Filthy Rich wx Solver
Filthy Rich wx Solver
Posts: 207
Joined: Mon Apr 24, 2017 4:23 am

Re: wxImagePanel with extra functionalities

Post by tomay3000 »

cutecode wrote: Tue Feb 19, 2019 7:40 am HM,
Just looked at your code and it is indeed usefull for me.
But I cannot figure out while do you show screenshot for a video player, while your code just draws an image in wxPanel.
That video player is : wxVLC which I also created. Take a look here: viewtopic.php?f=20&t=44697
it uses wxImagePanel as its view panel.
Post Reply