MatOCAD Logo

Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

wxIFMAddTopContainerEvent Class Reference

#include <definterface.h>

Collaboration diagram for wxIFMAddTopContainerEvent:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 wxIFMAddTopContainerEvent (wxIFMComponent *container, int index)
 wxIFMAddTopContainerEvent (wxIFMComponent *container, wxIFMComponent *index_container, bool before)
virtual wxEvent * Clone () const
bool GetIndexMode () const
int GetIndex () const
wxIFMComponentGetIndexContainer () const

Private Attributes

int m_index
wxIFMComponentm_indexContainer

Detailed Description

Event used to add a container to the top level container list at the given index, or before or after an existing top level container

See also:
wxIFMRemoveTopContainerEvent

Definition at line 630 of file definterface.h.


Constructor & Destructor Documentation

wxIFMAddTopContainerEvent::wxIFMAddTopContainerEvent wxIFMComponent container,
int  index
[inline]
 

Definition at line 638 of file definterface.h.

Referenced by Clone().

wxIFMAddTopContainerEvent::wxIFMAddTopContainerEvent wxIFMComponent container,
wxIFMComponent index_container,
bool  before
[inline]
 

Definition at line 646 of file definterface.h.


Member Function Documentation

virtual wxEvent* wxIFMAddTopContainerEvent::Clone  )  const [inline, virtual]
 

Definition at line 652 of file definterface.h.

References wxIFMAddTopContainerEvent().

int wxIFMAddTopContainerEvent::GetIndex  )  const [inline]
 

Returns:
If in index mode, the return value is the index desired for the container. A return of -1 means the container should be added to the end of the list. If in relative mode, the return value is 1 to dock before the relative container, and the return value is 0 to dock after the relative container.

Definition at line 665 of file definterface.h.

References m_index.

Referenced by wxIFMDefaultInterfacePlugin::OnAddTopContainer().

wxIFMComponent* wxIFMAddTopContainerEvent::GetIndexContainer  )  const [inline]
 

Definition at line 667 of file definterface.h.

References m_indexContainer.

Referenced by wxIFMDefaultInterfacePlugin::OnAddTopContainer().

bool wxIFMAddTopContainerEvent::GetIndexMode  )  const [inline]
 

Returns:
True if index mode, false if relative mode

Definition at line 657 of file definterface.h.

References m_indexContainer.

Referenced by wxIFMDefaultInterfacePlugin::OnAddTopContainer().


Member Data Documentation

int wxIFMAddTopContainerEvent::m_index [private]
 

Definition at line 633 of file definterface.h.

Referenced by GetIndex().

wxIFMComponent* wxIFMAddTopContainerEvent::m_indexContainer [private]
 

Definition at line 634 of file definterface.h.

Referenced by GetIndexContainer(), and GetIndexMode().


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

 

SourceForge Logo