soui 5.0.0.1
Soui5 Doc
 
Loading...
Searching...
No Matches
ISDropDownOwner Struct Referenceabstract

Interface for Dropdown Owner. More...

#include <SDropDown.h>

Inheritance diagram for ISDropDownOwner:
SDateTimePicker

Public Member Functions

virtual SWindowGetDropDownOwner ()=0
 Get the dropdown owner window.
 
virtual void OnCreateDropDown (SDropDownWnd *pDropDown)=0
 Notify that the dropdown window has been created.
 
virtual void OnDestroyDropDown (SDropDownWnd *pDropDown)=0
 Notify that the dropdown window is being destroyed.
 

Detailed Description

Interface for Dropdown Owner.

This interface defines the methods that a dropdown owner must implement.

Definition at line 15 of file SDropDown.h.

Member Function Documentation

◆ GetDropDownOwner()

virtual SWindow * ISDropDownOwner::GetDropDownOwner ( )
pure virtual

Get the dropdown owner window.

Returns
Pointer to the dropdown owner window

Implemented in SDateTimePicker.

◆ OnCreateDropDown()

virtual void ISDropDownOwner::OnCreateDropDown ( SDropDownWnd * pDropDown)
pure virtual

Notify that the dropdown window has been created.

Parameters
pDropDownPointer to the dropdown window

Implemented in SComboBox, SComboView, and SDateTimePicker.

◆ OnDestroyDropDown()

virtual void ISDropDownOwner::OnDestroyDropDown ( SDropDownWnd * pDropDown)
pure virtual

Notify that the dropdown window is being destroyed.

Parameters
pDropDownPointer to the dropdown window

Implemented in SComboBox, SComboView, and SDateTimePicker.


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