Class IFrame#

Inheritance Relationships#

Base Type#

Class Documentation#

class IFrame : public Karana::WebUI::Widget#

Widget displaying a URL in an IFrame element.

Public Functions

IFrame(Router &router, std::string_view url)#

IFrame constructor.

Parameters:
  • router – Used to establish the frontend connection

  • url – The URL to display in the IFrame

virtual ~IFrame()#

IFrame destructor.