dialogs.cpp File Reference

Include dependency graph for dialogs.cpp:


Namespaces

namespace  wxvlc

Data Structures

class  wxvlc::DialogsProvider

Defines

#define INIT(id, w, N, S)
#define UPDATE(id, w)

Functions

 DEFINE_LOCAL_EVENT_TYPE (wxEVT_DIALOG)
 BEGIN_EVENT_TABLE (DialogsProvider, wxFrame) EVT_IDLE(DialogsProvider

Define Documentation

#define INIT ( id,
w,
N,
 ) 

Value:

if( ws->GetSettings( WindowSettings::id, b_shown, p, s ) && b_shown ) \
    {                           \
        if( !w )                \
            w = N;              \
        w->SetSize( s );        \
        w->Move( p );           \
        w->S( true );           \
    }

#define UPDATE ( id,
w   ) 

Value:

{                                                         \
    if( w && w->IsShown() && !w->IsIconized() )             \
        ws->SetSettings(  WindowSettings::id, true,         \
                          w->GetPosition(), w->GetSize() ); \
    else                                                    \
        ws->SetSettings(  WindowSettings::id, false );      \
  }


Function Documentation

BEGIN_EVENT_TABLE ( DialogsProvider  ,
wxFrame   
)

DEFINE_LOCAL_EVENT_TYPE ( wxEVT_DIALOG   ) 


Generated on Wed Aug 13 08:04:16 2008 for VLC by  doxygen 1.5.1