ug4
|
A message sent by the MultiGrid, if something special happened. More...
#include <lib_grid_messages.h>
Public Member Functions | |
GridMessage_MultiGridChanged (GridMessageMultiGridChangedType msgType, int numLevels) | |
GridMessageMultiGridChangedType | message_type () const |
returns the type of the message More... | |
int | num_levels_in_grid () const |
returns the current number of levels in the multigrid, which did send the message. More... | |
Private Attributes | |
GridMessageMultiGridChangedType | m_msgType |
int | m_numLevels |
A message sent by the MultiGrid, if something special happened.
|
inline |
|
inline |
returns the type of the message
References m_msgType.
Referenced by ug::MGSelector::multigrid_changed(), and ug::MultiGridSubsetHandler::multigrid_changed().
|
inline |
returns the current number of levels in the multigrid, which did send the message.
References m_numLevels.
Referenced by ug::MGSelector::multigrid_changed(), and ug::MultiGridSubsetHandler::multigrid_changed().
|
private |
Referenced by message_type().
|
private |
Referenced by num_levels_in_grid().