OpenClonk
C4ObjectListDlg Class Reference

#include <C4ObjectListDlg.h>

Inheritance diagram for C4ObjectListDlg:
[legend]
Collaboration diagram for C4ObjectListDlg:
[legend]

Public Member Functions

 C4ObjectListDlg ()
 
 ~C4ObjectListDlg () override
 
void Execute ()
 
void Open ()
 
void Update (class C4EditCursorSelection &rSelection)
 
void OnObjectRemove (C4ObjectList *pList, C4ObjectLink *pLnk) override
 
void OnObjectAdded (C4ObjectList *pList, C4ObjectLink *pLnk) override
 
void OnObjectRename (C4ObjectList *pList, C4ObjectLink *pLnk) override
 
void OnObjectContainerChanged (C4Object *obj, C4Object *old_container, C4Object *new_container) override
 

Detailed Description

Definition at line 25 of file C4ObjectListDlg.h.

Constructor & Destructor Documentation

◆ C4ObjectListDlg()

C4ObjectListDlg::C4ObjectListDlg ( )
default

◆ ~C4ObjectListDlg()

C4ObjectListDlg::~C4ObjectListDlg ( )
overridedefault

Member Function Documentation

◆ Execute()

void C4ObjectListDlg::Execute ( )

Definition at line 31 of file C4ObjectListDlg.cpp.

32 {
33 }

Referenced by C4Console::Execute().

Here is the caller graph for this function:

◆ OnObjectAdded()

void C4ObjectListDlg::OnObjectAdded ( C4ObjectList pList,
C4ObjectLink pLnk 
)
overridevirtual

Reimplemented from C4ObjectListChangeListener.

Definition at line 81 of file C4ObjectListDlg.cpp.

82 {
83 }

◆ OnObjectContainerChanged()

void C4ObjectListDlg::OnObjectContainerChanged ( C4Object obj,
C4Object old_container,
C4Object new_container 
)
overridevirtual

Reimplemented from C4ObjectListChangeListener.

Definition at line 89 of file C4ObjectListDlg.cpp.

90 {
91 }

◆ OnObjectRemove()

void C4ObjectListDlg::OnObjectRemove ( C4ObjectList pList,
C4ObjectLink pLnk 
)
overridevirtual

Reimplemented from C4ObjectListChangeListener.

Definition at line 77 of file C4ObjectListDlg.cpp.

78 {
79 }

◆ OnObjectRename()

void C4ObjectListDlg::OnObjectRename ( C4ObjectList pList,
C4ObjectLink pLnk 
)
overridevirtual

Reimplemented from C4ObjectListChangeListener.

Definition at line 85 of file C4ObjectListDlg.cpp.

86 {
87 }

◆ Open()

void C4ObjectListDlg::Open ( )

Definition at line 35 of file C4ObjectListDlg.cpp.

36 {
37 }

◆ Update()

void C4ObjectListDlg::Update ( class C4EditCursorSelection rSelection)

Definition at line 73 of file C4ObjectListDlg.cpp.

74 {
75 }

Referenced by C4EditCursor::OnSelectionChanged().

Here is the caller graph for this function:

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