OpenCPN Partial API docs
Loading...
Searching...
No Matches
wxDialogLayoutAdapter Class Referenceabstract
Inheritance diagram for wxDialogLayoutAdapter:
wxStandardDialogLayoutAdapter

Public Member Functions

virtual bool CanDoLayoutAdaptation (wxDialogHelper *dialog)=0
 Override this function to indicate that adaptation should be done. More...
 
virtual bool DoLayoutAdaptation (wxDialogHelper *dialog)=0
 Override this function to do the adaptation. More...
 

Detailed Description

Definition at line 28 of file scrollingdialog.h.

Constructor & Destructor Documentation

◆ wxDialogLayoutAdapter()

wxDialogLayoutAdapter::wxDialogLayoutAdapter ( )
inline

Definition at line 31 of file scrollingdialog.h.

Member Function Documentation

◆ CanDoLayoutAdaptation()

virtual bool wxDialogLayoutAdapter::CanDoLayoutAdaptation ( wxDialogHelper dialog)
pure virtual

Override this function to indicate that adaptation should be done.

Implemented in wxStandardDialogLayoutAdapter.

◆ DoLayoutAdaptation()

virtual bool wxDialogLayoutAdapter::DoLayoutAdaptation ( wxDialogHelper dialog)
pure virtual

Override this function to do the adaptation.

Implemented in wxStandardDialogLayoutAdapter.


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