Public Member Functions | |
void | Destroy () |
void | SetFilter (ConfigQuery query) |
void | ShowDocs () |
void | ToggleModuleFilter (string module, bool shouldFilterOn) |
Static Public Member Functions | |
static void | Initialize () |
static List< ConfigOption > | GenerateOptions () |
static List< ConfigOption > | GenerateOptions (BaseModuleConfigurationObject obj) |
Static Public Attributes | |
static BaseModuleConfigurationObject[] | ConfigObjects |
static string[] | ConfigModules |
Properties | |
List< ConfigOption > | ConfigOptions [get] |
ConfigQuery | Query [get, set] |
Events | |
Action< ConfigQuery, bool > | OnQueryUpdated |