Author Topic: PCL: Preview manipulation  (Read 4057 times)

Offline NKV

  • PTeam Member
  • PixInsight Guru
  • ****
  • Posts: 677
PCL: Preview manipulation
« on: 2011 November 11 11:33:40 »
Hi,

What method to use to figure out which of the preview window highlighted in green?
See pic in attachment.

Best regards,
Nikolay.

Offline zvrastil

  • PixInsight Addict
  • ***
  • Posts: 179
    • Astrophotography
Re: PCL: Preview manipulation
« Reply #1 on: 2011 November 11 11:44:13 »
Hi Nikolay,

my guess is

View pcl::ImageWindow::SelectedPreview ( ) const

but I did not tested it.

regards, Zbynek

Offline NKV

  • PTeam Member
  • PixInsight Guru
  • ****
  • Posts: 677
Re: PCL: Preview manipulation
« Reply #2 on: 2011 November 11 12:06:42 »
Thank you!