tbx  0.7.5
Public Member Functions | List of all members
tbx::res::ResGadgetExists Class Reference

Exception thrown when a window resource already contains a gadget with a component id. More...

#include <resexcept.h>

Inheritance diagram for tbx::res::ResGadgetExists:

Public Member Functions

 ResGadgetExists (std::string window, tbx::ComponentId component_id)
 Construct exception thrown when a gadget already exists in a window resource. More...
 

Detailed Description

Exception thrown when a window resource already contains a gadget with a component id.

Constructor & Destructor Documentation

◆ ResGadgetExists()

tbx::res::ResGadgetExists::ResGadgetExists ( std::string  window,
tbx::ComponentId  component_id 
)
inline

Construct exception thrown when a gadget already exists in a window resource.

Parameters
windowname of window
component_idcomponent ID of gadget

The documentation for this class was generated from the following file: