#include <aprps.h>
Inheritance diagram for BrowserPrvwChgdMsg:
Public Types | |
enum | BrowserPrvwPropState { PROPERTIES_CHANGED } |
Public Member Functions | |
BrowserPrvwChgdMsg (BrowserPrvwPropState ThisState) | |
Public Attributes | |
BrowserPrvwPropState | State |
Definition at line 457 of file aprps.h.
|
Definition at line 463 of file aprps.h. 00464 { 00465 PROPERTIES_CHANGED 00466 };
|
|
Definition at line 470 of file aprps.h. 00470 : State(ThisState) { /* empty */}
|
|
|